footer .pie{
    width: 900px;
    text-align: center;
    padding: 10px 0px;
}
footer span{
    font-size: 22px;
    padding: 7px 0px;
}
/**************************************************************/
.foot-social{
    width: 300px;
    height: 160px;
    border-right: 1px solid rgba(0,183,229,.8);
    padding: 10px 10px;
}
.foot-social a{
    text-decoration: none;
    color: #fff;
    /*font-size: 20px;*/
    padding: 0px 0px;
    display: block;
    /*background: red;*/
}
.foot-social a:hover{
    /*color: rgba(0,183,229,.9);*/
    font-size: 20px;
}
/**************************************************************/
.foot-productos{
    width: 300px;
    height: 160px;
    padding: 10px 10px;
    /*background: green;*/
}
.foot-productos ul ,a{
    display: block;

    list-style: none;
    text-decoration: none;
    color: #fff;
    padding: 3px 0px;
}
.foot-productos a:hover{
    /*color: rgba(0,183,229,.9);*/
    font-size: 20px;
}
/**************************************************************/
.foot-contacto{
    width: 300px;
    height: 160px;
    border-left: 1px solid rgba(0,183,229,.8);
    padding: 10px 10px;
    /*background: gray;
    display: block;*/
}
.foot-contacto input{
    width: 295px;
    height: 27px;
    margin-top: 10px;
    padding: 3px 0px;
    font-size: 17px;
    /*text-align: center;*/
}
/*input[type="button"]*/
.foot-contacto button{
    width: 299px;
    height: 30px;
    border: none;
    background: rgba(120,0,100,1);
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    outline: 0px;/*quita foco*/
}
.foot-contacto button:hover{
    background: rgba(120,0,190);
}





