
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #0066ff ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
h1 {
	font-size: 84px;
	}
a {
 text-decoration: none;
 color: #ffffff;
 }
#mapa {
 height: 280px;
 background: url(site/images/asturias_portada.png) no-repeat center;
}

#mapa a {
 font-weight: bold; text-decoration: none;
 background: #0066ff;
 color: #ffffff;
 font-size: 18px;
 padding-left: 5px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;
 border-style: solid; border-width: 1px; border-color: #000000; 
}
.destacado {
	color: #000000;
	background: #ffcc00;
	padding-left: 5px; padding-top: 5px; padding-bottom: 5px; padding-right: 5px;
	border-style: solid; border-width: 1px; border-color: #000000;
} 