@font-face {
    font-family: cambria;
    src: local(cambria), url('../fonts/cambria.ttc') format('truetype');
}

body, html {
	height:100%;
}

body{	
	font-family: cambria;
	margin:0; 
	padding:0;
	background-color:#f5f5f5;
}

h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
}

a:link {text-decoration: underline;color:white;}
a:visited {text-decoration: underline; color:white;}
a:hover {text-decoration: underline; color: white;}
a:active {text-decoration: none}


#contenedor_general{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	/*border-left:1px solid black;
	border-right:1px solid black;*/
	background-color:white;
}

#header_logo {
	position:absolute;
	z-index:20;
	margin-left:10px;
	margin-top:5px;
}

#menu_principal {
	position:relative;
	z-index:10;
	height:100px;
	color:white;
	background-color:white; /* necesitamos el fondo para ocultar botones deslizables */
	background-image:url('../img/header/menu_fondo.png');
	font-size:20px;
}

.bot_menu {
	float:right;
	padding-top:35px;
	text-align:center;
	width:150px;
	height:65px;
	/*background-color:#004693;*/

}

#menu_principal a:link { color:white; }
#menu_principal a:visited { color:white; }
#menu_principal a:hover { color:white; }
#menu_principal a:active { color:white; }

.submenu {
	position:relative;
	display:none;
	font-size:20px;
}

.submenu a:link { color:white; text-decoration:none; }
.submenu a:visited { color:white; text-decoration:none; }
.submenu a:hover { color:white; text-decoration:none; }
.submenu a:active { color:white; text-decoration:none; }

.submenu_bot {
	width:960px;
	height:38px;
	padding-top:12px;
	background-color:#004693;
	border-top:1px solid white;
	text-align:center;
	color:white;
}

#encabezado_columna_1 {
	float:left;
}

#encabezado_columna_2 {
	width:282px;
	height:350px;
	color:white;
	float:left;
	background-color:#5b1a8e;
}

/* ******************************** PORTADA ************************************* */

#portada_contenedor_alertas {
	position:relative;
	height:310px;
	width:900px;
	padding: 0px 0px 0px 5px;
	margin-left:auto;
	margin-right:auto;	
}

#portada_alerta_mas_reciente {
	position:relative;
	width:154px; /* 184 */
	padding:15px;
	float:left;
	font-size:18px;
	text-align:center;	
	margin-right:50px;
	background-color:#004693;
	color:white;
	border-radius:5px;
	font-weight:bold;
}

#portada_alertas_relevantes {
	position:relative;
	width:338px;	
	padding:15px;
	float:left;
	font-size:18px;
	text-align:center;	
	background-color:#004693;
	color:white;
	border-radius:5px;
	font-weight:bold;	
}

.portada_alerta {
	position:relative;
	width:164px; /* 184 */
	height:203px; /* 303 */
	float:left;
	color:white;
	padding: 100px 10px 0px 10px;
	margin: 0px 3px 0px 3px;
	font-size:14px;	
}

.portada_reportar {
	position:relative;
	width:200px; 
	height:263px; 	
	float:left;
	color:white;
	padding: 40px 10px 0px 10px;
	margin: 0px 3px 0px 50px;
	font-size:14px;	
	background-color:#1698d8;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.boton_informes {
    display:block;
    width:200px;
    height:60px;
    border: 2px solid #f5f5f5;
    border-radius: 5%;
    color:black;
    text-align:center;
    text-decoration:none;
    background: #d9dadb;
    box-shadow: 0 0 3px gray;
    font-size:12px;
    font-weight:bold;
    cursor:pointer;
}
.boton_informes:hover {
    background: #ebecec;
}

.boton_reportar {
	 display:block;
	width:100px;
	height:50px;
	text-decoration:none;
	border-radius: 5%;
	box-shadow: 0 0 3px gray;
	border: 2px solid #f5f5f5;
	background-color:#f9e32c;    
	font-size:16px;
	cursor:pointer;
}

.boton_reportar:hover {
    background: #feef71;
}

/* ******************************** SERVICIOS ************************************* */

.contenedor_cajas_grices {
	width:960px;	
}

.caja_gris {
	position:relative;
	float:right;
	width:864px;
	background-color:#d9dadb;
	font-size:14px;
}

.caja_gris_columna_1 {
	float:right;
	width:319px; /* 380 */
	padding: 60px 40px 60px 20px;
	border-right:1px solid white;
}

.caja_gris_columna_2 {
	float:right;
	width:320px; /* 420 */	
	padding: 60px 60px 60px 40px;
}

.caja_gris_columna_unica {	
	float:right;
	width:720px; /* 800 */	
	padding: 60px 60px 60px 20px;
}

/* ******************************* ALERTAS ************************************ */

.caja_azul {
	position:relative;
	float:right;
	width:864px;
	color:white;
	background-color:#004693;
	border-radius:5px;
	font-size:14px;
	margin-right:10px;
}

.caja_azul_color_1 {
	background-color:#004693;
}

.caja_azul_color_2 {
	background-color:#086cb7;
}

.caja_azul_color_3 {
	background-color:#0e80c6;
}

.caja_azul_columna_unica {	
	float:right;
	width:720px; /* 800 */	
	padding: 60px 60px 60px 20px;
}

.caja_gris_alerta {
	position:relative;
	float:right;
	width:864px;
	color:black;
	background-color:#d9dadb;
	border-radius:5px;
	font-size:14px;
	margin-right:10px;
}

#contenedor_forma {
	margin: 0px auto;
	width:750px;
	font-family:arial;
	border:1px solid black;
}

.campo_atencion {
	background-color:#fff495;
}

.tabla_reporte {
	margin: 0px auto;
	width:700px;
	border-collapse:separate; 
	border-spacing:5px;
}

.tabla_reporte td {
	padding:3px 5px 3px 5px;	
}

.tabla_reporte tr {
	
}

.forma_texto {
	padding:30px;
}

.forma_retroalimentacion {
	font-size:12px;
	color:red;	
}

/* ******************************** CONTACTO ************************************* */


#mapa_contenedor {
	position:relative;
	float:right;
	width:856px;
}

#mapa_columna_1 {
	position:relative;
	float:right;
	width:544px;
	height:350px;
}

#mapa_columna_2 {
	position:relative;
	float:right;
	width:272px; /* 312 */
	padding: 0px 0px 0px 40px;
}

#map-canvas {
	width:544px;
	height:350px;
}

#contacto_forma input,#contacto_forma textarea {	
	background-color:#004693;
	border:1px solid black;
	color:white;
}

/* ******************************** FOOTER ************************************* */

#contenedor_footer {
	position:relative;
	width:960px;
	height:200px;
	color:white;
	background-image:url('../img/footer/fondo_footer.png');
}

.footer_columna {
	position:relative;
	float:left;
	width:134px; /* 154 */
	height:170px; /* 200 */
	padding: 30px 0px 0px 20px;
}

.footer_separador {
	float:left;
	width:2px;
	background-image:url('../img/footer/separador.png');
	height:200px;
}

/* ******************************** VARIOS ************************************* */

@media print {
	body * {
		visibility: hidden;
	}
	#area_imprimir, #area_imprimir * {
		visibility: visible;
	}
	#area_imprimir {
		position: absolute;
		left: 0;
		top: 0;
	}
	#area_imprimir table {
		background-color: white;
	}
}

.enlaces2 a:link { color:black; text-decoration:none; }
.enlaces2 a:visited { color:black; text-decoration:none; }
.enlaces2 a:hover { color:black; text-decoration:none; }
.enlaces2 a:active { color:black; text-decoration:none; }

a.enlace2:link { color:black; text-decoration:none; }
a.enlace2:visited { color:black; text-decoration:none; }
a.enlace2:hover { color:black; text-decoration:none; }
a.enlace2:active { color:black; text-decoration:none; }

a.enlace3:link { color:blue; text-decoration:underline; }
a.enlace3:visited { color:blue; text-decoration:underline; }
a.enlace3:hover { color:blue; text-decoration:underline; }
a.enlace3:active { color:blue; text-decoration:underline; }

a.enlace4:link { color:black; text-decoration:underline; }
a.enlace4:visited { color:black; text-decoration:underline; }
a.enlace4:hover { color:black; text-decoration:underline; }
a.enlace4:active { color:black; text-decoration:underline; }
