/*CSS PERSONALIZADO EXPOSITO*/
.firmalogo{
	font-family: 'Calligraffitti', cursive !important;
	font-size: 2em;
	font-weight: 800;
	padding-top: 30px;
}
.capablanca{
	background-color:rgba(255,255,255,0);
}
.capablanca:hover{
	background-color:rgba(255,255,255,0.65);
}
.etiquetapalmares{
	background-color:#303030; 
	width:250px;
	height:31px;
}
.etiquetapalmares:hover{
	background-color:#FF4655; 

}
.escritoriopalmares{
height:200px; 
width:100%;
}
@media screen and (max-width: 1000px) {
    .escritoriopalmares{
       height:100%; 
width:100%; 
    }
}