body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-align: justify;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: #7d7d7d;
}
h4 {
	color: #91a1b1;
}
h5 {
	color: #91a1b1;
}
a:link {
	color: #91a1b1;
	text-decoration: none;
}
a:hover {
	color: #91a1b1;
	text-decoration: none;
}
a:visited {
	color: #91a1b1;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color: #91a1b1;
}
#contenedor {
	position: relative;
	margin: auto;
	width: 530px;
}
#contenedor #cabecera {
	position: relative;
	background-image: url(../imagenes/cabecera_aux.jpg);
	background-repeat: no-repeat;
	height: 85px;
	width: 530px;
	left: 0px;
	top: 0px;
}
#contenedor #contenido {
	position: relative;
	top: 10px;
	width: 530px;
	padding: 0px;
}
#contenedor #firma {
	position: relative;
	height: 20px;
	width: 530px;
	left: 0px;
	top: 25px;
	padding: 0px;
}
.imagen_miniatura {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

