/* CSS Document */


body {
	margin:0 0;
	padding:0 0;
	/*overflow:hidden;*/
	background-color: #470e27;
	
}

img{ display: block; }

.mayus{ text-transform: uppercase; }

.nieblasw{ position: fixed; background-color: #000000; opacity: 0.8; width: 100%; height: 100%; z-index: 9998; }
.avisonieblasw{ position: fixed; box-sizing: border-box; background-color: #ffffff; border-radius: 8px; width: 392px; height: 392px; z-index: 9999; overflow: hidden; font-size: 20px; margin-left:50%; left:-196px; }


.box_check{ position: relative; overflow: hidden; }

.ico_alerta{ width: 57px; margin: 20px auto 0 auto; }
.tex_aviso{ font-size: 16px; width: 285px; margin: 15px auto 45px auto; text-align: center; }

.tex_preg_aviso{ font-size: 21px; text-align: center;  }

.box_cir{ position: relative; overflow: hidden; margin: auto; font-size: 0px; /*border: 1px solid red;*/ width: 260px; }

.cir_amarillo{ display: inline-block; width: 86px; height: 84px; background: url(../img/cir_amarillo.jpg); text-align: center; line-height: 84px; font-size: 20px; margin: 60px 20px 0 20px; }
.cir_gris{ display: inline-block; width: 86px; height: 84px; background: url(../img/cir_gris.jpg); text-align: center; line-height: 84px; font-size: 20px; margin: 60px 20px 0 20px; }
.cir_rosa{ display: inline-block; width: 86px; height: 84px; background: url(../img/cir_rosa.jpg); text-align: center; line-height: 84px; font-size: 20px; margin: 60px 20px 0 20px; }


.centrar{ text-align: center !important; }


a{ text-decoration:none; }

.oculto{ display:none; }
.alfacero{ opacity:0; }



.contenedor100{ position: relative; width: 100%; }
.contenedorhome{ position: relative; box-sizing: content-box; /*width: 1100px;*/ overflow: hidden; margin: auto; background-color: #470e27;  }

.contenedor{ position: relative; box-sizing: border-box; /*width: 1100px;*/ height: auto; overflow: hidden; margin: auto; background-color: #ffffff;  }



/*Fuentes*/

.blanca{ color:white; }
.lila{ color:#973790; }
.lila2{ color: #9b6297; }
.gris{ color: #474849; }
.gris_claro{ color: #dcdcdc; }
.gris_osc{ color: #414142; }
.amarilla{ color: #efa510; }
.amarilla2{ color:#fdc400; }
.dorada{ color: #cea61f; }
.verde{ color: #469c3b; }
.roja{ color: #de0018; }
.rosa{ color: #ac215e; }
.negra{ color: black }
.roja_osc{ color:#ae225f; }

.montse{ font-family: 'Montserrat', sans-serif; }
.rokit{ font-family: 'Rokkitt', serif; } 

.fina{ font-weight: 300; }
.regular{ font-weight:400; }
.medium{ font-weight:500; }
.semibold{ font-weight:600; }
.bold{ font-weight:700; }


@media screen and (max-width:1100px) {
		
	.contenedorhome{ width: 100%; }
	.contenedor{ width: 100%; }
	.piehome{ width: 100%;  }	
	.piehomein{ width: 100%;  }
	.piehome img{ width: 100%;  }	
	
}

@media screen and (max-width:400px) {

	.avisonieblasw{ position: fixed; box-sizing: border-box; background-color: #ffffff; border-radius: 8px; width: 300px; height: 300px; z-index: 9999; overflow: hidden; font-size: 20px; margin-left:50%; left:-150px; }
	.tex_aviso{ margin: 15px auto 15px auto; }
	.cir_amarillo{ display: inline-block; width: 86px; height: 84px; background: url(../img/cir_amarillo.jpg); text-align: center; line-height: 84px; font-size: 20px; margin: 20px 20px 0 20px; }
	.cir_gris{ display: inline-block; width: 86px; height: 84px; background: url(../img/cir_gris.jpg); text-align: center; line-height: 84px; font-size: 20px; margin: 20px 20px 0 20px; }
	.cir_rosa{ display: inline-block; width: 86px; height: 84px; background: url(../img/cir_rosa.jpg); text-align: center; line-height: 84px; font-size: 20px; margin: 20px 20px 0 20px; }

}