/* FUENTES*/

@font-face {
    font-family: 'lobsterregular';
    src: url('lobster-regular-webfont.eot');
    src: url('lobster-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('lobster-regular-webfont.woff2') format('woff2'),
         url('lobster-regular-webfont.woff') format('woff'),
         url('lobster-regular-webfont.ttf') format('truetype'),
         url('lobster-regular-webfont.svg#lobsterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*Hoja de estilos CSS*/




*{
    padding:0;
    margin:0;
    border:0;
    box-sizing:border-box;
    list-style: none;
    font-family: sans-serif;
}

.contenedor{
            width: 90%;
            max-width: 1000px;
            margin: 0 auto;
            background-color: beige;
            padding: 0.5em;
            box-sizing: border-box;
            overflow: hidden;
    }



h2{ 
    color: cadetblue;
    border-bottom: dotted 2px lightcoral;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

p{
    padding-bottom: 1em
    max-width: 35em;
}

/*que las imagenes no superen nunca la caja contenedora*/
img {
   
    max-width: 100%;                    
    height: auto;
   
}

header {
    padding-top: 5px;
        top:0;
        width: 100%;
        display: flex;
        background-color: cornflowerblue;
        justify-content: none;
    
        /*margin: auto;*/
        /*max-width: 75em;*/
        /*min-height: 100vh;*/
        /*width: 90vw;*/

        }

#logo {
    background-color: white;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    width: 3em;
    box-shadow: 0 0 0 0.2em rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 0.3em;
}

/*----- NAVEGADOR ------*/

.menu ul {
    padding-top: 9px;
    display:inline-flex;
    list-style: none;
    
  
}


.menu ul li:hover ul{
    display:block;
    
}

.menu a{
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    font-family:sans-serif;
    color: white;
    font-size: 18px;
    text-align: center;
    background-color:cornflowerblue;
    margin-left: 40;
    
}

.menu a:hover{
    color: aqua;
    

}


body{
    margin: 0;
    padding: 0;
    background-color: gainsboro;
}

/*section*/

section{
    margin-top: auto;
    padding-top: auto;
    background-color:cornflowerblue;
    
}





b{
    text-decoration: none;
    color:cornflowerblue; 
    font-family: sans-serif;
    margin: 15;
    margin-top: 0;

}
   

c{
    text-decoration: none;
    color:gray; 
    font-family: sans-serif;
 margin: 15;
    margin-top: 0;
           font-size: 16;
 
}

.foto {
   
    padding-left: 20;
    line-height: 1.5;
     
}


.destacado {
    
    padding-top: 10;
    padding-bottom: 10;
    padding-left: 10;
    font-size: 35;
    text-align:none;
    color: black;
    font-family: 'lobsterregular', sans-serif;
    
}


.destacado2 {
    font-family: sans-serif;
    font-size: 30;
    text-align: center;
    color: black;
        font-family: 'lobsterregular';



}

.destacado6 {
    padding: 4;
    font-family: sans-serif;
    font-size: 14;
    text-align: center;
    color: white;
    
}

/*----- ROTULO ------*/


.info{
    color: white;
    background-color: dimgrey;
    padding: 20;
    font-size: 12px;
    display: flex;
    text-align: left;
    
  }

.info p{
    margin-left: 40;
    font-size: 15;
}

/*----- FOOTER ------*/

footer {
    position: relative;
    clear: left;
    background-color: black;
    margin: 0;
    margin-top: 0;
    padding: 15;

}



.derechos{
    font-family: serif;
    text-align: center;
    color: white;
    font-size: 14;
    
}






/*CARTA*/

.carta {
   text-align: center;
    margin: 30;

    
}


.carta p {
    
    object-position: center;
    text-align: left;
    width: 600;
    height: 300;
    
}




   