@charset "utf-8";
body {
	background-image: url(images/bgb.gif);
}
#wrapper {
	height: 1000px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#encabezado {
	height: 95px;
	width: 780px;
}
#navegacion {
	height: 50px;
}
#noticias {
	display: block;
	height: 1440px;
	width: 160px;
	float: left;
	background-color: #6f86ca;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 8px;
	padding-left: 12px;
	padding-top: 10px;
}





#contenido {
	height: 1410px;
	width: 560px;
	background-color: #e3e5db;
	display: block;
	float: right;
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 20px;
}
#contenido  a:hover  {
	color: #000000;
	text-decoration: underline;
}
#contenido a:link {
	color: #000000;
	text-decoration: none;
}
#contenido a:visited {
	color: #000000;
}

#contenido  a:active  {
	color: #000000;
}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
}

#new3 {
	display: block;
	width: 255px;
	float: left;
	padding-top: 0px;
	text-align: justify;
}
#new2 {
	width: 270px;
	display: block;
	float: right;
	padding-top: 0px;
	text-align: justify;
}
#noticias a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#noticias a:hover, a:active {
	text-decoration: underline;
}
