@charset "utf-8";

body {
    font-family: Arial, Helvetica, sans-serif;
}

a:visited, a:link {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
}

img {
    border: 0;
}

h1 {
    margin: 0;
    color: #666;
    font-size: 1em;
}

#contenedor {
    width: 790px;
    height: 554px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -277px;
    margin-left: -395px;
    border-bottom: 2px solid #B1EBF6;
}

#contenido1 {
    float: left;
    width: 790px;
    border: 2px solid #7d9eae;
    font-size: 9pt;
    font-weight: 700;
}

#imagen1 {
    position: relative;
    float: left;
}

#menu {
    float: left;
    text-align: center;
    margin: 3.6em 0 0 4em;
    margin-left: 3.5em;
}

#menu span {
    float: left;
    padding: 1.3em;
}

#enlace1 {
    color: #5d8499;
}

#enlace2 {
    color: #978fd9;
}

#enlace3 {
    color: #7ba2b5;
}

#enlace4 {
    color: #38384e;
}

#enlace5 {
    color: #384f61;
}

#contenido2 {
    float: left;
    margin-left: 2.5em;
    margin-top: .7em;
}

#imagen2 {
    float: left;
    color: #5d8499;
}

#imagen2 span {
    position: relative;
    margin-left: .5em;
    bottom: .8em;
}

#texto {
    float: left;
    width: 300px;
    height: 200px;
    /*
     margin-top: .8em;
     margin-bottom: .8em;
     */
    margin-left: 3em;
    color: #666;
    font-weight: 700;
    font-size: 10pt;
    text-align: justify;
    line-height: 1em;
    overflow-y: auto;
}

#texto p {
    padding-right: 1em;
    padding-top: 2em;
    padding-bottom: 2em;
    margin: 0;
}

#logo {
    position: absolute;
    float: right;
    top: 400px;
    left: 670px;
}

#pie {
    margin-top: 45em;
    font-family: Verdana;
    font-size: .7em;
    line-height: 1.2em;
    letter-spacing: 0;
    text-align: center;
    word-spacing: normal;
}

#autor {
    font-size: .7em;
    text-align: center;
    padding-top: 1.3em;
}

#autor a {
    color: #0000EE;
}

.clear {
    clear: both;
}
