@charset "utf-8";
/* CSS Document */

#noticia{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	text-align: justify;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#imagen {
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
	margin-bottom: 20px;
}

#noticia p{
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#noticia a{
	color: #009900;
}
#noticia a:hover{
	color: #00CC00;
}

