
body{
	background-color: black;
}

#map{
	z-index: 0;
}


#cabecera{
	padding-top:0.5em;
	padding-bottom:0.1em;
	overflow: hidden;
	background-color: #507fb0;
}


#cabecera .logo {
    width: 10%;
    float: left;

}


#cabecera .logo img{
  width: 40%;  
  padding-left: 30%;
  padding-right: 10%;
}


#cabecera .titulo {
  margin-left: 2%;
  width: 78%;
  float: left;
}


#cabecera .titulo h2{
	margin-top: 0;
    padding-bottom: 0.5em;
    color: white;
    border-bottom: 2px solid white;
    margin-bottom: 0.1em;
	text-align:center;
}

#cabecera .titulo h3{
    margin-top: 0.5em;
    color: white;
	text-align:center;
}


#cabecera .infoheader{
  width: 10%;
  float: left;
}

#cabecera .infoheader img{
	width: 30%;
    float: right;
    margin-right: 10%;
	
}



/* Mostrar mensaje */
#message {
    top: 0;
    position: absolute;
    visibility: hidden;
    display: none;
    background-color: rgba(22,22,22,0.5); 
	z-index: 1;
	padding-top: 10%;
}
#message:target {
    visibility: visible;
    display: block;
}
.reveal-modal {
    position: relative;
    margin: 0 auto;
    top: 25%;
}


/* Formato mensaje */

#message_modal{
	width: 60%;
}


#message_modal p{
	color: white;
	clear: both;
}

#message_modal a{
	color: white;
}

#message_modal .message_modal_close{
	float:right;
	margin-bottom: 2em;
}

#message_modal a img{
	width: 1em;
}


