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

/* fondo y general*/

	.col_02_izq{
	float: left;
	width: 644px;
	}

	.col_02_der{
	float: right;
	width: 286px;
	}


/* Noticias destacadas */

.not_list0_container{
	width: 644px;
	}
	
	.not_list0_noticia{
	width: 644px;
	clear: both;
	border-bottom: 1px solid #535353;
	margin-bottom: 25px;
	overflow: hidden;
}

	
	.not_list0_img{
		width: 300px;
		float: left;
		margin-right: 39px;
	}

	.not_list0_img img{
		margin-bottom: 20px;
	}

	.not_list0_info{
		width: 304px;
		float: right;
	}
	
	.not_list0_titulo{
		width: 304px;
	}

	.not_list0_titulo h3{
		margin-bottom: 12px;
		font-weight: bold;
		color: #FFF000;
		font-size: 14px;
	}

	.not_list0_subtit{
		width: 274px;
	}

	.not_list0_subtit h4{
		margin-bottom: 4px;
		font-weight: normal;
		font-size: 11px;
		line-height: 20px;

	}

	.not_list0_subtit h4 p.bodytext{
		margin-bottom: 14px;
		margin-top: 7px;
	}
	
	.not_list0_enlace{
	color: white;
	}

	.not_list0_enlace p{
	border-top: 1px solid #535353;
	width: 274px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

/* Noticias Lateral */

.not_list1_container{
	width: 286px;
	}
	
	.not_list1_tit{
	margin-bottom: 12px;
}

	.not_list1_noticia{
	width: 286px;
	border-top: 1px solid #535353;
}

	.not_list1_noticia a h3{
	width: 286px;
	padding-top: 2px;
	padding-bottom: 2px;
}

	.not_list1_noticia a:link h3{
	color: #AAAAAA;
}

	.not_list1_noticia a:hover h3{
	background-color: #4C4A26;
}

	.not_list1_noticia a:active h3{
	background-color: #4C4A26;
	color: white;
}

	.not_list1_noticia a:visited h3{
	color: #AAAAAA;
	text-decoration: line-through;
}

	.not_list1_rss{
	width: 286px;
	border-top: 1px solid #535353;
	margin-bottom: 25px;
}

	.not_list1_rss .not_list1_rss_enlace{
	padding-top: 10px;
}

	.not_list1_rss_enlace img {
	margin-left: 5px;
}


