/*
admin estilos
*/

select
 {
   font-size: 80.5%; /* Resets 1em to 10px */
   font-family: Arial, Sans-Serif;
 }

.body 
 {
  background-color: #FFFFFF;
  text-align: center;
  margin: 0px 0px 0px 0px;
  font-size: 80.5%; /* Resets 1em to 10px */
  font-family: Arial, Sans-Serif;
  color: #000000;
}

#banner_superior
 {
  width: 100%;
  padding: 0px;
  background-color:#FFFFFF;
  text-align:center;
  min-height:150px;
  float:none;
 }

#contenido
 {
  width:100%;
  min-height:350px;
 }
 
#locuras
  {
   background-color:#FFFFFF;
   width:21%;
   float:left;
  }
  
 #centro
  {
   width:78%;
   background-color:#FFFFFF;
   float:left;
   min-height:350px;

  }
 
a:link, a:visited,a:active  { color:#006699; text-decoration: none;outline:none;font-size: 10px;}
a:hover{ color:#000033; text-decoration: underline;outline:none;font-size: 10px;}

#navegacion_site
 {
  width:100%;
  background-color:#000000;
  padding: 0px;0px;0px;0px;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
  color:#232323;
  min-height:26px;
  vertical-align:middle;
  text-align:center;
 }
 #enlace a:link, #enlace a:visited 
 {
 	display: block;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	color:#CCCCCC;
	font-size:10px;
	text-decoration: none;
	background-color:#000000; 

 }
 
#enlace a:hover
 {
	background-color:#99CC00;
	font-weight: bold;
	text-decoration: none;
	font-size:11px;
	color:#FFFFFF;
 }

#enlace 
 {
  margin: 0px;
  padding: 0px;
  width:100px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#FFFFFF;
  background-color:#003333; 
  float:left;
 }
 
 #links
  {
    margin: 20px 50px 50px 50px;
    float:left;
	width:400px;
	text-align:left;
  }
