/*------------------
-------CLASSES--------
--------------------*/
h3{
	color:#2f5e8a;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	margin-right:30px;
	margin-top:15px;
	margin-bottom:0px;
	font-size:14px;
	text-transform:uppercase;
}
/*------------------
-------GENERAL--------
--------------------*/
body, input, textarea, listbox, checkbox, table, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; color:#000000; text-decoration:none; 
}

body {	padding: 0px; margin:0px; border:0px; text-align: center; background-color:#f9f9f9; height:auto;}


#container{
	border-bottom:1px solid #bfbfbf;
	background:#f9f9f9; width:770px; height:auto; margin:auto; _width:800px;
	padding:5px; padding-right:15px; padding-left:15px;
	background:url("../imgs/containerbkg.jpg") repeat-y ;
}

/*---------HEADER-------------*/
#header{	
	height:99px;
	
	text-align:left;
	border:1px solid #bbb;
}

/* ------- IDIOMAS -------*/
#idiomas{
	height:21px; width:250px; _height:20px;
	text-align:right;
	float:right;
	margin-top:78px;  
	background:url("../imgs/langlat.gif") no-repeat 0px;
	/*background-color:#333333;*/
	color:#999;
	
	text-transform:uppercase;
	letter-spacing:1px;
	
}
#btns{
	padding-top:3px;
	background-color:#333333;
	width:226px; height:18px; _height:20px;
	float:right;
}

#idiomas a{	
	font-size:8px;
	text-transform:uppercase;
	color:#ddd;
	letter-spacing:1px;
	margin-left:7px; margin-right:7px;
}
#idiomas a:hover{	
	color:#aaa;
}
/*
#idiomas .lat{
	margin-left:-30px;
	padding-left:3px;
}*/

/* ------- MENU -------*/
#menu{
	margin-top:10px; margin-bottom:10px; 
	height:20px;
	border:1px solid #bbb; 
	background-color:#eaeaea;
	list-style:none;
	vertical-align:middle;
	
	
}
#menu ul {	list-style: none;	padding: 0px;	margin: 0px; }
#menu li {	float: left; width:127px; _width:128px; border-right:1px solid #bbb; height:20px;  }
#menu .lastbtn{
	border-right:none;
}
#menu a{
	color:#000066; 
	float:left;
	padding-top:3px; _padding-top:3px; /*Esta configuracion ha costao, que nadie la cambie plz*/
	border-left:1px solid #bbb;
	
	background:url('../imgs/menubkg.jpg') repeat-x;	
	text-decoration: none;
	font-size:10px;
	font-weight: bold;
	text-transform: uppercase;	
	vertical-align:middle;
	
	width:127px; height:17px; _height:19px;	
}
#ultimo{
	_width:130px;
}
#menu a:hover{
	background:url('../imgs/menubkghover.jpg') repeat-x;
	background-color:#d4d4d4;
}

#menu .selected{	
	background:url('../imgs/menubkghover.jpg') repeat-x;
	color:#003366;
	border-bottom:2px ridge #a00;
}


/*----------COS-------------*/
/*-----COS->COLUMNA---------*/
#precos{ /*Esto solo existe por temas de colores de fondo y degradados*/
	background-color:#FFFFFF;
}
#cos{
	background:url('../imgs/cosbkg.jpg') repeat-x;
	border:1px solid #bbb;
	text-align:justify;
}


/*---------LOGO-------------*/
.logotransp{
	margin-left:500px;
}



/*---------DATOS-------------*/
#datos{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*padding-bottom:15px;*/
	color:#666666;

	width:770px;
	margin:auto;
}


/*-----------ENLACES----------*/
#enlaces{
	color:#000066;
	width:770px;
	margin:auto;
}
#enlaces a{
	color:#03C;
	font-size:8px;
	text-transform:uppercase;
	margin:7px;
}





/*-----------MADEBY-----------*/
#madeby{	
	text-align:right;
	padding-top:20px;
	margin-right:25px;
	padding-bottom:10px;
}
#madeby a{
	color:#666666;
}
#madeby strong{
	font-weight:bold;
	color:#000000;
}
#madeby .rojo{
	color:#990000;
}
#madeby:hover{
	text-decoration:underline;
}