/* CSS Document */

*{ 
	margin:0; padding:0; border:0;
}

body{
	background:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#2A4524;
	text-align:center;
}
body.home{ background:#FFFFFF;}

a {	text-decoration:none;}
a:hover{text-decoration:underline;}




#contenedor{ 
		width:780px; /*1024-20 del la barra de scroll*/
		
		margin:0px auto 0px auto;
		float:none;
		text-align:left;
		
}

#contenedor h1.bienvenido {
	text-align:right;
	padding-top:10px; padding-bottom:10px;
	font-size:11px; color:#2A4524; font-weight:normal;	
}

#sub_contenedor{
	width:98%;
	padding:11px;
	background:#fff;
}

/* TOP
--------*/
#top{
	padding-bottom:10px;
}
#top h2 {
	float:left;
	color:#2A4524;
	font-size:24px;
}
#top h2 span.azul {color:#2A4524;}
#top h2 span.verde {color:#2A4524;}

#top img{
	float:left;
}

/* opcion */

#opcion {
	float:right;
	margin-top:8px;
}
#opcion a{
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
}

#opcion a.insti {
	color:#2A4524;
	background:url(../images/flecha_insti.gif) no-repeat 0px 2px;
	padding-left:18px;
}

#opcion a.turismo {
	color:#2A4524;
	background:url(../images/flecha_turismo.gif) no-repeat 0px 2px;
	padding-left:18px;
}

/*-------------------------------------------------------------------*/

#header_flash_780 {
	width:760px;
	border:2px solid #ddd;
}


.center
{
margin-left:auto;
margin-right:auto;
width:70%;
}

.bloque{ float:left; clear:both;	width:100%;}
.float_left {
float:left;
}
.float_right {
float:right;
}

.float_none {
float:none;
}


#home {
	background:#F0F1DC;
	padding-top:15px;
	padding-bottom:10px;
}
#home a{color:#2A4524;}
#home a:hover{ text-decoration:none; color:#666;}

#sitios {
	float:left;
	width:368px;
	margin-left:15px; _margin-left:5px; /*IE6*/
}
#sitios a{ margin-bottom:16px;}

#sitios a img { float:left; margin-right:30px;}
#sitios a img.insti {margin-right:50px;}
#sitios a p { width:165px; float:left;  cursor:pointer; }
#sitios a p span.azul { font-weight:bold; color:#2A4524;}
#sitios a p span.verde { font-weight:bold; color:#2A4524;}

/* Anuncios */
#anuncios {
	float:left;
	width:360px;
}
#anuncios h5{
	float:left;
	width:335px;
	font-size:16px;
 	padding-left:25px;  padding-bottom:10px;
	border-bottom:1px dotted #2A4524;
	color:#2A4524;
	background:url(../images/h5_anuncio.gif) no-repeat 0px 1px; 
}
#anuncios a {
	margin-top:15px;
	float:left; width:170px;
	margin-right:20px;
}
#anuncios a.sin_margen { margin-right:0px;}
#anuncios a span.naranja { font-weight:bold; color:#2A4524;}

/* Footer
----------*/
#footer_home{
	text-align:right;
	margin-top:10px;
	padding-bottom:10px;
}
#footer_home p,
#footer_home p a{ 
	color:#2A4524;
}



