@charset "utf-8";
/* Selectores Basicos */
header, section, article, nav, footer, aside, figure{
	display:block;
	margin:0;
	padding:0;	
}
body{
	margin:0;
	background:#FFFFFF;	
}
*{
	box-sizing:border-box;
}
p{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#555555;
	line-height:20px;
	margin:6px;
}
h1{
	font-size:24px;
	font-family: 'Anton', sans-serif;
	font-weight:normal;
	color:#555555;
	margin:6px;
}
h2{
	font-size:20px;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	color:#555555;
	margin:6px;
}
h3{
	font-size:18px;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	color:#555555;
	margin:6px;
}
h4{
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	color:#555555;
	margin:6px;
}
a{
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#555555;
}
a img{
	border:none;
}
ul, ol{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#555555;
}
/****************************************************/
/**************** Estilos para la cabecera **********/
/****************************************************/
#cabecera{
	width:100%;
	max-width:1100px;
	margin:auto;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	margin-top:6px;
}
#cabecera #logo{
	width:30%;
}
#cabecera #menu{
	width:60%;
}
/****************************************************/
/**************** Estilos para banner      **********/
/****************************************************/
#banner{
	height:530px;	
}
#cajabanner{
	width:100%;
	max-width:1100px;
	margin:auto;
}
#slogan{
	width:100%;
	max-width:450px;
	padding:2%;
	background:rgba(0,0,0,0.5);
	margin-top:125px;
}
#slogan h1{
	color:#FFFFFF;
}
#slogan h1 .tit1{
	font-family: 'Open Sans Condensed', sans-serif;
	display:block;
	font-size:35px;
	font-weight:normal;
	line-height:50px;
}
#slogan h1 .tit2{
	font-family: 'Oswald', sans-serif;
	display:block;
	font-size:30px;
	font-weight:normal;
}

#slogan h1 .tit3{
	font-family: 'Oswald', sans-serif;
	display:block;
	font-size:30px;
	font-weight:normal;
}
/****************************************************/
/**************** Estilos para Cuerpo      **********/
/****************************************************/
#cajatitulo{
	width:100%;
	max-width:1100px;
	padding:15px 0;	
	margin:auto;
}
#cajatitulo h2{ 
	font-family: 'Oswald', sans-serif;
	text-align:center;
	color:#0068AB;
	display:block;
	font-size:26px;
	font-weight:normal;
	margin:0;
}
#contenedor{
	width:100%;
	max-width:1100px;
	margin:auto;	
}

#cajacontacto{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
#contacto{
	width:44%;	
}
#cajagoogle{
	width:55%;	
}
#mapa{
	border:6px solid #66FFFF;
	width:100%;
	height:400px;
}
#mapa2{
	border:6px solid #66FFFF;
	width:100%;
	height:500px;
}
.campos{
	width:100%;
	height:45px;
	border:1px solid #CCCCCC;
	border-radius:10px;
	background:#FFFFFF;
	line-height:43px;
	padding:0 20px;	
	margin:3px 0;
}
.comentarios{
	width:100%;
	height:150px;
	border:1px solid #CCCCCC;
	border-radius:10px;
	background:#FFFFFF;
	padding:20px;
	margin:5px 0;	
}
.benviar{
	width:200px;
	height:45px;
	display:block;
	line-height:45px;
	text-align:center;
	color:#FFFFFF;
	background:#4774A6;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	transition:all 0.5s;
	margin:15px 6px;
	border-radius:10px;
	border:none;
	cursor:pointer;
}
.benviar:hover{
	background:#555555;
	color:#FFFFFF;	
}

/****************************************************/
/**************** Estilos para Pie Pagina  **********/
/****************************************************/
#adornopie{
	height:99px;
	background:url(../imagenes/piepagina.jpg) no-repeat center top;	
}
#piepagina{
	background:#0068AB;
	padding:10px 0;	
}
#cajapie{
	width:100%;
	max-width:1100px;
	margin:auto;
	display:flex;
	flex-direction:row;	
	justify-content:space-between;
}
#cajapie div{
	width:33%;
	padding:10px;
	border-right:1px dashed #fff;
}
#cajapie div:first-child{
	border-left:1px dashed #fff;	
}
#cajapie div h2{
	color:#FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size:18px;	
}
#cajapie div p{
	color:#fff;
	line-height:22px;
	font-size:13px;
}
#cajapie div ul{
	margin:0;
	padding:0;
	list-style:none;
}
#cajapie div ul li a{
	color:#fff;
	line-height:26px;
	font-size:13px;
}
#cajapie div .sociales{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
}
#cajapie div .sociales li a{
	display:block;
	margin-right:6px;
	font-size:23px;	
}
/***************************************************/
/********    DISEÑO PARA LISTA PRODUCTO     ********/
/***************************************************/
#cajaproductos{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
}
#cajaproductos .productos{
	width:33%;
	position:relative;
	padding:10px;
	margin-bottom:10px;
	overflow:hidden;
	cursor:pointer;	
}
#cajaproductos .productos img{
	display:block;
	width:100%;
	height:auto;
	padding:5px;
	border:1px solid #66FFFF;
}
#cajaproductos .productos .datosp{
	width:100%;
	height:100%;
	display:block;
	background:#373435;
	position:absolute;
	left:0;
	top:101%;
	padding:50px 15px 0 15px;
	transition:all 0.3s;
}
#cajaproductos .productos:hover .datosp{
	top:0;
}
#cajaproductos .productos .datosp h2{
	color:#FFFFFF;
	text-align:center;
	font-size:16px;
}
#cajaproductos .productos .datosp p{
	color:#FFFFFF;
	text-align:center;
}
#cajaproductos .productos .datosp a{
	width:200px;
	height:45px;
	display:block;
	margin:auto;
	background:#005995;
	line-height:45px;
	color:#FFFFFF;
	text-align:center;
	border-radius:6px;
	transition:all 0.5s;
}
#cajaproductos .productos .datosp a:hover{
	background:#AAAAAA;
}
/***************************************************/
/********    DISEÑO PARA DETALLE PRODUCTOS  ********/
/***************************************************/
#cabecerapro{
	height:115px;
	background:url(../imagenes/cabecera.png) no-repeat center top;
}
#cajadetalle{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	margin-bottom:20px;	
}
#imgdetalle{
	width:48%;	
	border:5px solid #4774A6;
}
#detalle{
	width:50%;
	background:#EBEBEB;
	padding:15px;
}
#imgdetalle img{
	width:100%;
	height:auto;
	display:block;
}
#detalle .peso{
	font-family:"Oswald", Arial, sans-serif;
	font-size:16px;
	color:#000;
}
#detalle .precio{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:36px;
	font-weight:normal;
	color:#464571;
	margin:20px 6px 6px 6px;
}
#detalle .consultar{
	width:250px;
	height:50px;
	line-height:50px;
	background:#005995;
	color:#FFFFFF;
	text-align:center;
	font-family:"Oswald", Arial, sans-serif;
	font-size:18px;
	font-weight:normal;
	transition:all 0.5s;
	display:block;
	margin:20px 6px;
	border-radius:6px;
}
#detalle .consultar:hover{
	background:#9A9A9A;	
}
#iconopreguntas{
	border:1px solid #464571;
	padding:10px 10px 20px 10px;
	margin-bottom:10px;
}
#iconopreguntas h3{
	color:#8E8E8E;
	text-align:center;
	font-size:16px;
	font-weight:normal;
}
.tituloespe{
	padding:10px 0;
	color:#3D3D3D;
}
#iconopreguntas ul{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
}
#iconopreguntas ul li{
	width:20%;
}
#iconopreguntas ul li a{
	display:block;
	text-align:center;
	font-family:"Oswald", Arial, sans-serif;
	color:#8E8E8E;
	font-size:14px;
	font-weight:normal;
}
#iconopreguntas ul li a:hover{
	color:#464571;
}
#iconopreguntas ul li a i{
	width:60px;
	height:60px;
	line-height:54px;
	text-align:center;
	display:block;
	border:1px solid #DADADA;
	color:#999999;
	font-size:24px;
	border-radius:50px;
	margin:0 auto;
}
#iconopreguntas ul li a:hover i{
	border:1px solid #464571;
	background:#464571;
	color:#FFFFFF;
}
/***************************************************/
/********      DISEÑO PARA NOTICIAS         ********/
/***************************************************/
#noticias{
	display:flex;
	flex-direction:row;	
	flex-wrap:wrap;
}
#noticias div{
	width:33.33%;
	padding:10px;
}
#noticias div .caja-noti{
	background:#E8E8E8;
	padding:10px;
	border-radius:6px;
}
#noticias div .caja-noti img{
	width:100%;
	height:auto;
	display:block;
	margin-bottom:10px;
}
#noticias div .caja-noti h2{
	font-size:24px;
	font-family:'Open Sans Condensed', Arial, sans-serif;
	line-height:35px;
	font-weight:normal;
	color:#0068ab;
}
#noticias div .caja-noti a{
	width:100%;
	height:45px;
	display:block;
	line-height:45px;
	background:#0065A9;
	color:#FFFFFF;
	text-align:center;
	margin:10px 0;
	border-radius:6px;
}
#noticias div .caja-noti a:hover{
	background:#5994CC;	
}
.imgblog{
	width:60%;
	height:auto;
	display:block;
	padding:10px;
	border:1px solid #E2E2E2;
	border-radius:6px;
}
.titulosblog{
	font-size:30px;
	font-family:'Open Sans Condensed', Arial, sans-serif;
	font-weight:normal;
	color:#5994CC;
	display:block;
	border-bottom:5px solid #E2E2E2;
	padding:8px 0;
	line-height:30px;
}
.fecha{
	color:#000000;
	font-style:italic;
	margin-bottom:20px;
}
.tituloconte{
	font-size:45px;
	font-family:'Open Sans Condensed', Arial, sans-serif;
	font-weight:normal;
	color:#555;
	display:block;
	border-bottom:5px solid #E2E2E2;
	padding:8px 0;
	line-height:30px;
	margin:20px 0;
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 1024      ********/
/***************************************************/
@media only screen and (max-width: 1024px){
	/****************************************************/
	/**************** Estilos para la cabecera **********/
	/****************************************************/
	#cabecera{
		flex-direction:column;
		margin:auto;
		margin-bottom:20px;
	}
	#cabecera #logo{
		width:100%;
		margin:6px 0;
	}
	#cabecera #logo img{
		display:block;
		margin:auto;
	}
	#cabecera #menu{
		width:100%;
		position:relative;
		min-height:45px;
	}
	#cabecera .megamenu{
		position:absolute;
	}
	
	#cajacontacto{
		flex-direction:column;
		width:90%;
		margin:auto;
	}
	#contacto{
		width:100%;	
	}
	#cajagoogle{
		width:100%;	
	}

	/****************************************************/
	/**************** Estilos para Pie Pagina  **********/
	/****************************************************/
	#cajapie{
		flex-direction:column;
	}
	#cajapie div{
		width:90%;
		margin:auto;
		padding:10px;
		border-right:none;
		border-bottom:1px dashed #fff;
	}
	#cajapie div:first-child{
		border-left:none;	
	}
	#cajapie div:last-child{
		border-bottom:none;	
	}

	/***************************************************/
	/********    DISEÑO PARA LISTA PRODUCTO     ********/
	/***************************************************/
	#cajaproductos{
		width:90%;
		margin:auto;
	}
	#cajaproductos .productos{
		width:50%;
	}
	/***************************************************/
	/********    DISEÑO PARA DETALLE PRODUCTOS  ********/
	/***************************************************/
	.titdetalles{
		text-align:center;	
	}
	#cajadetalle{
		flex-direction:column;
		width:90%;
		margin:auto;
	}
	#imgdetalle{
		width:100%;
		margin-bottom:10px;
	}
	#detalle{
		width:100%;
		margin-bottom:15px;
	}
	#iconopreguntas{
		width:90%;
		margin:auto;
	}
	#iconopreguntas ul{
		margin:0;
		padding:0;
		list-style:none;
		display:flex;
	}
	#iconopreguntas ul li{
		width:20%;
	}
	
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 800       ********/
/***************************************************/
@media only screen and (max-width: 800px){
	/***************************************************/
	/********      DISEÑO PARA NOTICIAS         ********/
	/***************************************************/
	#noticias{
		flex-direction:column;
		width:90%;
		margin:auto;
	}
	#noticias div{
		width:100%;
	}
	.imgblog{
		width:90%;
		display:block;
		margin:auto;
	}
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 603       ********/
/***************************************************/
@media only screen and (max-width: 603px){
	
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 533       ********/
/***************************************************/
@media only screen and (max-width: 533px){
	
	
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 480       ********/
/***************************************************/
@media only screen and (max-width: 480px){
	#cajatitulo h2{
		font-size:18px;
	}
	/***************************************************/
	/********    DISEÑO PARA LISTA PRODUCTO     ********/
	/***************************************************/
	#cajaproductos{
		flex-direction:column;
	}
	#cajaproductos .productos{
		width:100%;
	}
	
	#iconopreguntas ul{
		flex-wrap:wrap;
	}
	#iconopreguntas ul li{
		width:33%;
		margin-bottom:10px;
	}
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 360       ********/
/***************************************************/
@media only screen and (max-width: 360px){
	
	
}
/*
font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Fjalla One', sans-serif;
font-family: 'Archivo Narrow', sans-serif;
font-family: 'Francois One', sans-serif;
font-family: 'Patua One', cursive;
font-family: 'Pathway Gothic One', sans-serif;
font-family: 'Russo One', sans-serif;
font-family: 'Archivo Black', sans-serif;
font-family: 'Anton', sans-serif;
font-family: 'Yanone Kaffeesatz', sans-serif;
*/
