/* CSS Document */
#opcion {
	float:right;
	margin-top:8px;
}
#opcion a{
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
}

#opcion a.insti {
	color:#2453ad;
	background:url(../images/flecha_insti.gif) no-repeat 0px 2px;
	padding-left:18px;
}

#opcion a.turismo {
	color:#1c8074;
	background:url(../images/flecha_turismo.gif) no-repeat 0px 2px;
	padding-left:18px;
}


/*tiempo*/
#tiempo {
	float:left;
}
#tiempo a{
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
	
}
#tiempo span{
	float:none;
}

/*fin de tiempo*/




/*buscador*/
#buscador {
	float:left;
	margin-left:5px;
	margin-top:20px;
	color:#323232;
	
}
#buscador span{
	float:none;
	color:#B80028;
	font-size:12px;
	font-weight:bold;
}
#buscador input{
	width:80px;
	font-size:11px; color:#323232;
	border:2px solid #B80028;
	
}
#buscador input.btn_buscar{
	border:0;
	background: url(../images/btn_buscar.gif) no-repeat;
	width:23px; height:25px;
	cursor:pointer;
	margin-left:5px;
	
}
#buscador img{
float:none;
}

/*fin de buscador*/

#top_img img{
	float:left;
}

/* Iconos
---------*/
#iconos{
	float:left;
	margin-left:45px;
	margin-top:5px;

}
#iconos img{ vertical-align:middle;}
#iconos a{ margin-left:10px; margin-right:10px;}

