body
{
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	text-align: justify;
	font-family: verdana, arial;
	font-size:8pt;
}
a, a:visited, a:active, a:link 
{
	text-decoration: none;
	color:#2E5C97;
}
a:hover 
{
	text-decoration: underline;
 	/* color:#880000; */
}
div.centrosup
{
	position: relative;
	width: 518px;
	height: 675px;
	background-color: white;
}
div.centrosup img
{
}
div.centrosup div.presentacion
{
	position:absolute;
	top: 6px;
	left: 18px;
	font-size: 10pt;
	font-weight: bold;
	color: #2E5C97;
}
div.centrosup div.asociados
{
	position:absolute;
	top: 6px;
	right: 85px;
	font-size: 10pt;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
	color: #2E5C97;
}
div.centrosup div.contenido
{
	height: 642px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: auto;
	font-size: 8pt;
	text-align: justify;
}
div.centrosup div img
{
	border: 0px;
}

/* Estilos auxiliares */

div.show
{
	display: inline;
}
div.hide
{
	display: none;
}

/* Estilos de tabla */

div.selector
{
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

div.cabtbd
{
	border-top: 1px #000088 solid;
	border-left: 1px #000088 solid;
	border-right: 1px #000088 solid;
	border-bottom: 1px #000088 solid;	
	background-color: #000088;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
}

div.bodtbd
{
	border-top: 1px #000088 solid;
	border-left: 1px #000088 solid;
	border-right: 1px #000088 solid;
	border-bottom: 1px #000088 solid;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
}

div.bodtbd p
{
	
}

div.pietbd
{
	border-top: 1px #000088 solid;
	border-left: 1px #000088 solid;
	border-right: 1px #000088 solid;
	border-bottom: 1px #000088 solid;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
	text-align: right;
}

div.pietbd img
{
	border: 0px;
}

/* Estilos de parrafo */

h1
{
	color: #2E5C97;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
	/*font-size: 16pt;*/
	font-size: 10pt;
	font-weight: bold;
	color: #2E5C97;
}
h2
{
	color: #000000;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: left;
	font-size: 12pt;
}
table
{
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
table td
{
	width: 50%;
	text-align: left;
}
table td a
{
	color: #000088;
	text-decoration: none;
	font-size: 8pt;
}
table td a:hover
{
	text-decoration: underline;
}
table td a img
{
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}
table.data {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	border-width: 0px;
	border-spacing: 0;
	border-style: ridge;
	border-color: #2E5C97;
	border-collapse: collapse;
	background-color: white;
}

table.data th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #2E5C97;
	background-color: #2E5C97;
	font-family: verdana, arial;
 	font-size:8pt;
 	color: white;
}

table.data td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #2E5C97;
	background-color: #FFFFFF;
	font-family: verdana, arial;
 	font-size:8pt;
 	color: black;
	font-weight:normal;
}

table.data td.footer {
	background-color: #EBEBEB;
}
ul
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border-top: 20px solid #2E5C97;
	border-bottom: 2px solid #2E5C97;
	border-left: 2px solid #2E5C97;
	border-right: 2px solid #2E5C97;
	padding: 4px;
	list-style: square inside;
}
li
{
	color: #000000;
	/*font-weight: bold;
	font-size: 10pt;*/
	margin: 4px;
	margin-left: 0px;
	border-top: 1px dashed #cccccc;
}
li:first-child
{
	border-top: 0px;
}
a.nosubrayar:hover
{
	text-decoration: none;	
}
