.whatsapp{
	display: block;
background-image: url("../images/whatsapp.png");
width: 44px;
height: 44px;
margin-top: -10px;
margin-left: -10px;
}
.whatsapp:hover{
	display: block;
background-image: url("../images/whatsapp_hover.png");
width: 160px;
height: 44px;
margin-top: -10px;
margin-left: -10px;
}
.telefono{
	display: block;
background-image: url("../images/central.png");
width: 172px;
height: 44px;
margin-top: -10px;
margin-left: -10px;
}
.telefono:hover{
	display: block;
background-image: url("../images/central_hover.png");
width: 172px;
height: 44px;
margin-top: -10px;
margin-left: -10px;
}
.htop{
margin-top: 5px;
margin-bottom: -10px;
}
.uptop{
margin-top: -12px;
}
.logote{
	z-index: 12;
	margin-top: -8px;
position: fixed;
width: 550px;
height: 200px;
background-image: url("../images/logocem.png");
}
.notas{
	bottom: 0px;
	z-index: 12;
position: fixed;
width: 250px;

}
.frase{
	bottom: 0px;
	right: 0px;
	z-index: 12;
position: fixed;
width: 300px;

}
.dir{
color: blue;
text-align: center;
}
.notasist{
	z-index: 13;
position:absolute;
color: blue;
text-align: center;
}

.notasist { 
    outline:none;
    margin:2px;
    padding:2px;
    border: 2px solid;
    border-radius: 15px;
    text-align:center;
    color:black;
}
.notasist:focus {box-shadow: 0 0 5px rgba(0,0,255,1);border:1px solid rgba(0,0,255,0.8);}

.logosm{
	margin-top: -10px;
	margin-bottom: -10px;
}