﻿@charset "utf-8";
/*Reset all the html tags*/
article, div, footer, header, nav, section {
    display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 1px;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

block quote:before, block quote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a {
    display: block;
    text-decoration: none;
}

    a img {
        border: none;
    }



@font-face {
    font-family: 'apex_attbold_italic';
    src: url('../font/apexatt-bolditalic-webfont-webfont.eot');
    src: url('../font/apexatt-bolditalic-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('../font/apexatt-bolditalic-webfont-webfont.woff') format('woff'), url('../font/apexatt-bolditalic-webfont-webfont.ttf') format('truetype'), url('../font/apexatt-bolditalic-webfont-webfont.svg#apex_attbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'apex_attbook_italic';
    src: url('../font/apexatt-bookitalic-webfont-webfont.eot');
    src: url('../font/apexatt-bookitalic-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('../font/apexatt-bookitalic-webfont-webfont.woff') format('woff'), url('../font/apexatt-bookitalic-webfont-webfont.ttf') format('truetype'), url('../font/apexatt-bookitalic-webfont-webfont.svg#apex_attbook_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ////////////////////////////////////////////////// */
/* tag */

body {
    font-family: 'apex_attbold_italic', sans-serif;
}

header {
    width: 100%;
    height: 125px;
}

    header section {
        width: 950px;
        height: 125px;
        position: relative;
        display: block;
        margin: auto;
        margin: 0px,0px,0px,0px;
    }

        header section #logo {
            width: 230px;
            height: 64px;
            position: absolute;
            top: 33px;
            left: 0px;
            margin: 0px,0px,0px,0px;
            padding: 0px,0px,0px,0px;
        }

        header section #botLogin {
            width: 150px;
            height: 25px;
            text-align: center;
            padding-top: 10px;
            position: absolute;
            top: 50px;
            left: 760px;
            color: #fff;
            background: #088dc1;
            border: none 5px #000000;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

footer {
    width: 100%;
    height: 270px;
    background: url(../img/bg_footer.gif);
    border-top: 1px solid #d0cfd0;
    text-align: center;
    padding-top: 30px;
}

    footer .datos {
        font-size: 15px;
        color: #868686;
        margin-bottom: 20px;
    }

    footer .social {
        width: 200px;
        height: 90px;
        margin: auto;
    }

        footer .social li {
            width: 90px;
            height: 90px;
            display: inline-block;
            vertical-align: top;
            zoom: 1;
            *display: inline;
            text-align: center;
        }

            footer .social li .icono {
                width: 40px;
                height: 40px;
                background-image: url(../img/bg_social.png);
                margin: 0 0 10px 25px;
                *margin: 0 0 10px 0px;
            }

            footer .social li p {
                font-size: 12px;
                color: #868686;
            }


/* ////////////////////////////////////////////////// */
/* ids */
#accesoClientes {
    width: 215px;
    height: 80px;
    background: #fff;
}

    #accesoClientes .box {
        width: 185px;
        margin: 10px auto 0;
        padding-left: 30px;
    }

        #accesoClientes .box .titulo {
            font-size: 15px;
            color: #088dc1;
            margin-bottom: 5px;
        }

        #accesoClientes .box label {
            font-size: 13px;
            color: #088dc1;
            margin-bottom: 5px;
        }

        #accesoClientes .box span {
            font-size: 13px;
            color: #088dc1;
            margin-bottom: 5px;
        }

        #accesoClientes .box input {
            width: 185px;
            height: 20px;
            border: 1px solid #bfbfbf;
            margin-bottom: 10px;
        }

            #accesoClientes .box input[type="submit"] {
                border: none;
                height: 32px;
                cursor: pointer;
                font-family: 'apex_attbold_italic';
                font-size: 15px;
                color: #fff;
                background: #088dc1;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
            }

#banner {
    width: 100%;
    height: 576px;
    position: relative;
    background: url(../img/bg_banner.gif);
}

    #banner article.sombra {
        width: 100%;
        height: 576px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    #banner article {
        width: 950px;
        height: 576px;
        position: relative;
        display: block;
        margin: auto;
    }

        #banner article .mapa {
            width: 899px;
            margin: auto;
        }

        #banner article h1 {
            font-size: 40px;
            text-align: center;
            font-family: 'apex_attbook_italic', sans-serif;
            padding-top: 25px;
            color: #fff;
            text-shadow: 1px 1px 2px #000000;
        }

            #banner article h1 b {
                font-family: 'apex_attbold_italic', sans-serif;
            }

#mensaje {
    width: 100%;
    height: 85px;
    position: relative;
    display: block;
}

    #mensaje article {
        width: 950px;
        height: 85px;
        margin: auto;
        position: relative;
    }

        #mensaje article .mensaje {
            width: 525px;
            height: 120px;
            padding-top: 30px;
            position: absolute;
            text-align: center;
            left: 225px;
            top: 0;
            background: #fff;
            border: 3px solid #f6aa69;
            box-shadow: 0 2px 9px #888;
            margin: -95px auto 0;
        }

            #mensaje article .mensaje p {
                font-size: 25px;
                margin-bottom: 10px;
            }

                #mensaje article .mensaje p + p {
                    font-size: 20px;
                    font-family: 'apex_attbook_italic', sans-serif;
                }

#modulos {
    width: 100%;
    height: 620px;
}

    #modulos article {
        width: 950px;
        height: 570px;
        position: relative;
        display: block;
        margin: auto;
    }

        #modulos article h2 {
            text-align: center;
            font-size: 30px;
            margin-bottom: 50px;
        }

        #modulos article li {
            margin-bottom: 20px;
            width: 160px;
            height: 240px;
            padding: 0px 15px;
            text-align: center;
            display: inline-block;
            vertical-align: top;
            zoom: 1;
            *display: inline;
        }

            #modulos article li .icono {
                width: 74px;
                height: 74px;
                margin-left: 44px;
                *margin-left: 0px;
                background-image: url(../img/iconos.gif);
            }

            #modulos article li h2 {
                font-size: 20px;
                margin: 20px auto;
            }

            #modulos article li p {
                font-family: "Helvetica", "Arial", Sans-serif;
                font-size: 12px;
                line-height: 19px;
                color: #878787;
            }



/* ////////////////////////////////////////////////// */
/* clases */
h2.servicios {
    color: #949494;
}

h2.novedades {
    color: #9fc96e;
}

h2.garages {
    color: #1e9dcc;
}

h2.clientes {
    color: #ff8a70;
}

h2.mDeRutas {
    color: #f5c24a;
}

h2.mOnline {
    color: #abad8f;
}

h2.administracion {
    color: #a1859e;
}

h2.docDigitales {
    color: #77c8d4;
}

h2.temperatura {
    color: #f6aa69;
}

h2.adminGeneral {
    color: #4d4d4e;
}

.servicios {
    background-position: -1px -1px;
}

.novedades {
    background-position: -78px -1px;
}

.garages {
    background-position: -155px -1px;
}

.clientes {
    background-position: -231px -1px;
}

.mDeRutas {
    background-position: -306px -1px;
}

.mOnline {
    background-position: -381px -1px;
}

.administracion {
    background-position: -456px -1px;
}

.docDigitales {
    background-position: -530px -1px;
}

.temperatura {
    background-position: -603px -1px;
}

.adminGeneral {
    background-position: -677px -1px;
}

.facebook {
    background-position: -41px 0px;
}

.twitter {
    background-position: 0px 0px;
}



#counter {
    color: transparent;
    text-align: center;
    padding-left: 15px;
}

    #counter .cntSeparator {
        width: 20px;
    }

.counter-label {
    color: #b7b7b7;
    font-size: 13px;
    padding-left: 55px;
    text-align: left;
    margin-top: 12px;
}

    .counter-label label {
        margin-right: 80px;
        width: 37px;
        display: inline-block;
    }

        .counter-label label:last-child {
            margin-right: 0;
        }



#accesoEmail 



#accesoEmail {
    width: 300px;
    height: 80px;
    background: #fff;
}

    #accesoEmail .box {
        width: 300px;
        margin: 20px 20px 0;
    }

        #accesoEmail .box .titulo {
            font-size: 15px;
            color: #088dc1;
            margin-bottom: 5px ;
            margin-left : 5px;
        }

        #accesoEmail .box label {
            font-size: 13px;
            color: #088dc1;
            margin-bottom: 5px;
        }

        #accesoEmail .box span {
            font-size: 13px;
            color: #088dc1;
            font-family:Tahoma;
            margin-bottom: 5px;
            margin-left : 2px;
        }

        #accesoEmail .box input {
            width: 185px;
            height: 20px;
            border: 1px solid #bfbfbf;
            margin-bottom: 10px;
        }

            #accesoEmail .box input[type="submit"] {
                border: none;
                height: 32px;
                cursor: pointer;
                font-family: 'apex_attbold_italic';
                font-size: 15px;
                color: #fff;
                background: #088dc1;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                margin-left : 50px;
            }