@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

img{
	border: none;
}

a{
	text-decoration: none;
}

header, hgroup, nav, section, article, aside, footer, figure, figcaption{
	display: block;
}



#page_wrapper{
	max-width: 980px;
	margin: 10px auto;
	background: url(../images/mapamod.png);
	height: 581px;
}

#page_wrapper section{
	max-width: 980px;
}

#page_wrapper section #logo{
	display: block;
	margin: 0px auto;
	padding-top: 10%;
	max-width: 100%;
	max-height: 200px;
}

#page_wrapper section #spain{
	margin: 20px auto 5px auto;
	height: 50px;
	max-width: 883px;
}

#page_wrapper section #spain a{
	display: block;
	float: left;
	margin-right: 10px;
}

section #spain p a{
	float: left;
	font-size: 1.1em;
	height: 50px;
	padding-top: 12px;
	padding-left: 10px;
	font-weight: bold;
	cursor: pointer;
	color: #000;
}
section #spain p a:hover{
	color: #2E64FE;
}

#page_wrapper section #uk{
	margin: 20px auto 5px auto;
	height: 50px;
	max-width: 883px;
}

#page_wrapper section #uk a{
	display: block;
	float: left;
	margin-right: 10px;
}

section #uk p a{
	float: left;
	font-size: 1.1em;
	height: 50px;
	padding-top: 8px;
	padding-left: 10px;
	font-weight: bold;
	cursor: pointer;
	color: #000;
}
section #uk p a:hover{
	color: #2E64FE;
}



section .flag{
	float: left;
}

.clear_both{
	clear: both;
}
#page_wrapper #footer{
	max-width: 980px;
}

#page_wrapper #footer h3{
	margin-top: 20px;
	text-align: center;
}
 #page_wrapper #footer ul{
	list-style: none;
	text-align: center;
}

#contacto{
	float: right;
}