div#contenedor
{
	margin : auto; 
	padding: auto;
	width: 750px;
	border: 1px solid #6B9E00;
}
div#header
{
  height: 88px;
  width: 750px;
  margin : 0 0 0 0px; 
  padding: 0 0 0 0px;
  background-color: #FFF;
}

div#menu_ppal
{
  position: relative;
  height: 23px;
  width: 750px;
  top: 0px;
  padding: 0 0 0 0px;
  background-color: #6B9E00;
  vertical-align: bottom;
}

div#menu_ppal ul
{
	list-style: none;
	position: relative;
	top: 5px;
	display: inline;
	width: 100%;
	height: 100%;
	background: #6B9E00;
	font-size: 12px;
}

div#menu_ppal li
{
	display: inline;
  list-style: none;
   padding: 0 22px;
   height: 100%;
  font-weight: bold;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#menu_ppal a
{
	color: #FFF;
	text-decoration: none;
}
div#menu_ppal li a:hover
{
	color: #FFFF00;
	text-decoration: none;
}

div#centro
{
	background-image: url(img/fondo.jpg);
	height:inherit;
	position:relative;
	background-repeat: no-repeat;
	width: 750px;
	height: 389px;
}

div#pie
{
	color: #FFF;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin-top: 90px;
	position: relative;
}
div#pie a
{
	color: #FFF;
	text-decoration: none;
}
div#pie a:hover
{
	color: #FF0000;
	text-decoration: none;
}

div#imagen
{
  position:absolute;
  float: left;
  left: 20px;
  top: 20px;
  background-color: #9F4000;
  padding: 2px;
}

div#fondo
{
   background-color: #ffffff; 
   padding: 2px;
	height: 250px;
	width: 350px;
	background-color: #FFF;
	filter: alpha(opacity=70);
	opacity: .7;
	left: 190px;
	top: 20px;
	position:relative;
	border: 1px solid #000099;
}

div#titulo
{
	background-color: #000099;
	position:absolute;
	width: 345px;
	padding: 2px;
	color: #FFF;
	text-align: justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

div#texto
{
	position: absolute;
	top: 24px;
	width: 345px;
	height: 220px;
	color: #000099;
	padding: 2px;
	text-align: justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	left: 3px;
}

div#menu_secundario
{
  width: 160px;
  position: absolute;
  top: 20px;
  left: 565px;
  background-color: #FF6600; 
}

div#menu_secundario ul
{
	margin : 0 0 0 0px; 
    padding: 0 0 0 0px;
    list-style: none;
}

div#menu_secundario li
{
  list-style: none;
  padding: 2px;
	border: 1px solid #9F4000;
  font-weight: bold;
  font-size: 12px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #FFF;
}

div#menu_secundario li a
{
	color: #FFF;
	text-decoration: none;
}
div#menu_secundario li a:hover
{
	color: #FFFF00;
	text-decoration: none;
}
