body{
	background-color: #fff;
	padding: 0;
	font-size: 75%;
	font-family: sans-serif;
	height:100%;
}

a img{
	border: 0px none;
}

/* Estilos del layout general */
#contenedor{
	background-color: #ffffff;
	width: 100%;
}


#logotipo{
	width:100%;	
	padding-bottom:5px;			
	border-bottom: 1px solid #ccc; 	
	float:left;
}
	
#cabecera1{
	border-bottom: 3px solid white;
	border-top: 2px solid white; 	
	float:left;
	z-index: 1000;
	position:relative;
	width:100%;
}

#inicio{
	float:left;	
/*	border-bottom: 2px solid white;*/
}


/* Estilo para controlar el tamaņo del menu horizontal */
#menu{	
	float:right;
	margin:0;
	padding:0;
	width:92%;
}


#cabecera2{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top:2px;
	padding-bottom:2px;
	float:left;
	z-index: 100;
	position:relative;
}


/* Estilo para el segundo menu */
#menuLang{	
	width: 82%;
	float:right;
	margin:0px;
	height:50%;	
}

/* Estilo para el selector de idioma */
#langSel{
	float:left;
	text-align:left;
	padding-top:2px;
	margin-left:2px;
}

#navegador{
	float:left;
	text-align:left;
	width:100%;
	margin-top:5px;		
	margin-bottom:10px;		
}


#navegacion{
	float: left;
	width: 18%;
	font-family: sans-serif;
	border: 1px solid #ccc; 
	margin-right:10px;
}


#buscador{
	height:10%;
}

#menuVer1{
	float:left;
	width:100%;
	margin-bottom:20px;
}


/* Estilo para centrar la imagen WAI */
#imgWAI{
	margin-bottom:40px;
	text-align:center;
}

#cuerpoPag{
	float: left; 
	width: 58%;
	height: 58%;
	padding-right: 0px;
	margin-bottom:10px;
}

#imgHome{
	text-align:center;
}

#headline{
	margin-top:10px;
	height:1%;
}

#novedades{
	float:left;
	width:48%;
	margin-top:10px;
	height:1%;
}

#ayudas{
	float:right;
	width:48%;
	margin-top:10px;
	height:1%;
}

#derecha{
	float:left;
	width:19%;
	margin-left:10px;
}


#tramitaciones{
	float:left;
	margin-bottom:10px;
	width:100%;
}

#imagen1{
	text-align:center;
}

#imagen2{
	text-align:center;
}

#imagen3{
	text-align:center;
}

#imagen4{
	text-align:center;
}

#imagen5{
	text-align:center;
}

#imagen6{
	text-align:center;
}

#imagen7{
	text-align:center;
}

#pie{
	margin-top: 20px;
	width:100%;
	height: 1%;
	clear:both;
}


