body
{
	width: 98%;
	height: 100%;
	font-family: "Tahoma", "Verdana", "Arial";
	margin:0;
	padding: 10px 10px 10px 10px;

}


h2
{
	font-size: 12px;
}


#cuerpo
{
	position: absolute;
	top: 2%;
	left: 2%;
	font-family:  Verdana,Tahoma, Arial;
	margin: 0 0 0 0;
	width: 96%;
	min-height: 90%;
	background-repeat: no-repeat;
	background-position: 0% 100%; 
	border: 2px;
	border-style: solid;
	border-color: #f1f1f1;		
}


#cabecera
{
	height: 60px;
	width: 100%;
 	background-image: url(../imagenes/logo-sombra2.png);
 	background-repeat: no-repeat;
 	background-position: center left; 
 	background-color: transparent; 
}
#cabecera img
{
	position: absolute;
	right: 20%;
	width: 229px;
	height: 60px;
	float: left;

}

#idiomas
{
	float: right;
	font-family: Tahoma, Verdana, Arial; 
	font-size: 12px; 
}

#idiomas .activo
{
	color: #BFBFBF;
}

#menu 
{

	width: 100%;
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../imagenes/fondomenu.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	}
	
	
#menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
	
#menu li{
	float: right;
/*	width: 13%; */
	width: 13%;
	height: 28px;
} 

#menu a{
 
   text-decoration: none;
   color: #3366CC;
   display: block;
   height: 13px;
   text-align: center;
/*   border: 1px solid #000000; */

	padding: 0 0 4px 5px;	
	}	
	
#menu li a:link, #menu li a:visited {
	color: white;
	background-color: black;
	display: block;
	padding: 10px 0px 6px 5px;

	background-image: url(../imagenes/boton-menu4.jpg);
	background-repeat: repeat-x;
	}
	

	
#menu li a:hover {

/*	color: #474739; */

	background-image: url(../imagenes/boton-menu6.jpg);
	background-repeat: repeat-x; 
	}

menu .barra {

	background-image: url(../imagenes/barra-menu.png);
}

menu li img {
}


#contenido
{
/*	position: absolute; */ 
 /*	float: right; */
	height: 80%;
	width: 100%;
}

#pie
{ 
	position: absolute;
	bottom: -5px;
	height: 5px;
	width: 100%;
	color: #656556;
	font-size: 60%; 
}

#pie a
{
	text-decoration: none;
	color: #656556;
	font-size: 10px;
	text-decoration: none;
}

#pie a:hover
{
	text-decoration: none;
	color: #C00000;
}

#pie .pie1
{
	float: left;
	text-align: left;
}

#pie .pie2
{
	float: right;
	text-align: right;
}

pre
{
	margin: 1%;
	width: 95%;
	height: 375px;
	overflow: scroll;	
	
}