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

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

}
#contenidos h2 {
	margin-top: 3px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #067F2D;
	background-color: #CCCC00;
}
#contenidos a {
	color: #000;
}
#contenidos a:hover {
	text-decoration: none;
	color: #000;
	background-color: #fff;
}
#contenidos p {
	margin-top: 3px;
	margin-bottom: 0px;
	border-bottom: 2px solid #CCCC00;
}
#contenidos strong {}
#contenidos em {}
.imagencontenidos {
	text-align: center;
}
#contenidos img {
	margin: 5px;
	padding: 5px;
	border: 1px solid #067f2d;

}
#contenidos ul {

}
#contenidos ol {}
#contenidos li {

}
#imagenes h3, #enlaces h3, #documentos h3 {
	margin-top: 3px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #067F2D;
	background-color: #CCCC00;
}
#imagenes p, #enlaces p, #documentos p {

}
#enlaces a, #documentos a {

}
#imagenes a, #imagenes a:hover {}
