/* ----------------------------------------------------------------------------------------------------------

    This website template was downloaded from http://www.nuviotemplates.com - visit us for more templates

    Structure:
    display; position; float; z-index; overflow; width; height; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags, reset
        2) Universal styles (display, float, margin, text-align...)
        3) Generally HTML styles (table, ul, dl...)
        4) Layout
        5) Page: Homepage
        
---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags, reset
---------------------------------------------------------------------------------------------------------- */

* {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

body, div, span, p, a, img, ul, ol, li, caption, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, dl, dt, dd, blockquote, applet, object, h1, h2, h3, h4, h5 {
    border: 0;
}

body {
    font: 0.8em/1.5 "arial",sans-serif;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    margin: 15px 0 10px 0;
    font-family: "arial",sans-serif;
}

p, ul, ol, dl, fieldset {
    margin: 15px 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}

th {
    text-align: center;
    font-weight: bold;
}
/*th, td {padding:3px 7px;}*/

ul, ol {
    margin-left: 30px;
}

    ul ul, ol ol {
        margin: 0;
        margin-left: 20px;
    }

ol {
    list-style-type: decimal;
}

li {
    display: list-item;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 30px;
}

fieldset {
    position: relative;
    padding: 10px;
}

legend {
    position: absolute;
    top: -1em;
    margin: 0;
    padding: 5px 10px;
    font-size: 100%;
    font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------------
2) Universal styles (display, float, margin, text-align...)
---------------------------------------------------------------------------------------------------------- */

.box {
    min-height: 1px;
}

    .box:after {
        display: block;
        visibility: hidden;
        clear: both;
        line-height: 0;
        font-size: 0;
        content: ".";
    }

.relative {
    position: relative;
}

.clear {
    clear: both;
}

.f-left {
    float: left !important;
}

img.f-left {
    float: left;
    margin-right: 10px;
}

.f-right {
    float: right !important;
}

img.f-right {
    float: right;
    margin-left: 10px;
}

.t-left {
    text-align: left !important;
}

.t-center {
    text-align: center !important;
}

.t-right {
    text-align: right !important;
}

.t-justify {
    text-align: justify !important;
}

.va-top {
    vertical-align: top;
}

.va-middle {
    vertical-align: middle;
}

.va-bottom {
    vertical-align: bottom;
}

.nom {
    margin: 0 !important;
}

.nomt {
    margin-top: 0 !important;
}

.nomb {
    margin-bottom: 0 !important;
}

.noscreen {
    display: none;
}

.bigger {
    font-size: 110%;
}

.smaller {
    font-size: 85%;
}

.smallerBg {
    /* border-width: 0%; border-style: none; padding: 0%; font-size: 95%; color: White; font-style: oblique; background-image: url('../Imagenes/Botones/boton_blanco.gif');
    table-layout: auto; border-collapse: collapse; border-spacing: 0px; empty-cells: hide; margin-left: 0px; margin-right: 0px; font-weight: 700; height: 21px; margin-top: 0px;*/
    behavior:url(border-radius.htc) !important;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 20px;
    padding: .4em 1em;
    border: 0px solid;
    cursor: pointer;
    border-collapse: separate; /* background: #2C82C9;*/
    color: #fafafa;
    font-size: 12px;
    font-weight: bold;
    width: auto !important;
    /*background: rgba(102,168,219,1);
    background: -moz-linear-gradient(top, rgba(102,168,219,1) 0%, rgba(3,18,38,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,168,219,1)), color-stop(100%, rgba(3,18,38,1)));
    background: -webkit-linear-gradient(top, rgba(102,168,219,1) 0%, rgba(3,18,38,1) 100%);
    background: -o-linear-gradient(top, rgba(102,168,219,1) 0%, rgba(3,18,38,1) 100%);
    background: -ms-linear-gradient(top, rgba(102,168,219,1) 0%, rgba(3,18,38,1) 100%);
    background: linear-gradient(to bottom, rgba(102,168,219,1) 0%, rgba(3,18,38,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66a8db', endColorstr='#031226', GradientType=0 );*/
    background: rgba(0,174,232,1);
    background: -moz-linear-gradient(top, rgba(0,174,232,1) 0%, rgba(5,87,117,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,174,232,1)), color-stop(100%, rgba(5,87,117,1)));
    background: -webkit-linear-gradient(top, rgba(0,174,232,1) 0%, rgba(5,87,117,1) 100%);
    background: -o-linear-gradient(top, rgba(0,174,232,1) 0%, rgba(5,87,117,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,174,232,1) 0%, rgba(5,87,117,1) 100%);
    background: linear-gradient(to bottom, rgba(0,174,232,1) 0%, rgba(5,87,117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aee8', endColorstr='#055775', GradientType=0 );
    -webkit-transition: all 1s;
    transition: all 1s ease 0s;
}

    .smallerBg:hover {
        background: rgba(179,20,46,1);
        background: -moz-linear-gradient(top, rgba(179,20,46,1) 0%, rgba(79,10,23,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,20,46,1)), color-stop(100%, rgba(79,10,23,1)));
        background: -webkit-linear-gradient(top, rgba(179,20,46,1) 0%, rgba(79,10,23,1) 100%);
        background: -o-linear-gradient(top, rgba(179,20,46,1) 0%, rgba(79,10,23,1) 100%);
        background: -ms-linear-gradient(top, rgba(179,20,46,1) 0%, rgba(79,10,23,1) 100%);
        background: linear-gradient(to bottom, rgba(179,20,46,1) 0%, rgba(79,10,23,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3142e', endColorstr='#4f0a17', GradientType=0 );
    }

.smallerBgOk:hover {
    background: rgba(164,179,87,1);
    background: -moz-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(164,179,87,1)), color-stop(100%, rgba(117,137,12,1)));
    background: -webkit-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
    background: -o-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
    background: -ms-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
    background: linear-gradient(to bottom, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c', GradientType=0 );
}

.smallerBgLater:hover {
    background: rgba(250,167,65,1);
    background: -moz-linear-gradient(top, rgba(250,167,65,1) 0%, rgba(212,122,12,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,167,65,1)), color-stop(100%, rgba(212,122,12,1)));
    background: -webkit-linear-gradient(top, rgba(250,167,65,1) 0%, rgba(212,122,12,1) 100%);
    background: -o-linear-gradient(top, rgba(250,167,65,1) 0%, rgba(212,122,12,1) 100%);
    background: -ms-linear-gradient(top, rgba(250,167,65,1) 0%, rgba(212,122,12,1) 100%);
    background: linear-gradient(to bottom, rgba(250,167,65,1) 0%, rgba(212,122,12,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa741', endColorstr='#d47a0c', GradientType=0 );
}

.btnredondeado {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    behavior:url(border-radius.htc);
    padding: .2em .5em;
    border: 0px solid;
    cursor: pointer;
    font-weight: bold;
    border-collapse: separate; /* background: #2C82C9;*/
    color: #fafafa;
    font-size: 11px;
    background: rgba(102,168,219,1);
    background: -moz-linear-gradient(top, rgba(102,168,219,1) 0%, rgba(3,18,38,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,168,219,1)), color-stop(100%, rgba(3,18,38,1)));
    background: -webkit-linear-gradient(top, rgba(102,168,219,1) 0%, rgba(3,18,38,1) 100%);
    background: -o-linear-gradient(top, rgba(102,168,219,1) 0%, rgba(3,18,38,1) 100%);
    background: -ms-linear-gradient(top, rgba(102,168,219,1) 0%, rgba(3,18,38,1) 100%);
    background: linear-gradient(to bottom, rgba(102,168,219,1) 0%, rgba(3,18,38,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66a8db', endColorstr='#031226', GradientType=0 );
    
}

    .btnredondeado:hover {
        /* background: #b3142e; /* d42464;*/
        background: rgba(179,20,46,1);
        background: -moz-linear-gradient(top, rgba(179,20,46,1) 0%, rgba(79,10,23,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,20,46,1)), color-stop(100%, rgba(79,10,23,1)));
        background: -webkit-linear-gradient(top, rgba(179,20,46,1) 0%, rgba(79,10,23,1) 100%);
        background: -o-linear-gradient(top, rgba(179,20,46,1) 0%, rgba(79,10,23,1) 100%);
        background: -ms-linear-gradient(top, rgba(179,20,46,1) 0%, rgba(79,10,23,1) 100%);
        background: linear-gradient(to bottom, rgba(179,20,46,1) 0%, rgba(79,10,23,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3142e', endColorstr='#4f0a17', GradientType=0 );
    }



    .btnconfirmar {
    background: #1C94C6;
    margin: 5px 0 0;
    min-width: 130px;
    font-weight: 400;
    display: block;
    text-align: center;
    padding: 15px;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border:none;
     border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    cursor:pointer;
}
    .btnconfirmar:hover {
        background: #33afe2;
    }
.btnwarning {
     background: #FCA13F;
    margin: 30px 0 0;
    min-width: 130px;
    font-weight: 400;
    display: block;
    text-align: center;
    padding: 15px;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border:none;
         border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    cursor:pointer;
}
    .btnwarning:hover {
          background: rgba(255, 255, 255, 0.2) none repeat scroll 0% 0%;
    }
/* ----------------------------------------------------------------------------------------------------------
3) Generally HTML styles (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */

ul.ul-style01 {
    margin: 15px 0 15px 20px;
    list-style: none;
}

    ul.ul-style01 li {
        padding-left: 12px;
        background: url("../diseno/ul-style01.gif") 0 5px no-repeat;
    }

    ul.ul-style01 ul {
        margin: 0;
        list-style: none;
    }

        ul.ul-style01 ul li {
            padding-left: 12px;
            background: url("../diseno/ul-style01.gif") 0 5px no-repeat;
        }

/* ----------------------------------------------------------------------------------------------------------
4) Layout
---------------------------------------------------------------------------------------------------------- */

.main {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

#header {
    padding: 0px;
    overflow: hidden;
}

#logo {
    margin: 0;
    margin-bottom: 3px;
    font: normal 260%/1.2 "arial",sans-serif;
    letter-spacing: -1px;
}

    #logo span {
        font-weight: bold;
    }

    #logo a {
        text-decoration: none;
    }

#slogan {
    margin: 0;
}

#search {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 250px;
    height: 90px;
    color: #FFFFFF;
    background-image: url(../Imagenes/logofiatgroup.gif);
}

    #search #search-input {
        width: 170px;
        padding: 4px;
        font: normal 100%/1.2 "arial",sans-serif;
    }

    #search #search-submit {
        padding: 3px 5px;
        font: bold 100%/1.2 "arial",sans-serif;
    }

#nav {
    clear: both;
    background: url("../Imagenes/Diseno/nav.gif") 0 0 repeat-x;
    font-size: 12px;
    position: relative;
    z-index: 1;
}
/*#nav ul {margin:0; padding:0; list-style:none;}
    #nav li {display:inline; margin:0; padding:0;}
    #nav li a {display:block; float:left; padding:5px 20px; text-decoration:underline; font-weight:bold;}
    #nav li.nav-active a {font-weight:bold; text-decoration:none;}*/

#cols .main {
    padding-bottom: 15px;
}

#content {
    float: left;
    width: 75%;
    padding-left: 20px;
    padding-top: 20px;
}

    #content p {
        text-align: justify;
    }

#content-in {
    padding-left: 15px;
}

#content h1 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 160%;
    letter-spacing: -1px;
}

#content h2, #content h3, #content h4 {
    margin-bottom: 0;
    margin-bottom: 10px;
    font-size: 140%;
    letter-spacing: -1px;
}

#content h3, #content h4 {
    letter-spacing: 0;
    font-size: 120%;
}

#aside {
    float: right;
    width: 20%;
    padding-right: 1px;
    overflow: hidden;
}

    #aside h3 {
        padding-right: 15px;
        background: url("../Imagenes/Diseno/arrow.gif") 100% 50% no-repeat;
        font-size: 100%;
    }
/*#aside ul {margin:5px 0 15px 0; padding:0; list-style:none;}
    	   #aside ul li {margin:0; padding:4px 10px 4px 0;}*/

#footer {
    clear: both;
    padding: 15px 10px;
}

    #footer p {
        margin: 0;
    }

/* ----------------------------------------------------------------------------------------------------------
5) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#perex {
    margin-bottom: 15px;
    padding: 15px;
}

    #perex p {
        margin: 0;
    }

#perex2 {
    margin-bottom: 15px;
    padding: 15px;
}

    #perex2 p {
        margin: 0;
    }

.section {
    float: left;
    width: 225px;
    overflow: hidden;
}

    .section .margin {
        margin: 0 5px;
    }

    .section h3 {
        margin: 0;
        padding: 5px 15px;
        border: 0 !important;
        background: url("../Imagenes/Diseno/section.gif") 0 0 repeat-x;
        font-size: 120%;
    }

/* ----------------------------------------------------------------------------------------------------------
6) Extras agregados
---------------------------------------------------------------------------------------------------------- */
.textoTituloTabla {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}

.tablaGrillaBusqueda {
    background-color: #E6F7FF;
    border: 1px solid #069;
    font-size: 12px;
    margin-bottom: 15px;
}

    .tablaGrillaBusqueda th {
        background-color: #006383;
        color: #FFF;
        height: 20px;
    }

.capaInformacion {
    width: 100%;
    padding: 5px;
    border: 1px solid #900;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    background-color: #87CEEB;
    text-align: center;
}

.capaMensaje {
    width: 100%;
    padding: 5px;
    border: 1px solid #030;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    background-color: #E0FDAA;
    text-align: center;
}

.capaError {
    width: 100%;
    padding: 5px;
    border: 1px solid #900;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: #FEB1A9;
    text-align: center;
}


.contenedorElementosPrincipal {
    width: 98%;
    padding: 15px;
    border-bottom: 5px solid #006383;
    margin-bottom: 15px;
    background: #D0F3FB;
}

    .contenedorElementosPrincipal table {
        border-style: none;
        border-color: inherit;
        border-width: 0px;
        width: 100%;
    }

    .contenedorElementosPrincipal h3, h4 {
        color: #006383;
        /*color:#000;*/
    }


.porvencer .contenedorElementosPrincipal {
    background: #f56767 !important;
    border-bottom: #f7516d !important;
}

.vencido .contenedorElementosPrincipal {
    background: #ff6b6b !important;
}

.activado .contenedorElementosPrincipal {
    background: #85cc1a !important;
}



.textoWatermark {
    color: #999;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.sombraPopupModal {
    background-color: Gray;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /*IE8*/
    filter: alpha(opacity=70); /*IE 5-7*/
    opacity: .7; /*Mozilla y demas*/
}

#ctl00_avisoEmpresaActual {
    padding-top: 5px;
    text-align: right;
}

#notific #close {
    border-radius: 15px;
    border: 4px solid #FFF;
    cursor: pointer;
    font-weight: bolder;
    background: #222;
    color: #fafafa;
    width: 20px;
    text-align: center;
    position: absolute;
    right: -12px;
    top: -25px;
}

#notific #atention {
    font-size: 75px;
    font-weight: bolder;
    color: yellowgreen;
    background: #333;
    padding: 15px 10px;
    height: 120px;
    float: left;
    margin: 0px 10px 0px 0px;
}

#notific2 #atention {
    font-size: 75px;
    font-weight: bolder;
    color: yellowgreen;
    background: #333;
    padding: 15px 10px;
    height: 120px;
    float: left;
    margin: 0px 10px 0px 0px;
}

#notific3 #atention {
    font-size: 75px;
    font-weight: bolder;
    color: yellowgreen;
    background: #333;
    padding: 15px 10px;
    height: 120px;
    float: left;
    margin: 0px 10px 0px 0px;
}

#notific {
    width: 575px;
    height: 150px;
    padding: 0px;
    background: #eaeaea;
    position: absolute;
    top: 40%;
    right: 10%;
}

#notific2 {
    width: 575px;
    height: 150px;
    padding: 0px;
    background: #eaeaea;
    position: absolute;
    top: 40%;
    right: 10%;
}

#notific3 {
    width: 575px;
    height: 150px;
    padding: 0px;
    background: #eaeaea;
    position: absolute;
    top: 40%;
    right: 10%;
}

.closenotifi {
    border-radius: 15px;
    border: 4px solid #FFF;
    cursor: pointer;
    font-weight: bolder;
    background: #222;
    color: #fafafa;
    width: 20px;
    text-align: center;
    position: absolute;
    right: -12px;
    top: -15px;
}

.closenotifi:hover {
        color: yellowgreen;
        text-decoration: none;
    }

.notifi {
    width: 575px;
    height: 150px;
    padding: 0px;
    background: #eaeaea;
    position: absolute;
    top: 35%;
    right: 10%;
}

.notifi2 {
    width: 575px;
    height: 150px;
    padding: 0px;
    background: #eaeaea;
    position: absolute;
    top: 15%;
    right: 10%;
}

.notifi3 {
    width: 575px;
    height: 150px;
    padding: 0px;
    background: #FEB1A9;
    position: absolute;
    top: 55%;
    right: 10%;
}



.notifi .atention {
    font-size: 75px;
    font-weight: bolder;
    color: yellowgreen;
    background: #333;
    padding: 15px 10px;
    height: 120px;
    float: left;
    margin: 0px 10px 0px 0px;
}

.notifi2 .atention {
    font-size: 75px;
    font-weight: bolder;
    color: yellowgreen;
    background: #333;
    padding: 15px 10px;
    height: 120px;
    float: left;
    margin: 0px 10px 0px 0px;
}

.notifi3 .atention {
    font-size: 75px;
    font-weight: bolder;
    color: yellowgreen;
    background: #333;
    padding: 15px 10px;
    height: 120px;
    float: left;
    margin: 0px 10px 0px 0px;
}


.textorojo {
    color: #f11212 !important;
}
