/* Alambre Estudio Gráfico
   www.alambre.net
   //
   Estilos DICA CSS+XHTML
   Noticias
   Septiembre 2008
*/


#noticias{
	width: 960px;
	overflow: hidden;
	clear: both;
	border-top: 1px solid #C0BEB1;
	background: white url(img/defecto_noticia.gif) no-repeat 0 15px;
}

	#noticias_det{
	margin-top: 14px;
	float: left;
	width: 663px;
	margin-right: 67px;
}

	#noticias_arc{
	margin-top: 14px;
	float: left;
	width: 230px;
}

form select option{
	color: #7a9f41;
	background-color: white;
}

/* noticias detalle */

.noticia_imagenes{
	width: 318px;
	min-height: 186px;
	float: left;
	overflow: hidden;
	margin-right: 38px;
}

.noticia_imagenes p{
	display: none;
}

.noticia_datos{
	width: 307px;
	float: left;
	overflow: hidden;
}

	.noticia_titulo{
	font-weight: bold;
	margin-bottom: 10px;
}

.noticia_texto p{
	margin-bottom: 7px;
}

/* noticias Smooth */

#noticia_thumbs{
	width: 338px;
	margin-top: 10px;
	overflow: hidden;
}

/* Noticias Archivo */

.noticias_archivo{
	margin-bottom: 40px;
}

.noticias_archivo_titulo{
	color: #686657;
	font-family: avenirdica, Helvetica, Arial, Geneva, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 3px;
}

#noticias_arc ul{
	list-style-image: none;
	list-style-type: none;
}

	#noticias_arc ul li{
		list-style-image: none;
		list-style-type: none;
		line-height: 140%;
		border-bottom: 1px solid #C0BEB1;
		padding-top: 3px;
		padding-bottom: 3px;
	}

	#noticias_arc ul li a:visited{
		text-decoration: line-through;
}

	#noticias_arc ul li:first-child{
		border-top: 1px solid #C0BEB1;
	}
	
/* RSS */

#noticias_rss{
		margin-top: 10px;
}

#noticias #social{
clear: both;
padding-top: 20px;
}
