body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color:#FFFFFF;
	text-decoration: none;
	line-height: 18px;
	margin: 10px;
}

/**********************************************
CONTENEDOR PRINCIPAL
**********************************************/

#contenedor{
	float:left;
	width:800px;
}

/**********************************************
CABECERA
**********************************************/

#head{
	float:left;
	width:760px;
	text-align:center;
	font: normal normal 24px Arial;
	background-color:#1C79F9;
	color:#ffffff;
	
}


/**********************************************
COLUMNA CENTRAL
**********************************************/

#content{
	float:left;
	width:400px;
	margin-top:20px;
}


/**********************************************
BUSQUEDA
**********************************************/
#busqueda{
	float:left;
	width:360px;
	margin-left:0px;
	padding:10px 0 10px 10px;
	border:1px dotted #cccccc;
}

/*********************************************
INFORMACION DEL DÍA DE HOY
*********************************************/

#informacion_hoy{
	float:left;
	width:360px;
	margin-left:0px;
	margin-top:20px;
	padding:10px 0 10px 10px;
	border:1px dotted #cccccc;
	
}

#titulo_ciudad{
	float:left;
	width:360px;
	font:normal bold 25px Arial;
	color:#1C79F9;
	margin-top:10px;
}

#informacion_ciudad{
	float:left;
	width:360px;
	font:normal normal 18px Arial;
	color:#333333;
}

#actualiza{
 
	font:normal bold 16px Arial;
}

#tiempo_hoy{
	float:left;
	width:360px;
	font:normal normal 12px Arial;
	color:#666666;
	margin-top:10px;
}

#temperatura_hoy{
	float:left;
	width:60px;
	font:normal bold 20px Arial;
	color:#1C79F9;
	margin-top:10px;
}

#temperatura_manana{
	float:left;
	width:60px;
	font:normal bold 20px Arial;
	color:#1C79F9;
}

#temperatura_prevision{
	float:left;
	width:60px;
	font:normal bold 20px Arial;
	color:#1C79F9;
}

#img_hoy{
	float:left;
	width:60px;
}

#img_prevision{
	float:left;
	width:60px;
}

#textotiempohoy{
	float:left;
	width:240px;
}

#texto_prevision{
	float:left;
	width:200px;
}

#informacion_manana{
	float:left;
	width:360px;
	margin-left:0px;
	margin-top:20px;
	padding:10px 0 10px 10px;
	border:1px dotted #cccccc;
	
}



#titulo_prevision{
	float:left;
	width:360px;
	margin:30px 0 0 0px;
	font:normal normal 18px Arial;
	color:#1C79F9;
}

#informacion_prevision{
	float:left;
	width:360px;
	padding:10px 0 10px 10px;
	margin-left:0px;
	border:1px dotted #cccccc;
	margin-top:20px;
}

#prevision_dia{
	float:left;
	width:330px;
	margin-top:5px;
	margin-right:5px;
	background-color:#E7F0FE;
	padding:10px;
	font:normal normal 12px;
	
}

/***********************************
COLUMNA DERECHA
***********************************/

#col_right{
	float:left;
	width:400px;
	min-height:600px;
	margin-top:20px;
}

#titulo_derecha{
	float:left;
	width:160;
	padding:4px;
	font:bold normal 12px Arial;
	color:#1C79F9;
}

#lista_derecha{
	 float:left;
	 width:160px;
	 padding:4px;
	 background-color:#E6F8FF;
}

#lista_derecha a{
	 font:normal normal 12px Arial;
	 color:#666666;
	 text-decoration:none;
}

#lista_derecha a hover{
	 font:bold normal 12px Arial;
	 color:#666666;
}

/*********************************
LISTA DE CIUDADES Y POBLACIONES
*********************************/
#lista_provincias_ciudades{
	float:left;
	width:168px;
	margin-left:10px;
	padding:10px;
	min-height:600px;
	border:1px solid #cccccc;
}

/*********************************
FOOTER
**********************************/
#footer{
	float:left;
	text-align:center;
	font:normal normal 12px Arial;
	padding-top:20px;
	width:100%;
	color:#666666;
}

#footer a{
 	font:normal normal 12px Arial;
	color:#666666;
}