body {
	background-color:#FBB603;
	background-image:url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet Ms", Verdana, Arial, sans-serif;
	color: #666666;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#contenedor
{
	position:relative;
	margin:auto;
	z-index:1;
	width:990px
}

#contenido
{
	position:absolute;
	margin:auto;
	z-index:2;
	width:901px;
	left: 20px;
	top: 0px;
}

#flash
{
	position:absolute;
	margin:auto;
	z-index:3;
	width:410px;
	top: 147px;
	left: 42px;
	background-image: none; 
   
}

.contenido_interno
{
	margin: 15px 15px 15px 15px;

}

.bienvenidos {
	background-image:url(images/bg_bienvenidos.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.noticias {
	background-image:url(images/bg_noticias.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.texto_azul {
	color:#136FCE;
	}
	

.borde {
	background-image:url(images/borde.gif);
	background-position:right;
	background-repeat:repeat-y;
	
}

.rosa {
	color:#FF29C0;
	}
	
.naranja {
	color:#FF8C00;
	}
	
.verde {
	color:#049C6D;
}
	

.clear{
 clear:both;
 }


#noticias {
	position:absolute;
	margin:auto;
	z-index:5;
	width:400px;
	top: 694px;
	left:19px;
	height: 391px;
	margin: 15px 15px 15px 15px;
}

a:link {
	color:#136FCE;
	text-decoration: none;
}
a:visited {
	color:#136FCE;
	text-decoration: none;
}
a:hover {
	color: #FA9403;
	text-decoration:underline;
}
a:active{
	color:#136FCE;
	text-decoration: none;
}

.leer_mas {
	border-bottom-style: dotted;
	border-bottom-width: medium;
	border-bottom-color:#CCCCCC;
	}
	
.fuente_noticia {
	background-color:#CCCCCC;
	font-weight:bold;
	}
	
a.link:link {
	color:#136FCE;
	text-decoration: none;
}
a.link:visited {
	color:#136FCE;
	text-decoration: none;
}
a.link:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a.link:active{
	color:#136FCE;
	text-decoration: none;
}

