.container{    
    margin-top: 0px;
}

.containerTabla.row{    
    width: 95%;
    margin-left: 2.5%;
    font-size: 24px; 
    text-align: center; 
}

.body{
    font-family: 'Roboto', sans-serif;   
}
.row{
   width: 96%;
   margin-left: 2%;
   font-size: 24px; 
   text-align: center; 
}




#titulo h2{
    font-size: 32px;
    font-weight: 500;
    color: #004122;   
    line-height: 30px;
    text-align: center;
    padding-top: 20px;
}


p{
    font-size: 24px; 
}

#titulo p{
    font-size: 24px; 
    text-align: center;  
}

.row #lineaVerde{
    text-align: center;
    border-top: 5px solid;
    border-top-color:#004122;
    padding-top: 15px;  
}
#lineaVerde p{   
    font-weight: 700;
    margin-top:1px;  
}
.row #lineaNegra{
    text-align: center;
    border-bottom: 3px solid;
    border-bottom-color:#000;
    padding-top: 15px;
    width: 90%;
    margin-left: 5%; 
}


#porcentaje p{
    padding:0;
    margin:0;
}

#botones{
    text-align: center;
    width: 90%;
   margin-left: 5%; 
    border:none;
    outline: none;
}


#botones p{
    margin:0;
    padding:0; 
}
#porcPrincipal{
    text-align: center;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color:#e3e3e3;     
}
.table{
    margin-top: 25px;
}


 #suboton{
    background-color: #EAEAEA;
    color:#000;
    margin: 2px;
    font-size:26px;
    border: none;
    outline:none;
    padding-bottom:15px;
    padding-top:5px;
    width: 100%;
 }

 #pie{
     text-align: left;
     font-size:18px;
     margin:0;
 }
 
 #suboton:hover{
    background-color: #DDEDD3;
 }
 
 #suboton:focus {     
    background-color:#DDEDD3;
    border-color: #DDEDD3;
    border: none;
    outline:none;
}




 



