@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 **********/
/****************************************************/
#cajaamarilla{
	background:#D2A667;
}
#cajaredes{
	width:100%;
	max-width:1100px;
	margin:auto;
}
#cajaredes ul{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	justify-content:flex-end;
}
#cajaredes ul li a{
	display:block;
	color:#FFFFFF;
	font-size:20px;
	font-weight:normal;		
}
#cajacabecera{
	background:#FFFFFF;
	width:100%;
	box-shadow:0 4px 4px rgba(0,0,0,0.5);
	position:relative;
	z-index:9999;
}
#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:400px;
	border-bottom:10px solid #17395C;	
}
#cajabanner{
	width:100%;
	max-width:1100px;
	margin:auto;
}
#slogan{
	width:90%;
	max-width:450px;
	padding:2%;
	background:rgba(193,39,33,0.8);
	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      **********/
/****************************************************/
#cajaverde{
	background:#3658A2;
	padding:20px 0;
}
#cajaverde h2{
	font-family: 'Oswald', sans-serif;
	color:#fff;
	font-size:35px;
	text-align:center;
	padding:0 10px;	
}
#cajaverde p{
	font-family: 'Open Sans Condensed', sans-serif;
	color:#fff;
	font-size:26px;
	text-align:center;
	line-height:normal;
	padding:0 10px;	
}
#contenedor{
	width:100%;
	max-width:1100px;
	min-height:650px;
	margin:auto;	
	padding:20px 0;
}
#doscolumnas{
	display:flex;
	flex-direction:row;
	justify-content:space-between;	
}
#colizq{
	width:70%;
}
#colder{
	width:28%;
	padding-top:70px;
}
.cajanoticia{
	padding:6px;
	border:1px solid #E2E2E2;
	border-radius:6px;
	margin-bottom:15px;
}
.cajanoticia img{
	width:100%;
	height:auto;
	display:block;
}
.cajanoticia div{
	background:#F5F5F5;
	padding:10px;
}
.cajanoticia div a{
	width:200px;
	height:45px;
	line-height:45px;
	display:block;
	margin:15px 6px;
	background:#3658A2;
	color:#fff;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	font-weight:normal;
	transition:all 0.5s;
	border-radius:6px;
}
.cajanoticia div i{
	color:#893258;	
}
.cajanoticia div a:hover{
	background:#D2A667;
}
.titulos{
	display:block;
	font-family: 'Anton', sans-serif;
	color:#17395C;
	font-size:26px;
	font-weight:normal;
	border-bottom:2px solid #D2A667;
	margin:15px 6px;
	padding:10px 0;	
}
.cajatitizq{
	background:#3658A2;
	padding:5px 10px;
	position:relative;
	margin-bottom:13px;
	border-radius:6px;
}
.cajatitizq img{
	display:block;
	position:absolute;
	left:40px;
	top:100%;
}
.cajatitizq h2{
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#000000;	
}
.leermas{
	color:#3658A2;
	text-decoration:underline;	
}
.cajasder{
	margin-bottom:15px;
	padding:10px 8px;
	border:1px solid #E2E2E2;
	border-radius:6px;
}
.cajasder h2{
	color:#000000;
	font-size:16px;	
}
.cajasder a.noti{
	display:block;
	border-bottom:1px solid #E2E2E2;
}
.cajasder a.noti:hover p{
	color:#3658A2;
	text-decoration:underline;	
}
.campos{
	width:100%;
	height:40px;
	border:1px solid #E2E2E2;
	line-height:40px;
	padding:0 10px;
	border-radius:6px;		
}
.descripcion{
	width:100%;
	height:200px;
	border:1px solid #E2E2E2;
	padding:10px;
	border-radius:6px;
}
.requerido{
	color:#17395C;
	font-weight:bold;	
}
.benviar{
	width:100%;
	height:45px;
	line-height:45px; 
	display:block;
	margin:10px 0;
	background:#3658A2;
	color:#fff;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	font-weight:normal;
	transition:all 0.5s;
	border-radius:6px;
	border:none;
	cursor:pointer;
}
.benviar:hover{
	background:#D2A667;
}
#advertencia{
	color:#17395C;
	font-size:18px;
	font-weight:bold;
	font-family: 'Open Sans Condensed', sans-serif;
}
#advertencia2{
	color:#17395C;
	font-size:18px;
	font-weight:bold;
	font-family: 'Open Sans Condensed', sans-serif;
}
.bmas{
	
}
.bmas{
	width:200px;
	height:45px;
	line-height:45px;
	display:block;
	margin:15px 6px;
	background:#17395C;
	color:#fff;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	font-weight:normal;
	transition:all 0.5s;
	border-radius:6px;
}
.bmas:hover{
	background:#D2A667;
}
#mapa{
	height:450px;
	border:4px solid #e2e2e2;	
}
/****************************************************/
/**************** Estilos para Pie Pagina  **********/
/****************************************************/
#pienaranja{
	background:#D2A667;
	padding:40px 0;
}
#pienaranja h2{
	font-family: 'Oswald', sans-serif;
	color:#000000;
	font-size:35px;
	text-align:center;	
}
#pienaranja p{
	font-family: 'Open Sans Condensed', sans-serif;
	color:#000000;
	font-size:26px;
	text-align:center;
	line-height:normal;	
}
#pieverde{
	background:#17395C;
	padding:10px 0;	
	min-height:200px;	
}
.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 NOTICIAS         ********/
/***************************************************/
.cajanoticias{
	border-bottom:1px solid #E2E2E2;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	padding:20px 0;
}
.cajanoticias figure{
	width:58%;	
}
.cajanoticias div{
	width:40%;	
}
.cajanoticias figure img{
	width:100%;
	height:auto;
	display:block;
	border-radius:6px;	
}
.cajanoticias div a{
	width:40%;	
}
.cajanoticias div a{
	width:200px;
	height:45px;
	line-height:45px;
	display:block;
	margin:15px 6px;
	background:#17395C;
	color:#fff;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	font-weight:normal;
	transition:all 0.5s;
	border-radius:6px;
}
.cajanoticias div i{
	color:#893258;	
}
.cajanoticias div a:hover{
	background:#D2A667;
}
.imgdetalles{
	width:95%;
	max-width:772px;
	margin:10px 6px;
	padding:8px;
	border:1px solid #E2E2E2;
	border-radius:6px;
}
/***************************************************/
/********      DISEÑO PARA PROPUESTAS       ********/
/***************************************************/
#cajapropuesta{
	display:flex;
	border-bottom:1px solid #E2E2E2;
	padding:10px 0;	
}
#cajapropuesta div i{
	color:#3658A2;
	font-size:30px;
	font-weight:normal;
	display:block;
}
#cajapropuesta div h2{
	margin:0 6px;
	color:#000000;
}
#cajapropuesta div a{
	color:#3658A2;
}
#cajapropuesta div a:hover{
	text-decoration:underline;
}


/***************************************************/
/********    DISEÑO PARA TABLETAS 1024      ********/
/***************************************************/
@media only screen and (max-width: 1024px){
	/****************************************************/
	/**************** Estilos para la cabecera **********/
	/****************************************************/
	#cabecera{
		flex-direction:column;
		margin:auto;
	}
	#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;
	}
	
	
	
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 800       ********/
/***************************************************/
@media only screen and (max-width: 800px){
	/****************************************************/
	/**************** Estilos para Cuerpo      **********/
	/****************************************************/
	#doscolumnas{
		width:90%;
		margin:auto;
		flex-direction:column;
	}
	#colizq{
		width:100%;
		margin-bottom:10px;
	}
	#colder{
		width:100%;
		padding-top:0;
	}
	/****************************************************/
	/**************** Estilos Pie Página       **********/
	/****************************************************/
	.cajapie{
		width:90%;
		flex-direction:column;
	}
	.cajapie div{
		width:100%;
		padding:10px;
		border-right:none;
		border-bottom:1px dashed #fff;
	}
	.cajapie div:first-child{
		border-left:none;	
	}
	#pienaranja h2{
		font-size:30px;
		padding:0 10px;
	}
	#pienaranja p{
		font-size:24px;
		padding:0 10px;
	}
	/***************************************************/
	/********      DISEÑO PARA NOTICIAS         ********/
	/***************************************************/
	.cajanoticias{
		flex-direction:column;
		margin:auto;
		width:90%;
	}
	.cajanoticias figure{
		width:100%;	
		margin-bottom:10px;
	}
	.cajanoticias div{
		width:100%;	
	}
}
/***************************************************/
/********    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){
	#slogan{
		width:90%;
		max-width:450px;
		padding:2%;
		background:rgba(193,39,33,0.8);
		margin:auto;
		margin-top:120px; 
	}
}
/***************************************************/
/********    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;
*/
