.marcafondo {
	background-image: url(../imagenes/marca-fondo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Texto {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.Titulos {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #666666;
	line-height : 16px;
	background-color : #C0E1FF;
	font-weight: normal;
}
.lineas-izq {
	border-right-style: none;
	border-left-width: thin;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #0066CC;
}
.linea-arriba {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #0066CC;
}
}
.linea-abajo {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #0066CC;
}
.linea-abajo-fina {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
}
.recuadro {
	border: 1px solid #003399;
}
