body{
	background-color: #fff;
	padding: 0;
	font-size: 75%;
	font-family: sans-serif;
	height:100%;
}
a img{
	border: 0;
}
/* Estilos del layout general */
#contenedor{
	background-color: #ffffff;
	width: 100%;
}
#logotipo{
	width:100%;	
	margin-bottom:5px;			
}
#cabecera1{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc; 	
	padding-top:2px;
	padding-bottom:2px;
	float:left;
}
#inicio{
	padding-top: 3px;	
	float:left;	
	background-color:#ffffff;	
	width:5%;
}
/* Estilo para controlar el tamanio del menu horizontal */
#menu{	
	float:right;
	padding-top:2px;
	margin:0px;
	width:90%;
	height:1%;
}
#cabecera2{
	border-bottom: 1px solid #ccc;
	width:100%;
	float:left;
	margin-bottom:5px;		
}
#cabecera3{
	border-top: 1px solid #ccc;
}
/* Estilo para el segundo menu */
#menuLang{	
	width: 80%; 
	float:right;
	padding-top:2px;
	padding-bottom:2px;
	margin:0px;
	height:1%;	
}
/* Estilo para el selector de idioma */
#langSel{
	float:left;
	text-align:left;
	width:20%;
	height: 22px;
}
#pie{
	margin-top: 20px;
	width:100%;
	height: 1%;
	clear:both;
}



