
#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}
#infobox3 {
    margin: auto;
    position: relative;
    margin-top: 0px; padding-top:10px; 
    height: 100%;
    width: 100%;
    text-align:center;
    background-color: #f15f22; padding-bottom:5px; font-size:50px;
}
#infobox3 p {
    line-height:25px;
    font-size:14px;
}
#infobox3 p a {
    margin-right:5px;
    text-decoration: none;
}
.boton-personalizado {
text-decoration:none;
font-weight:none;
font-size:14px;
color:#ffffff;
padding-top:5px;
padding-bottom:5px;
padding-left:40px;
padding-right:40px;
background-color:#FFF;  border-radius: 3px;
}
.boton-personalizado2 {
text-decoration:none;
font-weight:600;
font-size:15px;
color:#ffffff;
padding-top:5px;
padding-bottom:5px;
padding-left:50px;
padding-right:50px;
background-color:#FFD27D;
}
.lletra {

font-size:17px;

}
.lletra2 {

font-size:17px; color:#FFFFFF;

}





.redes-flotantes {
position: fixed;
right: 8px;
top: 70%;
z-index:100;
}
.redes-flotantes img {
float: right; clear: right;
 margin: 5px;
-moz-transform: scale(.8) ;
-webkit-transform: scale(.8) ;
-o-transform: scale(.8) ;
-ms-transform: scale(.8) ;
transform: scale(.8) ;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.redes-flotantes img:hover {
-moz-transform: scale(1.1) rotate(6deg);
-webkit-transform: scale(1.1) rotate(6deg);
-o-transform: scale(1.1) rotate(6deg);
-ms-transform: scale(1.1) rotate(6deg);
transform: scale(1.1) rotate(6deg);
}
.separator2 {
margin-top:0px;}




.bordernegre {
border-right: 1px solid white;}