@CHARSET "UTF-8";

table, div, p, a, select, textarea {
	/* font-size: 80%; */
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h6{
	position: relative;
		font-size: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	color: white;
	text-transform: uppercase;
	background-color: #565656;
}

#centrado {
	position: relative; 
	left: -320px;
	width: 640px;
 	margin-left: 50%;
 	
 	border: 0px solid;
 	
 	padding: 5px;
 	
}
#marco {
	padding-left: 6px;
	padding-right: 6px;
	border-left: 2px solid #d3dae0;
	border-right: 2px solid #d3dae0;
}

img#mapa {
	text-align: center;
	margin-bottom: 5px;
}

/**********************************************
 *** CAJA DEL BUSCADOR
 **********************************************/
#b_buscador {

	background-color: #d8eaf8; 
	padding-top: 8px;
	padding-bottom: 8px;
}
#b_buscador h6 {

	margin: 0px;
	padding-top: 0px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	float: left;
	color: white;
	
	width: 20%;
	margin-right: 5px;
	
}
#b_buscador select {
	background-color: #005aaa;
	color: white;
	
	border: 0px;
}


/**********************************************/
/**********************************************
 *** tablas de datos
 **********************************************/
 thead tr th {
	text-align: left;
	background-color: #d8eaf8;
	color: #002740;
	padding: 3px;
}
tbody tr td {
	text-align: center;
	color: #6b7e8c;
	height: 65px;
	border-bottom: 2px solid #d3dae0;
	padding-bottom: 5px;
}
tbody tr td img {
	margin-right: 10px;
}
 
/**********************************************
 *** pag_inicial
 **********************************************/
/**********************************************/
#pag_inicial {
	background-color: #FFFFFF;
}
#pag_inicial table {
	width: 99.5%;
}
#pag_inicial table thead tr th {
	width: 33.33%;
}
#pag_inicial table tbody tr td {
}

/**********************************************
 *** predicciones
 **********************************************/
#pag_predic {
	display: none;
	background-color: #FFFFFF;
}
#n_ciudad {
	font-size:11pt;
	font-weight:bolder;
	color:white;
	padding: 3px;
	background-color: #565656;
}
#predicciones1, #predicciones2 {
	width: 99.5%;
}
/**** tabla 1 predicciones 1 ***/
#predicciones1 thead tr.cab1 th {
	background-color: #9fcced;
	width: 50%;
}
#predicciones1 thead tr.cab2 th {
	color: #6b7e8c;
	text-transform: uppercase;
}

#predicciones1 tbody tr.detalle td {
	width: 8.33%;
}
#predicciones1 tbody tr.detalle img {
	margin-right: 5px;
}

/**** tabla 2 predicciones 2 ***/
#predicciones2 thead tr th {
	width: 33.33%;
}
#predicciones2 tbody tr.detalle td {
	width: 11.11%;
}

/**** clases comunes ***/

.borde_decha {
	border-right: 2px solid #d3dae0;
}

#fecha_hoy {
	font-weight:bolder;

}


.temp_max,
.temp_min 
{
	font-weight:bolder;
}
.temp_max {
	font-weight:bolder;
	color:#CC0000;
}
.temp_min {
	color:#005aaa;
}

 .icono_viento {
 	margin-top: 10px;
 	margin-bottom: 10px;
 }
/**************************************************/
.textos_pq {
	font-size: 70%;
	color: #6b7e8c;
	clear: both;
}

/************************************************************************************/