html {
    overflow-y: scroll;
}
body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
#todo{
	margin:auto;
	margin-top:0;
	padding:0;
	width:1024px;
	max-width:1024px;
	text-align:left;
	position:relative;
}
#cabecera{
	margin:0;
	padding:0;
	border:none;
	background:url(../img/cabecera.gif);
	height:241px;
	width:100%;
}

#cuerpo{
	background: url(../img/fondo_degr.jpg);
	background-repeat:repeat-x;
	width:100%;
}

#contenido{
	padding-top:80px;
}
#derecho{
	position:relative;
	float:right;
	padding-right:30px;
	
}
#derechonoticias{
	position:relative;
	float:right;
	padding-right:36px;
}
#izquierdo{
	float:left;
	position:relative;
}

.titulo{
	color:#e91917;
	font-family:Helvetica, Arial, sans-serif;
	font-size:40px;
}
.contenido{
	line-height:130%;
	text-align:justify;
}
.rojo{
	color: #ee2415;
}
.espaciopeq{
	font-size:1px;
	padding:0px;
	margin:0px;
}

