@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 75%;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;



}
.twoColLiqLtHdr #container {
	width: 90%; /* the auto margins (in conjunction with a width) center the page */
	position:relative;
	border: 2px solid #000000;
	text-align: left;
	background-image: url(../img/bg_fade.png);
	min-width: 920px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 0px;
	padding-bottom:50px;
} 
.twoColLiqLtHdr #header {
	padding: 0px;
	margin: 0px;
	min-height: 150px;
} 

.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 190px;
	margin:15px;
}

.twoColLiqLtHdr #mainContent {
	background-image: url(../img/bg_fade.png);
	padding: 20px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 245px;
	border: 2px solid #2B2422;
} 

.twoColLiqLtHdr #mainContent h1 {
	color:#9BCC60;
	text-decoration:underline;
} 


.twoColLiqLtHdr #footer {
	position:absolute;
	background-color: #000;
	width:100%;
	margin-top: 15px;
	color: #444;
	bottom:0;
	text-align: center;
	font-size: 90%;
} 
.twoColLiqLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

/* Miscellaneous classes for reuse */
.fltrt {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	border: 2px solid #682;
}

.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Menu Navegacion */
#navbox {font-size: 1.3em;}
#navbox ul {padding: 0; margin: 0;}
#navbox ul li {
	width: 200px;
	list-style: none;
	margin:1px;
	text-indent: 15px;
	background: url(../img/navbox_bg_trans_grad.png);
}

#navbox ul li:hover {
	/*background: url(../img/menuselect.png) top right no-repeat;*/
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
	}

#navbox ul li a {
	width: 200px;
	display:block;
	padding:6px 0;

	color: #aaa;
	text-decoration: none;
	margin-bottom: 2px;
}

#navbox ul li a:hover {
background: url(../img/menuselect.png) top right no-repeat;
}

#navbox a:active, #navbox a:focus {
outline:0;
}

img{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

a img{
	border: 2px solid #682;
	}
a img:hover{
	border: 2px solid #9A6;
}
a {
	color: #682;
}

a:hover {color: #9A6;}

.currentmenu {
	color:#9BCC60;
	padding:6px 0;

	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9BCC60 !important;
	border-left-color: #9BCC60 !important;
	
}

.cont {
  position:absolute;
  height:97px; 
  width:657px;
  margin:-90px 0px 0px -380px;
  top: 50%; 
  left: 50%;
  text-align: center;
  padding: 0px;

 }

