/* ////////////////// CONTENIDOS */
#contenidos {
	width: 660px;
	float: left;
	margin-left: 20px;
}

/* ////////////// NOTICIAS */
#contenidos {
	padding: 2px;

}
#contenidos p {
	margin-top: 3px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #067F2D;
	background-color: #CCCC00;
}
#contenidos a {
	padding-left: 25px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
#contenidos a:hover {
	font-weight: bold;
	text-decoration: none;
}