@charset "utf-8";
/* CSS Document */

BODY { 
   font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif; 
   margin: 10 0 10 0px; 
   text-align: center; 
   background-color: #ebebeb; 
} 
#contenedor{ 
   text-align: left; 
   width: 700px; 
   margin: auto; 
} 
#search{
	width:auto;
	background-color: #ebebeb;
   	color: #333300; 
   	float:right; 

}
#cabecera{ 
   background-color: #ebebeb;
   color: #333300; 
   font-size:12pt; 
   font-weight: bold; 
   padding: 3 3 3 10px; 
} 
#cuerpo{ 
   margin: 10 0 10 0px;
     
} 
#lateral{ 
   width: 160px; 
   background-color: #CCCCCC; 
   float:right; 
} 
#lateral ul{ 
   margin : 0 0 0 0px; 
   padding: 0 0 0 0px; 
   list-style: none;
}
 
#lateral li{ 
   background-color: #CCCCCC;
   color:#660000; 
   font-size: 12px;
   font-weight:bold;
   text-align:center;
   text-decoration: none;
   
}
#principal{ 
   background-color: #ebebeb;
   padding: 4 4 4 4px; 
   margin-right: 180px;
   margin-left:20px;
}   
#pie{ 
   background-color: #cccccc; 
   padding: 3 10 3 10px; 
   text-align:right; 
} 

.button {  
  display: block;  
  width: 160px;  
  height: 35px;  
  background-image: url(btn_bg_tiny.jpg);  
  background-repeat: no-repeat;  
  background-position: 0 0;  
}  

.Estilo1 {
	font-family: "Amadeus Regular";
	font-weight: bold;
}
.Estilo2 {
	font-family: Amano;
	font-size: 100%;
}
.Estilo3 {font-size: 100%}
a:link {
	text-decoration: none;
	color: #660000;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #660000;
}
