@charset "utf-8";
/* CSS Document */

#noticias_list{
	display:block;
	position:relative;
	float:left;
	width:150px;
	height:300px;
	margin:20px 0px 0px 20px;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	color:#FFF;
}

#noticias_list ul{
	list-style:none;
	padding:0px;
	margin:0px;
}

#noticias_box_general{
	display:block;
	position:relative;
	float:left;
	width:520px;
	height:300px;
	margin:15px 15px 15px 25px;
	overflow:auto;
	
}

#noticias_box{
	display:block;
	position:relative;
	float:left;
	width:420px;
	height:250px;
	margin:15px 15px 15px 25px;
}

.noticias_dia{
	display:block;
	position:relative;
	float:left;
	width:60px;
	color:#FFF;
	font-weight:bold;
}

.noticias_tit{
	clear:both;
	display:block;
	position:relative;
	float:left;
	width:24%;
}

.noticias_txt{
	display:block;
	position:relative;
	float:left;
	width:75%;
}



