html, body {
	overflow:hidden;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	width:100%;
	height:100%;

	font-family:Verdana;
	font-size:11px;
}
a {
	color:#CC5555;
	text-decoration:underline;
	font-weight:bold;
}

#eTitulo {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100px;
	text-align:center;
	z-index:1;
}
#eLuchadorIzda {
	position:absolute;
	top:0px;
	left:0px;
	width:185px;
	height:492px;
}
#eLuchadorDcha {
	position:absolute;
	top:0px;
	right:0px;
	width:209px;
	height:408px;
}
#eEsquinaIzda {
	position:absolute;
	bottom:0px;
	left:0px;
	width:185px;
	height:52px;
}
#eEsquinaDcha {
	position:absolute;
	bottom:0px;
	right:0px;
	width:209px;
	height:52px;
}
#eArriba {
	background-image:url(/images/base/eArriba.jpg);
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:130px;
}
#eAbajo {
	background-image:url(/images/base/eAbajo.jpg);
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:52px;
}
#eIzda {
	background-image:url(/images/base/eIzda.jpg);
	position:absolute;
	top:0px;
	left:0px;
	width:185px;
	height:100%;
}
#eDcha {
	background-image:url(/images/base/eDcha.jpg);
	position:absolute;
	top:0px;
	right:0px;
	width:209px;
	height:100%;
}
#eFondo {
	background-color:#23528A;
	position:absolute;
	top:117px;
	left:75px;
	bottom:29px;
	right:13px;
	width:expression(document.body.offsetWidth - 75 - 13 + "px");
	height:expression(document.body.offsetHeight - 117 - 29 + "px");
}

#menu1 a,#menu2 a, #menu3 a {
	text-decoration:none;
	color:#802223;
	margin:6px;
}
#menu1 a:hover, #menu2 a:hover, #menu3 a:hover {
	font-weight:bold;
	color:#000099;
}

#menu1 {
	position:absolute;
	top:100px;
	left:70px;
}
#menu2 {
	position:absolute;
	bottom:10px;
	right:10px;
}
.menu3{
	background-color:#FFFFFF;
	border-style:inset;
	padding:0px 0px 0px 0px;
}
.menu3 a {
	margin:5px;
}
#menu3 a {
	margin: 0px;
}

#contenido {
	position:absolute;
	z-index:2;
	top:150px;
	left:190px;
	bottom:50px;
	right:210px;
	overflow:auto;
	padding:0px 10px 0px 0px;
	text-align:justify;
	color:#DDDDDD;
	width:auto;
	height:auto;
	width:expression(document.body.offsetWidth - 190 - 210 -10 + "px");
	height:expression(document.body.offsetHeight - 150 - 50 + "px");
}

#contenidoZP {
	position:absolute;
	top:90px;
	bottom:0px;
	left:0px;
	right:0px;
	overflow:auto;
	width:expression(document.body.offsetWidth - 190 - 210 -10 + "px");
	height:expression(document.body.offsetHeight - 150 - 50 - 90 + "px");
}
input, select, textarea, .input, .button {
	font-family:Verdana;
	font-size:11px;
}

.button, a {
	cursor:pointer;
}

.input {
	width:100%;
}
textarea.input {
	height:100px;
}

.button {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#333333;
}

.title {
	font-weight:bold;
	color:#000066;
}
.msg {
	font-weight:bold;
	color:#FF0000;
}
legend {
	color:#000066;
}

.tElem {
	margin:0px 0px 10px 0px;
}
#contNoticia {
	margin:10px 10px 10px 30px;
	padding:10px 10px 10px 10px;
	border-width:0px;
	border-left-width:2px;
	border-style:dotted;
	border-color:#7F9DB9;
	float:left;
}

.mceContentBody {
    font-family:Verdana;
    font-size:11px;
    background-color: #23528A;
    color:#DDDDDD;
}