@charset "utf-8";
/* CSS Document */
 
#contenedorEscudo{
	position:relative; width:100%;
}
#contenedorEscudo img{
	width:100%; height:auto; 
}

.oculto{
	display: none!important;
}



/*******************************/
.botonParteEscudo{
	position:absolute;
	display:inline-block; width:145px; height:125px; background:url(../../imagenes/contenido/animacionEscudo/btn.png) center left / 200% 100% no-repeat;	
	cursor: pointer;
}
.botonParteEscudo:hover{
	background-position:right;
}

#texto {
	text-align:left;
	/* font-size: 1.6vw; */
}

#texto span{
	font-weight: bold;
	/* font-size: 1.8vw; */
}
