.listanoticias 
{
	border: 1px solid #d5d5d5;
	background: #ffffff;
	width: 241px;
	height: 225px;
}
.titulo 
{
	height: 29px;
	border-bottom-color: #d5d5d5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.texto_titulo
{
	float: left;
	padding-left: 8px;
	padding-top: 5px;
	color: #960202;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.contenedor_noticias
{
	float:left;
	width: 220px;
	height: 185px;
	overflow:hidden;
}

.centro_noticia
{
	width: 212px;
	height: 185px;
	position:relative;
	padding-left: 8px;
	padding-top: 8px;
}

.noticia
{
	text-align: justify;
	padding-bottom: 10px;
}

.titulo_noticia 
{
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}

.texto_noticia 
{
	color: #000000;
	font-size: 11px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

.scroll
{
	float:right;
	width: 18px;
	height: 185px;
	background: url("barra-scroll.jpg") repeat-y;
}

.mover_flecha_arriba_scroll
{
	position: relative;
	float:right;
	padding-top: 0px;
	padding-right: 3px;
}

.mover_flecha_abajo_scroll
{
	position: relative;
	float:left;
	padding-top: 0px;
	padding-left: 3px;
}

.mover_circulo
{
	position:relative;
}

.circulo
{
	width: 8px;
	height: 175px;
	position:relative;
}
