@charset "utf-8";
/* CSS Document */

div#pagina div#cuerpo
{
	margin-left: 10px;
	width: 760px;
	margin-right: 10px;
}
div#cuerpo ol
{
	list-style-position: inside;
}
div#cuerpo ol li
{
	margin-bottom: 10px;
	text-align: justify;
}
div#cuerpo table.datos
{
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 70%;
	font-size: 12px;
}
div#cuerpo span.descargar
{
	font-size: 14px;
	font-weight: bold;
	color: #2159A6;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	display: block;
	text-transform: uppercase;
}
div#cuerpo h2
{
	font-size: 16px;
	color: #2358A6;
	text-transform: uppercase;
	text-decoration: underline;
}
div#cuerpo p
{}
div#cuerpo img
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#cuerpo a
{
	font-size: 12px;
	color: #2358A6;
	display: block;
	margin-left: 20px;
	margin-bottom: 5px;
	width: auto;
}
div#cuerpo a:hover
{}

