@import url(http://fonts.googleapis.com/css?family=Josefin+Sans);



@font-face {
    font-family: 'josefin_sansthin';
    src: url('fuentes1/josefinsans-thin-webfont.eot');
    src: url('fuentes1/josefinsans-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes1/josefinsans-thin-webfont.woff2') format('woff2'),
         url('fuentes1/josefinsans-thin-webfont.woff') format('woff'),
         url('fuentes1/josefinsans-thin-webfont.ttf') format('truetype'),
         url('fuentes1/josefinsans-thin-webfont.svg#josefin_sansthin') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    width: 95%;
    margin: auto;
    margin-top: 5px;
    
}
div#contenedor{
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;


}

header{
    background-color: #ED416F;
    width: 90%;
    height: 80px;
    margin-left: 40px;
    padding-top: 10px;
    color: #cdcdcd;
    text-decoration-color: none; 
}
header nav#botonera ul{
    margin-left: 150px;
}


header nav#botonera ul li{
    display: block;
    float: left;
    margin-left: 20px;
    font-size: 1.5em;
   


}


nav#botonera ul li a{
    text-decoration: none;
    color:#fff;
    font-family: 'josefin_sansthin';
    padding: 10px;
   
}

nav#botonera ul li:hover a{ 
color: #000;
display: block;
background-color: rgba(205, 205, 205, 0.81);
}

main{ 
    clear: both;
    width: 61%;
    overflow: auto;
    display: block;
    margin-top: 100px;
    margin-left: 50px;
    
}

div#rotulo{display: block;
    
}
div#carta {
    font-family: 'Josefin Sans', sans-serif;
    background-color: #fff;
 }

div#equipo{
    padding-left: 30px;
    font-family: serif;
    font-size: 15px;

}

div#mapa{
    width: 900px;
    
}



