/* Alambre Estudio
   www.alambre.net
   //
   Estilos Quincena Musical CSS+XHTML
   Laterales EX
   Enero 2010
*/

/* Noticias */

#listado_noticias_ext{
	width: 305px;
	padding-top: 4px;
	display: block;
	border-top-style: solid;
	border-top-color: #595954;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #595954;
	border-bottom-width: 1px;
	font-size: 11px;
	margin-bottom: 20px;
}

#listado_noticias_ext .categoria{
	display: none;
}

#listado_noticias_ext .fecha, #listado_noticias_ext .resumen{
	color: #595954;
	padding-bottom: 2px;
}

#listado_noticias_ext ul li{
	display: block;
	border-top-style: dashed;
	border-top-color: #595954;
	border-top-width: 1px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#listado_noticias_ext ul li:hover{	
	background-color: #f1f1f1;
}

#listado_noticias_ext a{
	display: block;
}

#listado_noticias_ext a{
	display: block;
}

#listado_noticias_ext ul li .tit{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 2px;
}

#listado_noticias_ext img{
	margin-bottom: 4px;
	margin-top: 4px;
}

#listado_noticias_ext .resumen{
	margin-top: 3px;
}

#listado_noticias_ext .ver_ext a{
	width: 305px;
	font-weight: bold;
	display: block;
	border-top-style: dashed;
	border-top-color: #595954;
	border-top-width: 1px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #595954;
}

#listado_noticias_ext .ver_ext a:hover{
	background-color: #f1f1f1;
	color: #6d3232;
}


