﻿@charset "utf-8";
/* CSS Document */

html {
    text-align: center;
}

body {
    font-family: "Open Sans", helvetica, arial;
    margin: 0;
    padding: 0;
}

table {
    border-spacing: 10px;
    border-collapse: separate;
}

#contenido {
    width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/background.jpg) top content-box;
    background-repeat: repeat-y;
    background-attachment: fixed;
}

#divContenidoWrapper {
    width: 1100px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

#header {
}

#lema {
}

#footer {
}

.menu {
}

    .menu ul {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .menu a {
        float: left;
        width: 7em;
        text-decoration: none;
        color: white;
        background-color: #0A3D91;
        padding: 0.2em 0.6em;
        border-right: 1px solid white;
    }

        .menu a:hover {
            color: black;
            background-color: #9A989B;
        }

    .menu li {
        display: inline;
    }

.submenu {
}

    .submenu ul {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .submenu a {
        float: left;
        width: 7em;
        text-decoration: none;
        color: white;
        background-color: #FFA500;
        padding: 0.2em 0.6em;
        border-right: 1px solid white;
    }

        .submenu a:hover {
            color: black;
            background-color: #9A989B;
        }

    .submenu li {
        display: inline;
    }

.submenu02 {
    margin-left:10px;
    text-decoration:none;
}

    .submenu02 a {
        color: #6633CC;
        text-decoration: none;
    }

        .submenu02 a:hover {
            color: #9C65CB;
            text-decoration: none;
        }

.titulo {
    font-weight: bolder;
    color: #222222;
}

.subTitulo {
    font-weight: bold;
    color: #555555;
    text-align: right;
}

.texto {
    color: #777777;
}

.derecha {
    text-align: right;
    vertical-align: top;
    color: #808080;
}

.izquierda {
    text-align: left;
    vertical-align: top;
    color: #808080;
}

.arriba {
    vertical-align: top;
}

.mensaje {
    font-weight: bold;
    margin-top: -5px;
    padding-bottom: 10px;
}

#divContenidoHeader {
    position: relative;
    float: left;
    top: 0px;
}

#divContenidoFooter {
    position: relative;
    float: left;
    top: -5px;
}

#divContenidoBody {
    position: relative;
    float: left;
    width: 1100px;
    top: -5px;
    background-image: url(../images/cuadrorelleno.png);
    background-repeat: repeat-y;
    min-height: 400px;
    height: auto !important;
    height: 400px;
}

#divContenidoBodyWrapper {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
}
