/*
* V 1 - 16 Feb 2005 17:55:20
* V 2 - 25 Feb 2021 22:06:59
* V 3 - 26 Jun 2021 02:25:30 San Josemarķa, ruega por nosotros.
* V 4 - 09-05-2023 Agregado Estilos
*/
/* Font Definitions */
@font-face {
	font-family: "Book Antiqua";
	src: url(../../../../../../ttf/BOOKOS.TTF);
	panose-1: 2 4 6 2 5 3 5 3 3 4;
}
body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: "Book Antiqua";
}
div {}
div.pagina {
	position: relative;
	display: table;
	min-width: 400px;
	max-width: 800px;
	margin-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	border-width: 2px;
	border-color: #AAAA40;
	border-style: solid;
	background-color: #001000;
	text-align: center;
}
p.MsoNormal {
	margin: 0;
	text-align: center;
}
div p.MsoNormal .evm img:hover {
	background-color: #FF0000;
}
div p.MsoNormal .evm:hover {
	background-color: #000000;
}
div p.MsoNormal .tlc {font-size:26.0pt;color:white;}
div p.MsoNormal .tln {font-size:16.0pt;color:red;}
div p.MsoNormal .stlr {font-size:11.0pt;color:red;}
div p.MsoNormal .ttlc {font-size:45.0pt;color:red;}
div p.MsoNormal .ttln {font-size:36.0pt;color:red;}
div A {
	text-decoration: none;
	font-weight: bold;
}
div A:link {
	color: #00FFFF;
}
div A:hover {
	color: #FFFFFF;
	background-color: #B00000;
}
div A:active {
	text-decoration: underline;
}
div A:visited {
	color: #FF00FF;
}
div.marco {
    height: 99%;
}
div iframe {
    min-height: 400px;
    max-height: 800px;
}
.cz {
	font-size: 200%;
}
.zi {
	position: absolute;
	width: 83px;
	top: 111px;
	right: 25px;
	cursor: pointer;
	z-index: 2;
}