@charset "utf-8";



body {
	background-color: #980230;
	background-image: url(img/index/fondo.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	font-size: 14px;
	font-family: verdana;
	color: #FFF;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: verdana;
	font-size: 10px;
	padding: 0px;
	color: #FFF;
}
p a{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: verdana;
	font-size: 10px;
	padding: 0px;
	color: #FFF;
	text-decoration:none;
}
p a:hover{
	color:#e5aabc;
}

#contenido {
	height: auto;
	width: auto;
}
#mapa {
	position: absolute;
}
#pie {
	text-align: center;
	height: auto;
	width: auto;
	color: #FFFFFF;
	padding-top:10px;
}
#pie a {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#contenedor {
	height: auto;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#cabecera {
	background-image: url(img/index/cabecera.jpg);
	background-repeat: no-repeat;
	height: 132px;
	width: 592px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
#menu {
	height: auto;
	width: auto;
	text-align: center;
	color: #FFFFFF;
	padding-top: 112px;
	font-family: verdana;
	font-size: 10px;
}
#imagen {
	width: 100%;
	background-image: url(img/index/imagen.jpg);
	height: 723px;
	background-repeat: no-repeat;
	background-position: bottom;
}

.pais {
	display: inline;
	float: left;
	height: 110px;
	width: 280px;
	margin-top: 10px;
	font-size: 16px;
	margin-right: 10px;
	z-index:1000;
}
.pais2 {
	display: inline;
	float: left;
	height: 110px;
	width: 280px;
	margin-top: 10px;
	font-size: 16px;
	z-index:1000;
}
.mapa {
	background-color: #FFF;
	margin-right: 10px;
}


#movil {
	z-index: -1;
	position: absolute;
	margin-top: 20px;
	margin-left: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.dppal {
	position: absolute;
	top:304px;
	/*margin-top:52px;*/
}
.dfondo {
	/*height: 551px;
	width: 860px;*/
	height:550px;
	width:860px;
	background-color: #62021D;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
	/*margin-left: 10px;*/
	margin-left:0px;
}
.dtexto {
	width: 840px;
	background-color: transparent;
	position: absolute;
	z-index: 2;
	/*padding: 20px;*/
	padding-top:5px;
	padding-right:10px;
	padding-left:10px;
}
/*--------Para seleccionar idioma de Belgica y Suiza  ---------*/
#mapa2 {
	position: absolute;
}
.belgica {
	position: absolute;
	left: 370px;
	top: 365px;
	height: 25px;
	z-index: 100;
	width: 70px;
	background-color: #5F011B;
	display: block;
	padding: 10px;
}
.belgica a, .suiza a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
}
.belgica a:hover , .suiza a:hover {
	color: #e5aabc;
}

.suiza {
	position: absolute;
	left: 495px;
	top: 385px;
	height: 35px;
	z-index: 100;
	width: 70px;
	background-color: #5F011B;
	display: block;
	padding: 10px;
}

.quitar {
	position: absolute;
	left:450px;
	top:50px;
	z-index: -1;
}

