header {
background-color: white;
position: relative;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    float: left;
    position: absolute;
    bottom: 50px;
    left: 350px;
    border-left: grey 2px solid;
    height: 150px
}


nav {
    background-color: black;
}


nav ul li { 
    float:left; 
    padding: 12px 39px;
    text-align: center;
}

nav ul { 
    list-style-type: none; 
    overflow: auto;
    margin: 0;
}


ul li:hover {
    background-color: mediumvioletred;
    padding: 12px 39px;
}

ul li a:hover {
    color:black;
    font-family: 'Roboto Condensed', sans-serif;
    
}


a {
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 10pt;
}


main { 
    margin: 0;
    background-color: darkgray;    
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 10pt;
    position: relative;
    height: 430px;
}

h2{
    float: left;
    color: mediumvioletred;
    font-size: 25pt;
    position: relative;
    top: 10px;
    left: 13px;

}

h3{

    float: left;
    position: relative;
    top: 60px;
    right: 292px;

}


footer {
    margin: 0;
    padding: 10px;
    background-color: black;
    font-family: 'Roboto Condensed', sans-serif;
    color: lightgrey;
    font-size: 8pt;

}
    
#contenedoruno {

    background-color: lightsteelblue;
    padding: 15px;
    margin: 10px;
}

#contenedordos {
    background-color: lightsteelblue;
    padding: 15px;
    margin: 10px;
}


#contenedortres {
    background-color: lightsteelblue;
    padding: 15px;
    margin: 10px;
    
}


#cartadetendencia {
    clear: both;
    margin: 0px;
    width: 633px;
    position: relative;
    left: 341px;
    bottom: 48px;
    text-align: justify;
}


.contenedor{
    width: 280px;
    height: 150px;
    float: left;  
    
    
}


.destacado {
    font-family: 'Roboto Condensed', sans-serif;
    color: darkblue;
    font-weight: bold;
    font-size: 13pt;
    
    
}
















