﻿/* ================================
    CSS STYLES CFDI
    v1.0, 10/2002
   ================================
*/
Body {
    font-family: 'Calibri', Arial, Helvetica, sans-serif;
    font-size: 13pt;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    color: #333333;
}

H1 {
    font-family: 'Segoe UI Light',Verdana, Helvetica, sans-serif;
    font-size: 42px;
    font-weight: normal;
    color: #000000;
    opacity: 1.0;
    text-shadow: 0.1em 0.1em 0.15em #C0C0C0;
}

    h1:hover {
        opacity: 0.8;
    }


H2 {
    font-family: 'Segoe UI Light',Verdana, Helvetica, sans-serif;
    font-size: 20pt;
    color: #000080;
    opacity: 1.0;
    letter-spacing: 0.01em;
}

    h2:hover {
        opacity: 0.8;
    }



H3 {
    font-family: 'Segoe UI Semibold',Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #606060;
}

    h3:hover {
        opacity: 0.8;
    }

H4 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: darkred;
}

H5, DT {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: darkred;
}


TFOOT, THEAD {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: darkred;
}

TH {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: darkred;
}

A:link {
    text-decoration: none;
    color: #000080;
}

A:visited {
    text-decoration: none;
    color: #000080;
}

A:active {
    text-decoration: none;
    color: #000080;
}

A:hover {
    text-decoration: underline;
    color: #000080;
    opacity: 0.8;
}

img {
    border-style: none;
    border-width: 0px;
}


SMALL {
    font-size: 8px;
}

BIG {
    font-size: 14px;
}

BLOCKQUOTE, PRE {
    font-family: Lucida Console, monospace;
}

UL LI {
    list-style-type: square;
    list-style-image: url('images/ul-li.png');
    list-style-position: outside;
    text-indent: 10px;
}

    UL LI LI {
        list-style-type: disc;
    }

        UL LI LI LI {
            list-style-type: circle;
        }

OL LI {
    list-style-type: decimal;
}

OL OL LI {
    list-style-type: lower-alpha;
}

OL OL OL LI {
    list-style-type: lower-roman;
}

HR {
    color: dimgrey;
    height: 1pt;
    text-align: left;
}

/*
*
*
*/

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

.container .jumbotron {
    border-radius: 0px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */


.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: White;
}
/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}
/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #1E1E1E;
    border-color: black;
}
/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: Teal;
    font-weight: bold;
}
/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: gainsboro;
    text-decoration: none;
    font-weight: bold;
}
/* hyperlink styles of the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color: #eeeeee;
}

A.OtherTabs:visited {
    text-decoration: none;
    color: #eeeeee;
}

A.OtherTabs:active {
    text-decoration: none;
    color: #eeeeee;
}

A.OtherTabs:hover {
    text-decoration: underline;
    color: white;
}
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration: none;
    color: white;
}

A.SiteLink:visited {
    text-decoration: none;
    color: #eeeeee;
}

A.SiteLink:active {
    text-decoration: none;
    color: #eeeeee;
}

A.SiteLink:hover {
    text-decoration: underline;
    color: white;
}





.Normal {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.NormalBold {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}


.Download {
    text-decoration: none;
    border: 2px solid #6699FF;
    padding: 5px 20px;
    margin: 0px 0px 0px 0px;
    color: #FFFFFF;
    background: #000080;
    cursor: pointer;
    min-height: 22px;
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 0;
    font-family: Arial, Helvetica, sans-serif;
    top: 0px;
    left: 0px;
    height: 31px;
}

    .Download:hover {
        background: #53C7D8;
    }

.screen {
    width: 100%;
}

.scrbl {
    width: 30%;
    background-color: #000000;
}

.scrbm {
    width: 980px;
    background-color: #000000;
}

.scrbr {
    width: 30%;
    background-color: #000000;
}

.scrml {
    width: 30%;
    background-color: #FFFFFF;
}

.scrmr {
    width: 30%;
    background-color: #FFFFFF;
}


.scrfl {
    width: 30%;
    background-color: #000000;
}

.scrfr {
    width: 30%;
    background-color: #000000;
}



.ColBody {
    width: 980px;
}

.tabBody {
    border: 0;
    background-color: White;
    width: 980px;
    height: 100%;
}


/* Banner */
table.banner {
    background-position: 0px 0px;
    border: 0;
    width: 980px;
    height: 100px;
    background-image: url('http://www.gncys.com/images/banner.jpg');
    background-color: #000000;
}

tr.banner {
    background-color: #04227A;
    height: 80px;
    vertical-align: top;
}

tr.menu {
    /*background-color: #1E1E1E;*/
    vertical-align: bottom;
}
/* Grid */
TABLE.gridb {
    BACKGROUND-COLOR: #b3b3b1;
    border: 0;
    padding: 0;
}

TABLE.grid {
    border: 0;
    padding: 0;
}

td.grid {
    BACKGROUND-COLOR: White;
}
/*
*
* Pie de Pagina 
*
*/
table.footer {
    height: 40px;
    color: Silver;
    background-color: #000000;
}

tr.footer {
    background-color: Black;
}

td.footer {
    color: Silver;
}

A.footer {
    color: #666666;
}

    A.footer:hover {
    text-decoration: none;
    color: #FFFFFF;
}

    A.footer:visited {
        text-decoration: none;
    color: #666666;
    }

    A.footer:link {
    text-decoration: none;
    color: #666666;
}

/* Pie de pagina 2 */
table.footer2 {
    color: #C0C0C0;
}

tr.footer2 {
    background-color: #1E1E1E;
}

td.footer2 {
    background-color: #1E1E1E;
    color: #EEEEEE;
}

a.footer2 {
    color: #EEEEEE;
}

    a.footer2:hover {
    text-decoration: none;
    color: #FFFFFF;
}

    a.footer2:visited {
        text-decoration: none;
        color: #EEEEEE;
    }


/*
Precios
*/
a.folio {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
}

    a.folio:visited {
        color: #FFFFFF;
        text-decoration: none;
    }


/*
Facturas
*/

img.cfdi-ejemplo {
    border: 1px solid #C0C0C0;
    background-color: #FDFDFD;
    width: 893px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

img.cfdi-thumb {
    border: 1px solid #C0C0C0;
    background-color: #FDFDFD;
    width: 250px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}


/*Precios*/


.BoxPrecio {
    position: relative;
}

    .BoxPrecio:before, .BoxPrecio:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 15px 10px #777;
        -moz-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    .BoxPrecio:after {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }
