/********************************************************************************/
:root {
    /* Vertical scrollbar para todos los navegadores */
    overflow-y: scroll !important;
}
html {
    background-color: #e5e5ff;
}
body {
    width: 760px;
    margin: auto;
    position: relative;
    background-color: #e5e5ff;
    color: #000000;
    font-family: verdana,
                 arial,
                 helvetica,
                 san-serif;
    font-size: .7em;
}
* {
    font-size: 100%;
}
/********************************************************************************/

/********************************************************************************/
#header {
    clear: both;
    position: relative;
    width: 100%;
    height: 75px;
    margin-bottom: 10px;
    color: #000066;
}
    #logoEnterprise {
        width: 175px;
    }
    #slogan {
        position: absolute;
        left: 175px;
        bottom: 0;
    }
    #logoCorporative {
        float: right;
        position: absolute;
        right: 0;
        bottom: 0;
    }
/********************************************************************************/

/********************************************************************************/
#intNavBar {
    clear: left;
    width: 100%;
    padding: 5px 0;
    background-color: #000066;
    border: 0;
    margin-bottom: 10px;

}
#intNavBar ul {
    margin: 0;
    margin-left: 4px;
    padding: 0;
    list-style-type: none;
    text-align: left;
}
#intNavBar ul li {
    display: inline;
}
#intNavBar ul li a {
    text-decoration: none;
    padding: 5px 10px;
    margin-left: -4px;
    color: #ffffff;
    background-color: transparent;
    border-right: 1px solid white;
}
#intNavBar ul li a:hover {
    color: #000000;
    background-color: #bbbbff;
}
#intNavBar li.current a {
    color: #000000;
    background-color: #bbbbff;
}
#intNavBar img {
    border: 0;
}
/********************************************************************************/
#navBar {
    clear: both;
    width: 100%;
    border: 1px solid #000066;
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 10px;
}
#navBar ul {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 30px;                                       /* Altura de la imagen */
    background:#fff url(btnNavBar.jpg) repeat-x;
    position: relative;                                 /* Aparentemente no es necesario */
    border: 1px solid #000;                             /* Todos los bordes 1px negro */
    border-width: 0 1px 1px 1px;                        /* Sin borde superior */
    border-bottom-color:#444;                           /* Color del borde inferior */
    border: 0;
}
#navBar li {
    float: left;                                        /* Para que ie no los muestre escalonados */
}
#navBar li a {
    display: block;                                     /* Aparentemente no es necesario */
    float: left;                                        /* idem */
    height: 30px;                                       /* Altura de la imagen */
    line-height: 30px;                                  /* ¿Por qué 2px menor? */
    background: url(btnNormal.jpg);                     /* Botón completo dentro de la barra, con "margin" de 1px */
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 0 0 0 12px;                                /* Padding del texto dentro del botón */
    cursor: pointer;
}
#navBar li a b {                                        /* Debe ser b, y no label */
    display: block;                                     /* Aparentemente no es necesario */
    float: left;                                        /* idem */
    font-weight: normal;
    padding: 0 12px 0 0;                                /* Padding del texto dentro del botón */
    background: url(btnNormal.jpg) right top;           /* La imagen justificada a la derecha */
}
#navBar li.current a {
    color: #fff;
    background: url(btnCurrent.jpg);                    /* Botón completo dentro de la barra, con "margin" de 1px */
}
#navBar li.current a b {
    background: url(btnCurrent.jpg) right top;          /* La imagen justificada a la derecha */
}
#navBar li a:hover {
    color:#fff;
    background:url(btnHover.jpg);                       /* Botón completo... */
}
#navBar li a:hover b {
    background: url(btnHover.jpg) right top;            /* La imagen... */
}
#navBar li.current a:hover {
    color: #fff;
    background: url(btnCurrent.jpg);
    cursor: default;
}
#navBar li.current a:hover b {
    background: url(btnCurrent.jpg) right top;
}
#navBar li a em {
    display: block;
    float: left;
    width: 16px;
    height: 30px;
}
#navBar li a em.mx {
    background: url(mx.png) no-repeat center center;
}
#navBar li a em.us {
    background: url(us.png) no-repeat center center;
}
/********************************************************************************/

/********************************************************************************/
#footer {
    clear: both;
    width: 100%;
    float: left;
    font-style: italic;
    background-color: transparent;
    border-top: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
/********************************************************************************/

/********************************************************************************/
.foo {
    position: relative;
}
/********************************************************************************/

h1 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 120%;
    color: #ffffff;
}
h1.left {
    text-align: left;
}
h1.center {
    text-align: center;
}
h1.right {
    text-align: right;
}
p {
    margin: 0;
}

#topBlock {
    clear: left;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}
    #enterprise {
        float: left;
        width: 50%;
    }
    #enterprise p {
        text-indent: 1em;
        text-align: justify;
        margin-bottom: .5em;
    }
    #enterprise p.last {
        margin-bottom: 0;
    }
    #address {
        float: right;
        width: 50%;
    }
    #address p {
        text-align: right;
    }

#bottomBlock {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}
    #bottomBlock img {
        width: 50%;
        float: left;
        margin-right: 1ex;
    }
    #mission {
        float: left;
        width: 49%;
        /*text-align: justify;    /* Omitir cuando haya imagen */
    }
    #vision {
        float: right;
        width: 49%;
        padding-left: 1em;
        /*text-align: justify;    /* Omitir cuando haya imagen */
    }

