#contenido {
	width: 660px;
	/*padding-top: 10px;*/
	padding-right: 20px;
	/*padding-bottom: 20px;*/
	padding-left: 20px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	background-image: url(../imagenes/fondofilete_contenido.gif);
	background-repeat:  repeat-y;
	background-position: left top;
}

#contenido p {
	margin-bottom: 10px;
}

.contenido_noticias {
	width: 310px;
	vertical-align: text-top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.contenido_enlaces {
	/*maximo tamaņo imagen 280px */
	width: 310px;
	vertical-align: text-top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.titulo_seccion {
	color: #333333;
	border-bottom: 1px dashed #999999;
	height: 14px;
	margin-bottom: 10px;	
}

.contenido_seccion {
	color: #333333;
	/*font-size: 10px;*/
}

.contenido_seccion a:link, .contenido_seccion a:visited {
	color: #336699;
	text-decoration: none;
}

.contenido_seccion a:hover{
	color: #003366;
	text-decoration: underline;
}

.separador {
	width: 310px;
	text-align: center;
}

.contenido_seccion ul {
	list-style-type: none;
	margin-left: 0px;
}

.contenido_seccion ul li {
	height: 20px;
	background-image: url(../imagenes/dedoapuntando.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 50px;	
	/*border: 1px solid red;*/
}

.negrita {
	font-weight: bold;	
}