body {
    background-color: #b1b1b1;
    width: 900px;
    margin: 0px auto;
    font-family: "Roboto Condensed",sans-serif;
}

#contenedor {
    height: auto;
    background-color: rgb(191, 190, 191);
}

#banner nav ul li {
    float: right;
    margin-left:10px;
    margin-right: 5px;
    list-style: none;
    margin-top: -10px;
}

#banner nav ul li a img {
    width: 40px;
    height: 40px;
}

#grupo {
    float:right;
    height: 20px;
    width: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
}

#grupo a {
    margin-top: 20px;
    margin-left: 15px;
    color: black;
    text-decoration: none;
}

#grupo a:hover {
    color: black;
}

#botonera {
    background-color: #d8d8d8;
    height: 60px;
    margin-top: -20px;
}

#botonera nav ul li {
    list-style: none;
    margin-left: 10px;
    margin-top: 20px;
    float: left;
}

#botonera nav ul li a {
    text-decoration: none;
    color: #9500FF;
    margin-right: 35px;    
}

#botonera nav ul li a:hover {
    color: white;
}


.fotos_fila1{
    margin-top: 30px;
    width: 730px;
    height: auto;
   margin-left: 80px;
}

#giuliana {
    float: left;
    background-image: url(imagenes/giuliana.jpg);
    width: 300px;
    height: 300px;
    border-radius: 200px;
}

#giuliana:hover {
    background-image: url(imagenes/giuliana2.jpg)   
}

#andrea{
    margin-left: 430px;
    width: 300px;
    height: 300px;
    border-radius: 200px;
    background-image: url(imagenes/andrea.jpg);
}

#andrea:hover{
    background-image: url(imagenes/andrea2.jpg);
}


#piedepagina {
    position: relative;
background-color: black;
    height: 70px;
}

#piedepagina #pie{
    height: 50px;
       margin-top: 0px;

}

#piedepagina #pie p{
    color:white;
    font-size: 8pt;
    padding: 15px;
    
}

#carta p{
    margin-top: -20px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 11pt;
}

#carta h4{
    padding: 15px;
}

/*----------------------------------AFICHE---------------------------------*/

#afiche{
    width: 100%;
    margin-top: 20px;
}

#afiche img{
    display: block;
    width: 90%;
    margin: auto;
}
/*----------------------------------MAPA---------------------------------*/

#linea1{
    width: 0.5%;
    height: 30px;
    float: left;
    margin-left: 50%;
    background-color: white;
    margin-top: -12%;
}

#linea2{
    height: 1%;
    width: 40%;
    margin-left: 30%;
    float: left;
    margin-top: -17%;
    background-color: white;
}

#linea3{
    width: 0.5%;
    height: 60px;
    margin-top: -5%;
    margin-left: 30%;
    background-color: white;
}

#linea4{
     width: 0.5%;
    height: 60px;
    margin-top: -6.9%;
    margin-left: 70%;
    background-color: white;
}

#mapa{
    height: 400px;
    padding: 20px;
}

#mapa a{
    display: block;
    width: 100%;
    text-decoration: none;
}

#jt15{
    background-color: white;
    width: 10%;
    margin: auto;
    padding: 10px;
    border-radius: 40px;
}

#jt15 h1{
    color: #626262;
    text-align: center;
}

#tp{
    background-color: white;
    width: 10%;
    height: 10%;
    margin: auto;
    margin-top: 20px;
    border-radius: 40px;
    display: block;
}

#tp h1{
    display: block;
   padding: 0;
    color: #626262;
    text-align: center;
}


#andrea_mapa{
    float: left;
    background-color: white;
    width: 10%;
    margin-left: 205px;
    margin-top: 0px;
    padding: 10px;
    border-radius: 40px;
}

#andrea_mapa h1{
    color: #626262;
    text-align: center;
    font-size: 15pt;
}


#giuliana_mapa{
    margin-right: 200px;
    float: right;
    background-color: white;
    width: 10%;
    margin-left: 205px;
    margin-top: 0px;
    padding: 10px;
    border-radius: 40px;
}

#giuliana_mapa h1{
    color: #626262;
    text-align: center;
    font-size: 15pt;
}



#contenido{
    padding: 20px;
    margin: auto;
    width: 15%;
    margin-top: 0px;
}

#wallkintun{
    float: left;
    margin-top: -60%;
    margin-left: 15%;
    display: block;
    width: 60%;
    height: auto;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
    background-color: white;
}

#wallkintun a{
    clear: both;
    margin: 0;
    height: 50px;
    padding: 0;
    color: #626262;
    text-decoration: none;
    font-weight: bold;
}

#contenido nav ul li {
    padding: 0;
    margin-top: 10px;
}

#contenido nav ul li a{
    color: black;
    text-decoration: none;
}
