.fondo {
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.borde_r {
	border-right: 1px dotted #ffffff;
}
.borde_d {
	border-bottom: 1px dotted #000000;
}
.borde_dt {
	border-right: 1px dotted #ffffff;
	border-top: 1px solid #ffffff;
}
.borde_t {
	border-top: 1px solid #ffffff;
}
.cuerpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.cuerpo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.titu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #002955;
	text-decoration: none;
}
