@import url(http://fonts.googleapis.com/css?family=Signika:400,300,600,700);

#index.carilla {
	background: url(imagenes/fondofadu.jpg) no-repeat fixed center center;
	background-size: cover;
	margin: 0px;
    
}


body {
    font-family: 'Signika', sans-serif;
}

#carilla{
    background-size: cover;
   
}

#carilla{
    min-height: 100vh;
	width: 100%;
	margin: 0px;
}


header {
    align-content: center;
    background-color: #c6032b;
    display: inline-block;
    color: #fff; 
    text-align: center; 
    font-weight: 300; 
    align-content: center; 
    width: 60%;
	margin: 2em auto 4em 20%;
    margin-top: 3em;
}

header div img {
   
    width: 7em;
    float: left;
    
}


div #titulo {
    color: #000; 
    font-size: 1.5em;

    }


nav { 
    margin-left: 0;
    display: block;
    background-color: hsla(0, 0%, 0%, 0.58);
    align-content: center;
}

/*article{
   font-size: 0.9em;
    font-weight: 300;
    }*/

h1 {
    font-weight: 600;
    }


div#carta {
    font-weight: 700;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 5%;
    background-color: rgba(0, 0, 0, 0.66);
    text-align: center;
    color: #fff; 
    }

#caja_carta {
    
    background-color: rgba(0, 0, 0, 0.21);
    margin-left: 20%;
    margin-right: 20%;
    float:none;
    
}

#texto  {
    color:#fff;
    float: none;
    margin-left: 3em;
    margin-right: 3em;
    margin-top: 2em;
    
}

div#mapa {
    margin-left:5%;
    margin-top: 1em;
    padding: 1em;
    
}

nav a {
    text-decoration: none;
    font-weight: 600;
    background-color: #c6032b;
    color: #fff;
    padding: 0.6em;
    margin-left: 20%;
    margin-right: auto;
    }

main { 
    width: 100%;
    float: left;
    margin-bottom: 10em;
    font-size: 0.9em;
    font-weight: 300;
    
    }


#modulos ul{
    clear:both;
    list-style: none;
    margin:0;
    padding: 0;
}

#modulos ul li a {
    text-decoration: none;
    color: #fb0
    
}

.nombre{
    display: block;
    margin-top: 3em;
    text-align: center;
    width: 18rem;
    height: 7.3rem;
    background-image: url(imagenes/ROTULOS-12.png);
    background-size: 100%;
    float: left;
    text-decoration: none;
    font-size: 2em;
    color: #ffffff;
    line-height: rem;
    font-weight: bold;
    padding-top: 2rem;
    margin-left: 3em;
}
/*
.nombre a h3 {
   text-decoration: none;
    font-size: 2.3em;
    color: #ffffff;
    width: 5em;
    
    }
*/
footer{
    clear: both;
    font-weight: 300; 
    font-size: 0.6em;
    width: 70%;
    margin: auto; 
    color:#fff;
    
}

footer p{
   text-align: center;
    
}