*, html, body
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0px;
	margin: 0px;
}

body
{
	background-color: #FFFFFF;
	font: 11px Tahoma, Arial, Verdana, sans-serif;
	color: #000000;
	text-align: center;
}

#contenedor
{
	text-align: left;
	width: 770px;
	background: url("img/background.jpg");
	margin: auto;
}

#cabecera
{
	width: 770px;
	height: 91px;
	background: url("img/top.jpg");
}

h1
{
	font-size: 20px;
}
#cuerpo
{
	padding: 5px 10px 0px 10px;
	_padding: 10px 10px 0px 0px;
	width: 495px;
	float: right;
	color: #015C99;
	min-height: 480px;
	height: auto !important;
	height: 480px;
}

.s_seccion
{
	float: right;
	padding: 5px 10px 0px 0px;
	_margin-right: 10px;
}


#lateral
{
	width: 245px;
	margin: 0px 0px 0px 10px;
	_margin-left: 5px;
	float: left;
}

#menu
{
	padding-left: 5px;
	width: 240px;
	_width: 245px;
	height: 180px;
	border-bottom: #DFDFDF solid 1px;
	margin-bottom : 0px;
	margin-top : 0px;
	background: #F4F4F4;
} 

.seccion
{
	padding-left: 10px;
}

#noticias
{
	background-color: #FFFFFF;
	width: 235px;
	margin-top : 0px;
}

.noticia_
{
	margin-top: 5px;
	margin-left: 15px;
}

.noticia_top
{
	color: #000000;
	padding-top: 1px;
}

.noticia_titulo
{
	color: #002A46;
	font-weight: 700;
	font-size: 11px;
}

.noticia_fecha
{
	color: #595959;
	font-size: 8px;
	font-weight: 700;
}

.noticia_cuerpo
{
	padding-top: 2px;
	padding-right: 7px;
	padding-left: 5px;
	color: #000000;
	font-size: 10px;
}

#pie
{
	clear : both;
	height: 43px;
	background: url("img/bottom.jpg");
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a.nolink {
	text-decoration: none;
}
a.nolink:hover {
	text-decoration: none;
}

#rss{
	margin-left: 20px;
	color: #FFFFFF;
	font-weight: 700;
	position: relative;
	top: 0px;
	left: 5px;
}

#rss .mail{
	height: 17px;
	width: 100px;
	color: #000000;
	font-size: 10px;
	margin-left: 24px;
	text-align: center;
}

#rss .subscribe{
	height: 18px;
	color: #000000;
	font-size: 10px;
}