/* CSS Document */

body
{
	text-align:center;
	background-color: #0093dd;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#contenedor
{
	width:798px;
	background: url("../images/fondo.gif") repeat-y top;
	padding:0px;
	border-bottom:#ECC023 3px solid;
	margin-left:auto;
	margin-right:auto;
}

.spacer
{
	clear: both;
	height:1px;
	padding:0px;
}

#foot
{
	width:798px;
	height:40px;
	background: url("../images/foot.gif") repeat-x top;
	padding:0px;
	border-top:#66BEEB 1px solid;
	margin-top:6px;
	margin-left:auto;
	margin-right:auto;
	clear: both;
}
#foot_info
{
	margin-top:0px;
	width:480px;
	float:right;
	margin-right:6px;
	text-align:right;
	clear:none;
	padding:0px;
}
.w3c div
{
	float:left;
	margin:0px;
	margin-left:5px;
}
.w3c img
{
	border:none;
	margin-top:5px;
}
.w3c a
{
	text-decoration:none;
}

#sponsor
{
	height:80px;
	width:798px;
	background: url("../images/Sponsor.gif");
	clear: both;
}

#menu
{
	text-align:left;
	margin:0px;
	padding:0px;
	position:relative;
	height:16px;
}
#menu li
{
	display:block;
	float:left;
	margin:0px;
	border-left: 1px solid #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding:0px;
	text-align:left;
}
#menu a
{
	text-decoration:none;
	color:#000000;
	background:none;
	padding:0px 3px;
	height:16px;
}
#menu a:hover
{
	background:url("../images/bot_activo.gif") repeat-x center #EEC222;
}

#lateral
{
	width:180px;
	margin:0px;
	margin-left:2px;
	padding:0px;
	background:url("../images/Lateral.gif") repeat-y left;
	text-align:left;
	float:left;
}
#lateral_in
{
	width:180px;
	margin:0px;
	background:url("../images/LateralTop.gif") no-repeat left top;
	text-align:left;
	padding:0px;
}
#lateral_in ul
{
	padding-top:20px;
}

#fotoH
{
	height:180px;
	width:180px;
	background:url("../images/FotoH.gif") no-repeat left top;
}
#fotoH img
{
	border:1px solid #FFFFFF;
	padding:0px;
	margin-left:15px;
	margin-top:43px;
}


#fotoH a
{
/*	padding:4px !important;*/
	background-color:#ECC021;
	color:#000000;
	text-decoration:none;
}

#cuerpo 
{
	margin-right:15px;
	float:right;
	width:580px;
}
h1
{
	font-size:18px;
	color: #0093DD;
	text-align:center;
}
h2
{
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	text-align:center;
}
h3
{
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
#cuerpo p
{
	text-align:justify;
	padding-left:15px;
}

#submenu
{
	margin-top:-20px;
}
#submenu li
{
	display:block;
	list-style:none;
	margin-left:-30px;
}
#submenu li a
{
	display:block;
	width:150px;
	border-top:#F1CF56 1px solid;
	color:#000000;
	text-decoration:none;
	height:16px;
	background-color:none;
	padding-left:10px;
	margin-bottom:2px;
}
#submenu li.activo a
{
	background-color:#F2D15F;
}
#submenu li.activo a:hover
{
	background-color:#F2D15F;
}
#submenu li a:hover
{
	background-color:#F5DF8E;
}
