body{
    margin: 0;
    background-color: #00335b;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 16px;
}

a{
    color: #fff;

}
a hover{
    color: #ccc;
}

a visited{
    color: #00f;
}

#envoltura {
    margin: 0 auto;
    background-color: white;
    width: 100%;
}

#encabezado {
    background-color: #00335b;
    height: 120px;
    background-image: url(img/header.jpg);
    background-repeat: no-repeat;
    background-position:  center center;
}

#principal {
    margin-top: 1px;
    background-color: #005293;
    background-image: url(img/patron.jpg);
    padding-top: 10px;
    padding-bottom: 10px;
}

#envolturacolumnas {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

#columnaizqu {
    width: 210px;
    float: left;
}

#colizqcabeza {
    width: 180px;
    margin-right: auto;
    margin-left: auto;
    height: 40px;
    background-image: url(img/etitexto.jpg);
    background-position:  center center;
}

#colizqlineaschip {
    background-repeat: no-repeat;
    position: relative;
    top: 18px;
    background-image: url(img/etilineaschip.jpg);
    background-position: left top;
    height: 39px;
}

#navegacion {
    background-color: #005293;
    width: 180px;
    margin-right: auto;
    padding-top: 10px;
    margin-top: 30px;
    margin-left: auto;
}

#navegacionbotones {
    font-size: 0.8em;
    color: white;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
}

#navegacionbotones a {
    text-decoration: none;
    color: #999999;
}

#navegacionbotones a:hover {
    color: white;
    list-style-type: disc;
    font-style: italic;
    font-weight: bold;
}

#navegacionbotones ul {
    font-weight: bold;
    list-style-type: square;
    margin-left: -25px;
}

#navegacionbotones ul ul {
    font-weight: normal;
    list-style-type: square;
}

#navegacionbotones li {
    margin-top: 7px;
}

#colizqfoto {
    background-color: white;
    margin-right: auto;
    margin-left: auto;
    width: 160px;
    background-image: url(img/fotojoseluis.jpg);
    height: 107px;
}

#columnader {
    margin-left: 210px;
}

#coldertitulo {
    background-color: #005293;
    width: 540px;
    margin-right: auto;
    margin-left: auto;
    height: 40px;
}

#coldercontenido {
    width: 540px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}

#coldercontenido p {
    font-size: 0.8em;
    color: #00335b;
    text-align: justify;
    margin-top: 0px;
}

#salto {
    margin-top: 25px;
    clear: both;
    height: 25px;
}

#pie {
    background-color: #00335b;
    margin-top: 1px;
    height: 20px;
    text-align: center;
}

.titulo {
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-size: 1.4em;
    position: relative;
    margin-top: -35px;
    text-align: center;
}

.webmaster {
    font-size: 0.6em;
    text-decoration: none;
    padding-top: 3px;
}

.webmaster a {
    color: #999999;
    text-decoration: none;
}

.webmaster a:link, visited {
    color: #999999;
    text-decoration: none;
}

.webmaster a:hover {
    color: white;
}

#privacy{
    font-size: 12px;
    text-decoration: none;
}
