#imagen-cabecera {
	height: 88px;
	background-image: url(../imagenes/imagen-documentos.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#principal h2 {
	background-image: url(../imagenes/documentacion-h2.gif);
	background-position:left;
	background-repeat: no-repeat;
	background-color:#0099FF;
	line-height:15px;
}
#principal h3 {
	border-top: 2px solid #66BCF5;
	padding-top: 4px;
	color:#F1611B;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
div.documento {
	padding: 2px 2px 2px 2px;
	padding-top: 22px;
}
.adjuntos {
	padding: 2px;
	background-color: #E5F5FF;
}
.adjuntos strong {
	color: #0099FF;
}
.adjuntos ul {color: #0099FF;
	list-style-type: circle;
	margin-left: 10px;
	padding-left: 10px;
}


