/* CSS Document */
#box #medio{
	width:760px;
	height:224px;
	float:left;
	border-width:5px;
	border-style:solid;
	border-color:#D4D4D4;
}
#box #news{
	width:745px;
	padding-left:25px;
	float:left;
	padding-top:38px;
	background-image:url(img/tit_news_home.gif);
	background-repeat:no-repeat;
	padding-bottom:10px;
	border-bottom-color:#F3F3F3;
	border-bottom-style:solid;
	border-bottom-width:4px;
}
#box #noticia{
	width:340px;	
	float:left;
	margin-right:30px;
	display:inline;
	background-image:url(img/bg_news.gif);
	background-repeat:no-repeat;
}
#box #noticia #news_tit{
	width:333px;
	padding-left:7px;
	float:left;
	font-size:11px;
	color:#000000;
}
#box #noticia #news_tit a{
	color:#000000;
	text-decoration:none;
}
#box #noticia #news_tit a:hover{
	color:#FF0000;
	text-decoration:none;
}
#box #noticia #news_fecha{
	width:333px;
	padding-left:7px;
	float:left;
	font-size:9px;
	color:#999999;
}
#box #noticia #news_intro{
	width:340px;
	float:left;
	font-size:11px;
	color:#666666;
	padding-top:2px;
}
#box #noticia #news_intro a{ 
	color:#666666;
	text-decoration:none;
}
#box #noticia #news_intro a:hover{ 
	color:#666666;
	text-decoration:none;
}

