#panel-noticias
{
	float: right;
	width: 30%;
	height: 40%;
	padding-top: 2%;

}



#cuerpo
{
	min-height: 90%;
}

#cuerpo-noticia
{
	width: 50%;
	margin: 2% 2% 0% 2%;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	text-align: justify;
	padding: 0 1% 2% 1%;
}

#cuerpo-noticia h2
{
	color: white;
	font-size: 13px;
}

#titular
{
	width: 100%;
}

#titular h2 
{
	display: block;
	width: 100%;
	height: 12%;
	background-color: #c00000;
	padding: 5px;
}

#texto
{
	border: 1px solid black;
	padding: 3px;
	min-width: 100%;
	height: 100%;	
}

#buscador
{
	position: absolute;
	top: 120px;
	right: 5%;
	width: 300px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	padding: 1% 1% 1% 1%;
}

#buscador td
{
	width: 8%;
}

#buscador input
{
	font-size: 11px;
}


#noticias
{
	position: absolute;
	top: 0px;
	right: 20px;
	top: 200px;
	width: 40%;
	height: 40%;
	font-size: 10px;
}

.fecha
{
	font-size: 11px;
	color: black;
}
#noticias li
{
	list-style-type: square;
	padding: 5px 0px 2px 0px;
	font-size: 12px;
}

#noticias li a
{
	text-decoration: none;
	color: #656556;
	padding: 8px 0px 2px 0px;
	font-size: 11px;
}

#noticias li a:hover
{
	text-decoration: none;
	color: #C00000;
	padding: 8px 0px 2px 0px;
}




