#logo {
    height: 158px;
    margin: auto;
    background-color: white;
    text-align: center;
    }
h1 {
    color:rgb(21, 90, 140);
    font-size: 40px;
}
h2 {
    color: rgb(21, 90, 140);
    font-size: 30px;
}
p {
    font-size: 23px;
    font-weight: normal;
}
#menu {    
    padding-top: 10px;
    padding-bottom: 60px;
    background-color: rgb(145, 144, 144);
    height: 50px;
    text-align: center;
    width: 100%;
    }
     
#imglogo {
    width: 159px;
}
a {
    text-decoration: none;
}
#table1 {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    align-content: center;
  }    
#table2 {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    align-content: center;
    text-align: center;
    border-color: white;
    border-width: 50px;
    background-color: rgb(154, 154, 154);
  }
#cuerpo {
    width: 100%;
    background-color: rgb(155, 155, 155);
    }
     
#contenedor {
    width: 100%;
    margin: 0;
    }
body {
    margin: 0%;
    font-family: calibri;
}
#footer {
    background-color: rgb(137, 137, 137);
    width: 100%;
    height: 100%;
    font-size: 20px;
}
#table3 {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
  }  
#tabla4 {
    margin-left: 180px;
    margin-right: 180px;
}
#parrafo {
    text-align: center;
}



.contact_form{  
    width: 460px; 
    height: auto;
    margin: 80px auto;
    border-radius: 10px;  
    padding-top: 30px;
    padding-bottom: 20px;  
    background-color: #fbfbfb; 
    padding-left: 30px; 
  }
  textarea{
    background-color: #fbfbfb; 
    width: 405px; 
    height: 150px; 
    border-radius: 5px;  
    border-style: solid; 
    border-width: 1px; 
    border-color: #6a6a6a; 
    margin-top: 10px;  
    padding-left: 10px;
    margin-bottom: 20px; 
    padding-top: 15px; 
  }
  input{
    background-color: #fbfbfb; 
    width: 408px; 
    height: 40px; 
    border-radius: 5px;  
    border-style: solid; 
    border-width: 1px; 
    border-color: #6a6a6a; 
    margin-top: 10px;  
    padding-left: 10px;
    margin-bottom: 20px; 
  }
  label{
    display: block; 
    float: center;  
  }
  
  
  button{
    height: 75px; 
    padding-left: 5px;
    padding-right: 5px;   
    margin-bottom: 20px; 
    margin-top: 10px;   
    text-transform: uppercase;
    background-color: #7e7e7e; 
    border-color: #5d5d5d; 
    border-style: solid; 
    border-radius: 10px;  
    width: 420px;   
    cursor: pointer;
  }
  .formulario input:focus{
    outline:0;
    border: 1px solid #97d848;
  }
  
  
  .formulario textarea:focus{
    outline:0;
    border: 1px solid #97d848;
  }
  