body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#9D9ADD;
	background-image: url(fondo.gif);
	background-repeat: repeat-x;
}
.texto {
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
}
.textocentrado {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.titulo {
	font-size: 14px;
	color:#800080;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.leyenda {
	font-size: 12px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
th {
	padding: 5px;
	font-size: 12px;
}
hr {
	color: #800080;
}

td {
	text-align: center;
	font-size: 12px;
}

.inscripcion {
	border: groove #CCC thin;
}

.inscripcion td {
	text-align: left;
	padding: 5px;
}

li {
	text-align: justify;
	padding: 5px;
}
.entidades {
	font-size: 10px;
	font-weight: bold;
}

h1 {
	text-align: center;
}
.celdasuperior {
	border-bottom:none;
}
.celdainferior {
	border-top:#999999 1px dashed;
}
iframe {
	border:#666666 2px ridge;
}
