/* CSS Document */
 html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }


body{
margin:0px;
background:#eed97a;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:.8em;
}
html{ height:100%;}
#menu a{
color:#6f6537;
text-decoration:none;
}
#menu a:hover{
color:#ac9f66;

}
input{

border:#999999 solid 1px;
}
ul#menu {
    padding-right:20px;
    list-style-image:none;
    }

ul#menu li 
{
	list-style-type:none;
	list-style-image:none;
     margin:8px;	padding:2px;	float:left;
    }
.footer{
padding:0px 0px 5px 15px;
font-size:.7em;
}
h1, h2, h3{
color:#b0a261;
padding:0px;
margin:0px 0px 0px 0px;
}
h1{
font-size:1.8em;

}
h2{
font-size:1.5em;

}
h3{
font-size:1.2em;

}

.marcado 
{
 color: Gray;
 font-weight:bold;	
}
.negrita
{
 color: #433a12;
 font-weight:bold;	
}

.menu_iconos
{
 color: #433a12;
 font-weight:bold;	
 font-size:9px;
}
.celdaMenu 
{
    border-color:Black;
    margin:0.5,0.5,0.5,0.5;
    border-style:solid;    
}

hr
{
height:10px;
color:#eeeeee;	
background-color:#eeeeee;
border:solid 0px #eeeeee;
}
.titulo
{
	height:18px;
	color:#6f6537;	
	text-decoration:none;
	font-weight:bold;
}
a 
{
	height:10px;
	color:#ac9f66;	
	text-decoration:none;
	font-weight:bold;
}
a:hover 
{
	height:10px;
	color:#eed97a;	
	text-decoration:none;
	font-weight:bold;
}
input
{
	font-size:11px;
	margin:5px;
}