table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
.navbar {
    overflow: hidden;
    background-color: #4772CA;
    font-family: Arial, Helvetica, sans-serif;
    max-width: 100%;

}

.navbar a {
    float: left;
    font-size: 14px;
    color: #9CCED8;
    text-align: center;
    padding: 14px 4px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 14px;    
    border: none;
    outline: none;
    color: #9CCED8;
    padding: 14px 4px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #0174DF;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #F9E9F9;
    max-width: 30%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: #2E9AFE;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #CCE5F7;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.content {
    max-width: 100%;
    margin: auto;
}
.Text {
    min-width: 100%;
    text-align: justify;
    margin: auto;
    font-size: 14px; 
    font-family: Arial;
    Color: #ffffff;
}
.Titles {
    min-width: 100%;
    text-align: justify;
    margin: auto;
    font-size: 20px; 
    font-family: Arial;
    Color: #4772CA;
}
#contenedor{
        background-color:#ffffff;
        border:2px solid #ffffff;
}
#cabecera{
        text-align: center;
        background-color:#9CCED8;
        height:20%;
}
#menu{
        height:10%;
        background-color:#C8CACC;
}
#izquierda{
        text-align: justify;
        text-justify: inter-word;
        font-family:    Arial, Helvetica, sans-serif;
        font-size: 16px;
        height:50%;
        background-color:#FFFFFF;
        float:left;
        width:100%;
}
p
{
        color:#1771DE ;
}
#Centro{
        text-align: center;
        height:50%;
        background-color:#7896B6;
        float:left;
        width:5%;
}        
#derecha{
        text-align: center;
        height:50%;
        background-color:#ffffff;
        float:right;
        width:50%;
              
                
}
#pie{
        text-align: center;
        height:20%;
        background-color:#D3D1C1;
        clear:both;
}