@charset "UTF-8";
 
html {font-size: 62,5%; }

#pagina {min-height: 87vh;
   padding: 0rem;
   margin: 0;
}
body {;
    font-family: 'Roboto', sans-serif;
    background-color: white ;
}
#isologo {
    background-color: #grey;
    text-align: center;
    display: block; 
    padding: .5rem;
    margin-bottom: 0.3rem
}
header nav ul li {
    margin: 0 0 0.2rem 0;
}
.plandetrabajo {margin-bottom: 5vh;}
header nav ul li a {
    color: grey;
    font-size: 1em;
    text-decoration: none;
    display:block;
    background-color: gainsboro;
    text-align: center;
    width: 100%;
    margin:auto;
    height: 25px;
    line-height: 1em;
}
.destacadosplan {margin-bottom: 5vh;
}
h1 {
    margin-top:0; margin-bottom:-20px; 
    font-size: 1.75em;
    color: #00000;
    font-weight: 1050;
}
h2 { font-weight: 200;
    color: #ffffff;
    background-color: pink;
    background position: 20px 52px;
    margin-left: 50px;
    letter-spacing: 0.5em;
    text-align: left;
    font-size: 15px;   
    margin-top: 15px;
}
h3    
    {font-family: sans-serif;
    font-weight: 85;
    font-size: 20px;
    margin-right: 220px;
    color:white;
    background-color:grey;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

body header nav ul li a {    
    text-decoration: none;
    display: block;
    text-align: left;
    font-family: roboto;
    font-size: 2vh;
    line-height: 2.8vh;
}

body header nav ul li a:hover{
    color: #ffffff;
    background-color: #0080ff;
    font-weight: 400;  
}
footer { text-align: center;
    font-family: sans-serif;
    font-size: 8px;
    text-align: center;
    padding: 1rem;
    background: pink;
