body {
	background-color: #f2f1eb;
	font-size: 85%;
	font-family: Arial, Arial Narrow, verdana, tahoma,georgia;
	margin: 0px;
	padding: 6px;	
}


form {
	display: inline;
}

a {
	text-decoration: none;
	color: #555;	
}

a:hover {
	text-decoration: underline;
	color: #000;
}

a img {
	border: 0px;
}


h1 {
	font-size: 2em;
	font-family: Georgia;
	font-weight: normal;
	text-align: right;
	margin-top: 0px;
	
}

.Recorte, .recorte {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
 
.English {
	padding-left: 28px;
	background-image: url(../img/england.gif);
	background-repeat: no-repeat;
	background-position: top left;  
}

.Spain {
	padding-right: 28px;
	background-image: url(../img/spain.gif);
	background-repeat: no-repeat;
	background-position: top right;  
}


#Principal {
	display: block;
	position:absolute;
	margin: 0px;
	padding: 0px;
	width: 990px;
	height: 550px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	top:50%;
	left:50%;
	margin-top:-275px; /* la mitad de lo que mida el div de altura */
	margin-left:-495px; /* la mitad de lo que mida de ancho */		
}


#Cabecera {
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
	width: 100%;
}

#Cabecera h1 {
	margin: 0px;
	padding: 0px;
}

#Cabecera img {
	display: block;
}

#Contenido {
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
	background-color: #ffffff;
	background-image: url(../img/contenido_home.gif);
	background-repeat: no-repeat;
	background-position: top left;  
	width: 100%;
	height: 10px;
	padding-top: 200px;
}


#Contenido  p {
	margin: 0px;
	margin-bottom: 12px;
	
}

.TresColumnas {
	margin: 6px;
	padding: 12px;
	display: block;
	clear: both;
	padding-top: 100px;	
	font-size: 0.95em;	
}


#Pie {
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
	background-color: #f2f1eb;
	background-image: url(../img/pie_home.gif);
	background-repeat: no-repeat;
	background-position: top left;  
	text-align: center;
	font-size: 0.9em;
	color: #555;
	height: 120px;
}

#Pie p {
	margin-top: 5px;
	margin-bottom: 26px;
}

#Pie .Recorte {
	margin: 0px;
}

