@charset "utf-8";
/* CSS Document */

div.noticia {
	width:564px;
	margin-bottom:20px;
}

table.noticia_head {
	width:564px;
}

td.noticia_fecha {
	width:111px;
	height:20px;
	font-weight:bold;
	font-size:12px;
	color:#2c3a1c;
	line-height:20px;
	background-color:#e1ead4;
	padding-left:15px;
}

td.noticia_titulo {
	width:375px;
	height:22px;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	color:#628f25;
	line-height:20px;
	background-color:#e1ead4;
}

td.noticia_ampliar {
	width:63px;
	height:20px;
	text-align:center;
	font-size:12px;
	color:#fff;
	line-height:22px;
	background-color:#8ac234;
}

td.noticia_ampliar a {
	text-decoration:none;
	line-height:20px;
	color:#fff;
}

td.noticia_ampliar a:hover {
	color:#e1ead4;
}

table.noticia_content {
	width:564px;
	margin-top:10px;
}

table.noticia_content a {
	text-decoration:none;
	color:#8ac234;
}

table.noticia_content a:hover {
	color:#e1ead4;
}

td.noticia_smallfoto {
	width:126px;
}

td.noticia_smalltext {
	width:438px;
	color:#5c5c5c;
}

td.noticia_bigfoto {
	width:244px;
}

td.noticia_bigtext {
	width:290px;
	padding:0px 15px;
	color:#5c5c5c;
}

td.noticia_nofoto {
	width:534px;
	padding:0px 15px;
	color:#5c5c5c;
}