/* CSS Document */
@charset "utf-8";
html{
	width:100%;
	height:100%;
}
@font-face {
	font-family: 'AvenirLTStd-Black';
	font-style: normal;
	font-weight: normal;
	src: local('AvenirLTStd-Black'), url('AvenirLTStd-Black.woff') format('woff');
}
@font-face {
	font-family: 'AvenirLTStd-Book';
	font-style: normal;
	font-weight: normal;
	src: local('AvenirLTStd-Book'), url('AvenirLTStd-Book.woff') format('woff');
}
@font-face {
	font-family: 'AvenirLTStd-Roman';
	font-style: normal;
	font-weight: normal;
	src: local('AvenirLTStd-Roman'), url('AvenirLTStd-Roman.woff') format('woff');
}

body {
	font-family: 'AvenirLTStd-Roman';
	text-align:center;
	margin:0;
	background:#FFF;
	width:100%;
	height:100%;
}

.clearer{
    display:block;
    clear: both;
}
.resaltar{
	/*font-family: 'AvenirLTStd-Book';*/
	font-family: 'AvenirLTStd-Black';
}
.azul_claro{ color:#1FA3E3; }
.azul_fuerte{ color:#20195C; }

/*INICIO*/
#wrapper{
	width:100%;
	margin:0;
	padding: 0;
	height:auto;
	display: table;
}
#slide{
	width: 100%;
	height: auto;
	display: block;

}
#imagen_slide{
	width: 100%;
	z-index: 1000;
}
#imagen_slide img{
	width: 100%;
}
#menu{
	width: 100%;
	height: 80px;
	padding: 5px 0;
	display: table;
	top: 0;
	position: absolute;
	z-index: 30000;
	background:rgba(254,254,254,0.6);
	position: fixed;
}
#menu_1{
	width: 50%;
	float: left;
	font-size: 12px;
	position: absolute;
	left: 0;
	height: auto;
	display: table;
	text-align: left;
	padding: 0 5%;
}
#menu_1 img{
	height: 70px;
}
#menu_2{
	width: 40%;
	float: left;
	text-align: center;
	position: absolute;
	top: 30px;
	left: 60%;
	height: auto;
	display: table;
	font-size: 13px;
}
#menu_2 ul{
	width: 100%;
	list-style: none;
}
#menu_2 ul li{
	width: 25%;
	float: left;
	text-align: center;
}
#menu_2 ul li a{
	padding: 10px;
	display: block;
	text-decoration: none;
	color:#20195C;
	float: left;
}
#menu_2 ul li img{
	height:15px;
}
#texto_slide{
	width: 35%;
	position: absolute;
	top: 200px;
	right: 50px;
	text-align: right;
}
#texto_slide h1{
	font-size: 30px;
	color:#FFF;
	font-family: 'AvenirLTStd-Black';
}
#texto_slide p{
	font-size: 16px;
	color:#FFF;
}


/* ACCESOS DIRECTOS */
#directos{
	width:70%;
	padding: 0 15%;
	height: auto;
	display: block;
	position: relative;
}
#directos_productos{
	width: 100%;
	height: auto;
	position: absolute;
	top: -50px;
	left:0;
}
#directos_productos p{
	font-size: 15px;
	color:#666;
}
#directos_productos_1{
	width: 80%;
	padding: 60px 5%;
	margin: 0 5%;
	background:#20195C;
	color:#FFF;
	text-align: left;
	position: relative;
	opacity: 0.9;
	z-index: 20000;
}
#directos_productos_2{
	width: 40%;
	padding: 40px 5%;
	float: left;
	background:#1FA3E3;
	color:#FFF;
	text-align: center;
	position: relative;
}
#directos_productos_1 h1{
	font-size: 25px;
	font-family: 'AvenirLTStd-Black';
}
#directos_productos_1 p{
	font-size: 15px;
	color: #FFF;
}
#linea_blanca{
	width: 40%;
	margin: 5px 30%;
	border-bottom:solid 2px #FFF;
}
#icono{
	width: 20%;
	top: -40px;
	left: 40%;
	text-align: center;
	position: absolute;
}
#icono img{
	height: 70px;
}

/* BLOQUE GRIS */
#bloque_gris{
	width: 100%;
	height: auto;
	display: table;
	background:#EEE;
	padding: 50px 0;
	margin-top: 100px;
}
#producto_1{
	width: 90%;
	padding: 0 5%;
	height: auto;
	display: table;
	position: relative;
}
#producto_1_izq{
	width: 50%;
	float: left;
	font-size: 15px;
	padding:70px 0 50px 0;
	line-height: 30px;
}
#producto_1_izq h1{
	font-size: 25px;
	font-family: 'AvenirLTStd-Black';
	color:#1FA3E3;
}
#producto_1_izq h2{
	font-size: 15px;
	color:#20195C;
	font-weight: 100;
}
#producto_1_izq a{
	font-family: 'AvenirLTStd-Black';
	text-decoration: none;
	color: #FFF;
}
#producto_1_izq img{
	height: 50px;
}
#producto_1_izq_a{
	width: 50%;
	float: left;
	text-align: right;
	padding: 10px 0;
	color: #666;
	font-size: 12px;
}
#producto_1_izq_b{
	width: 30%;
	float: left;
	text-align: left;
	padding: 0 5%;
}
#producto_1_izq_b img{
	height: 50px;
}
#producto_1_der{
	width: 50%;
	float: left;
	text-align: center;
	padding: 50px 0;
}
#producto_1_der img{
	width: 75%;
}


#producto_2_izq{
	width: 50%;
	float: left;
}
#producto_2_izq img{
	width: 100%;
}
#producto_2_der{
	width: 50%;
	float: left;
	background:#20195C;
	color: #FFF;
	font-size: 15px;
	padding:70px 0 85px 0;
}

#titulo_producto_1{
	width: 40%;
	position: absolute;
	top: 0;
	left: 5%;
	background:#1FA3E3;
	color: #20195C;
	padding: 10px 5%;
	text-align: right;
	font-size: 20px;
	font-family: 'AvenirLTStd-Black';
}
#titulo_producto_2{
	width: 40%;
	position: absolute;
	top: 0;
	right: 5%;
	background:#20195C;
	color: #1FA3E3;
	padding: 10px 5%;
	text-align: left;
	font-size: 20px;
	font-family: 'AvenirLTStd-Black';
}

/* BLOQUE CONTACTO */
#bloque_contacto{
	width: 100%;
	height: auto;
	display: table;
	background:#FFF;
	padding: 20px 0;
}
#bloque_contacto_1{
	width: 50%;
	padding: 0;
	float: left;
	text-align: center;
}
#bloque_contacto_1 img{
	width: 50%;
}
#bloque_contacto_2{
	width: 40%;
	padding: 0 5%;
	float: left;
	text-align: center;
}
#bloque_contacto_2 h1{
	font-size: 20px;
	font-family: 'AvenirLTStd-Black';
	color: #20195C;
	padding: 20px 0;
}
.texto{
	width: 90%;
	padding:10px;
	background:#EEE;
	color:#333;
	font-size: 12px;
	border: none;
}
.texto_2{
	width: 90%;
	padding:10px;
	height:100px;
	background:#EEE;
	color:#333;
	font-size: 12px;
	border: none;
}
.enviar{
	border:none;
	padding:10px 30px;
	background:#FFF;
	border:solid 1px #999;
	color:#666;
	cursor: pointer;
	font-size: 12px;
}
#direccion{
	width: 90%;
	padding: 0 5%;
	text-align: center;
	font-size: 15px;
	color:#666;
}
#direccion img{
	height: 20px;
	margin-top: -50px;
}

/* BLOQUE MAPA */
#bloque_mapa{
	width:100%;
	height:350px;
	display: table;
}


/* FOOTER */
#footer{
	width: 100%;
	padding: 30px 0;
	text-align: center;
	font-size: 12px;
	color:#666;
	border-top: solid 1px #1FA3E3;
}
#footer a{
	text-decoration: underline;
	color: #333;
}
#producto_2_der_movil{
	display: none;
}
#menu_fijo{
	display: none;
}

/*MOVIL*/
@media only screen and (min-width:300px) and (max-width:1200px){
#menu{
	display: none;
}
#texto_slide{
	width: 85%;
	position: absolute;
	top: 30px;
	right: 20px;
	text-align: right;
}
#texto_slide h1{
	font-size: 20px;
	color:#FFF;
	font-family: 'AvenirLTStd-Black';
}
#texto_slide p{
	font-size: 15px;
	color:#FFF;
	line-height: 15px
}
#directos{
	width:100%;
	padding: 0;
	height: auto;
	display: block;
	position: relative;
}
#directos_productos{
	width: 100%;
	height: auto;
	position: absolute;
	top: -30px;
	left: 0;
}
#icono{
	width: 20%;
	top:-5px;
	left: 40%;
	text-align: center;
	position: absolute;
}
#icono img{
	height: 45px;
}
#bloque_gris{
	width: 100%;
	height: auto;
	display: table;
	background:#EEE;
	padding: 20px 0;
	margin-top: 330px;
}

/* PRODUCTOS */
#producto_1{
	width: 100%;
	padding:0;
	height: auto;
	display: table;
	position: relative;
}
#producto_1_izq{
	width: 100%;
	color: #FFF;
	font-size: 15px;
	padding:20px 0;
}
#producto_1_der{
	width: 100%;
}
#titulo_producto_1{
	width: 100%;
	position: absolute;
	top: 0;
	left:0;
	background:#1FA3E3;
	color: #20195C;
	padding: 10px 0;
	text-align: center;
	font-size: 20px;
	font-family: 'AvenirLTStd-Black';
}
#titulo_producto_2{
	width: 100%;
	position: absolute;
	top: 0;
	right:0;
	background:#20195C;
	color: #1FA3E3;
	padding: 10px 0;
	text-align: center;
	font-size: 20px;
	font-family: 'AvenirLTStd-Black';
}
#producto_2_izq{
	width:100%;
}
#producto_2_der{
	display: none;
}
#producto_2_der_movil{
	width: 100%;
	background:#20195C;
	color: #FFF;
	font-size: 15px;
	padding:60px 0 40px 0;
	display: block;
}

/* CONTACTO */
#bloque_contacto_1{
	width: 100%;
	padding: 0;
	text-align: center;
}
#bloque_contacto_1 img{
	width: 40%;
}
#bloque_contacto_2{
	width: 80%;
	padding: 0 10%;
	float: left;
	text-align: center;
}

/* FIJO */
#menu_fijo{
	width:100%;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 5px 0;
	background:#FFF;
	text-align: center;
	height: auto;
	display: table;
	font-size: 12px;
	color:#20195C;
	border-top:solid 1px #1FA3E3;
}
#menu_fijo_1{
	width: 35%;
	float: left;
	text-align: center;
	padding:10px 0;
}
#menu_fijo_2{
	width: 30%;
	float: left;
	text-align: center;
	padding:5px 0;
}
#menu_fijo_2 img{
	height: 40px;
}
#menu_fijo_3{
	width: 35%;
	float: left;
	text-align: center;
	padding:10px 0;
}
#menu_fijo_3 img{
	float: left;
	height: 23px;
	margin-left: 15px;
}
#footer{
	width: 100%;
	padding: 30px 0 80px 0;
	text-align: center;
	font-size: 12px;
	color:#666;
	border-top: solid 1px #1FA3E3;
}
#direccion{
	width: 98%;
	padding: 0 1%;
	text-align: center;
	font-size: 14px;
	color:#666;
}



}
