/************************************************************************/
/*       					WEB RIBEIRO		  							*/
/************************************************************************/

/* listado de noticias */

div#noticias
{
	margin: 10px 5px 10px 0px;
}
div#noticias ul.listadoNoticias 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
}

ul.listadoNoticias li
{
	margin: 0px 0px 15px 0px;
	padding: 13px 0px 0px 40px;
	background: url(noticias/img_01.gif) no-repeat left top;
}
ul.listadoNoticias li.hoy
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background: url(noticias/img_01.gif) no-repeat left top;
}

ul.listadoNoticias li a:link, ul.listadoNoticias li a:visited
{
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.listadoNoticias li a:hover
{
	text-decoration: underline;
}

ul.listadoNoticias p.subtitulo 
{
	font-size: 1em;
	margin: 8px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #666;
	line-height:16px;
	font-style:oblique;
}

ul.listadoNoticias p.fecha 
{
	color: #999;
	font-size: 0.9em;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Noticia */

#noticia 
{
	margin: 10px 5px 0px 0px;
	padding: 13px 0px 0px 40px;
	background: url(noticias/img_01.gif) no-repeat left top;
}

#noticia h3
{
	font-size: 1em;
	font-weight: bold;
	color:#fff;
}

#noticia p.fecha 
{
	color: #999;
	font-size: 0.9em;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#noticia p.subtitulo
{
	font-size: 1em;
	margin: 6px 10px 15px 0px;
	padding: 0px 0px 0px 0px;
	color: #666;
	line-height: 16px;
	font-style:oblique;
}

#noticia p
{
	font-size: 1em;
	margin: 10px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #333;
	line-height: 16px;
}

.volver
{
	margin: 20px 0px 0px 0px;
	padding:0px 0px 30px 0px;
	width:95%;
	float:left;
	clear:both;
	border-top: 1px solid #aca6a6;
}

.volver a:link, .volver a:visited
{
	
	padding: 1px 15px 0px 0px;
	float:left;
	background: url(noticias/img_02.gif) no-repeat right top;
	color: black;
	font-size: 0.9em;
	text-transform: lowercase;
}

.volver a:hover, .volver a:active
{
	text-decoration:underline;
}



