*{
    margin: 0px;
    padding: 0px;
}

body{
background: #ffffff;
color: #000000;
overflow-x: hidden;
}

#contenedor{
    width: auto;
    margin: auto;
    margin-top: 15px;
    background: #ffffff;
    overflow: hidden;
}

#menu{
    width: auto;
    margin: auto;
    margin-top: 15px;
    background: #1A3073;
    overflow: hidden;
}

#izquierda {
    float: right;
    padding: 20px;
    width: 300px;
    height: 170px;
    background: #ffffff;
}

#derecha {
    float: left;
    padding: 20px;
    width: 370px;
    height: 220px;
    background: #ffffff;
}

h3 {
    font-family: Arial, Helvetica;
    color: #ffffff;
}

h2 {
    font-family: Arial, Helvetica;
    color: #112244;
}

a:link, a:visited, a:hover, a:active
{
    color: #062685;
    text-decoration: none;
}

a:hover, a:active
{
    color: #4907e2;
    text-decoration: none;
}