/*Service*/
.service {
    margin-bottom:10px;
    padding:15px 15px 10px;
}
.service:hover {
    border-radius:2px;
    box-shadow:0 0 8px #ddd;
    background:#fcfcfc;
    -webkit-transition:box-shadow 0.2s ease-in-out;
    -moz-transition:box-shadow 0.2s ease-in-out;
    -o-transition:box-shadow 0.2s ease-in-out;
    transition:box-shadow 0.2s ease-in-out;
}
.service:hover i {
    color:#656565;
}
.service i {
    float:left;
    padding:10px;
    color:#72c02c;
    font-size:45px;
    text-align:center;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.service i.icon-cogs {
    font-size:37px;
}
.service .desc {
    width:75%;
    float:right;
}
.service .desc h4 {
    font-size:22px;
    line-height:25px;
}

.ie7 .service .circle i  {
    padding-bottom:45px !important; /*ie7*/
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}
.div:hover{
    color:red;
}


.tableHeader{

    -moz-box-shadow:inset 0px 1px 0px 0px #93b8f0;
    -webkit-box-shadow:inset 0px 1px 0px 0px #93b8f0;
    box-shadow:inset 0px 1px 0px 0px #93b8f0;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #001ca6), color-stop(1, #001052));
    background:-moz-linear-gradient(top, #001ca6 5%, #001052 100%);
    background:-webkit-linear-gradient(top, #001ca6 5%, #001052 100%);
    background:-o-linear-gradient(top, #001ca6 5%, #001052 100%);
    background:-ms-linear-gradient(top, #001ca6 5%, #001052 100%);
    background:linear-gradient(to bottom, #001ca6 5%, #001052 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#001ca6', endColorstr='#001052',GradientType=0);
    background-color:#001ca6;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #2735d6;

    cursor:pointer;
    color:#ffffff;

    font-size:13px;
    font-weight:bold;

    text-decoration:none;
    text-shadow:0px 1px 0px #3451b0;

}

.buttonDCP{

    -moz-box-shadow:inset 0px 1px 0px 0px #93b8f0;
    -webkit-box-shadow:inset 0px 1px 0px 0px #93b8f0;
    box-shadow:inset 0px 1px 0px 0px #93b8f0;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #001ca6), color-stop(1, #001052));
    background:-moz-linear-gradient(top, #001ca6 5%, #001052 100%);
    background:-webkit-linear-gradient(top, #001ca6 5%, #001052 100%);
    background:-o-linear-gradient(top, #001ca6 5%, #001052 100%);
    background:-ms-linear-gradient(top, #001ca6 5%, #001052 100%);
    background:linear-gradient(to bottom, #001ca6 5%, #001052 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#001ca6', endColorstr='#001052',GradientType=0);
    background-color:#001ca6;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #2735d6;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;

    font-size:13px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #3451b0;

}

.colorCorporativo{
   color:  #011680;

}

.buttonDCP:hover{
    border:1px solid #00051b;
    /*background-color: #010d4d; background-image: -webkit-gradient(linear, left top, left bottom, from(#010d4d), to(#1b2a89));
    background-image: -webkit-linear-gradient(top, #010d4d, #1b2a89);
    background-image: -moz-linear-gradient(top, #010d4d, #1b2a89);
    background-image: -ms-linear-gradient(top, #010d4d, #1b2a89);
    background-image: -o-linear-gradient(top, #010d4d, #1b2a89);
    background-image: linear-gradient(to bottom, #010d4d, #1b2a89);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#010d4d, endColorstr=#1b2a89);*/
}


.buttonDCPicon{
    border:1px solid #010c48; -webkit-border-radius: 7px; -moz-border-radius: 7px;border-radius: 7px;font-size:10px;font-family:Lato, Helvetica, Arial, sans-serif, helvetica, sans-serif; padding: 7px 7px 7px 7px; text-decoration:none; display:inline-block; color: #FFFFFF;
    background-color: #011680; background-image: -webkit-gradient(linear, left top, left bottom, from(#011680), to(#2437B3));
    background-image: -webkit-linear-gradient(top, #011680, #2437B3);
    background-image: -moz-linear-gradient(top, #011680, #2437B3);
    background-image: -ms-linear-gradient(top, #011680, #2437B3);
    background-image: -o-linear-gradient(top, #011680, #2437B3);
    background-image: linear-gradient(to bottom, #011680, #2437B3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#011680, endColorstr=#2437B3);
}

.buttonDCPxs{
    -moz-box-shadow:inset 0px 1px 0px 0px #93b8f0;
    -webkit-box-shadow:inset 0px 1px 0px 0px #93b8f0;
    box-shadow:inset 0px 1px 0px 0px #93b8f0;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #001ca6), color-stop(1, #001052));
    background:-moz-linear-gradient(top, #001ca6 5%, #001052 100%);
    background:-webkit-linear-gradient(top, #001ca6 5%, #001052 100%);
    background:-o-linear-gradient(top, #001ca6 5%, #001052 100%);
    background:-ms-linear-gradient(top, #001ca6 5%, #001052 100%);
    background:linear-gradient(to bottom, #001ca6 5%, #001052 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#001ca6', endColorstr='#001052',GradientType=0);
    background-color:#001ca6;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #2735d6;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;

    font-size:10px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #3451b0;

}






.buttonDCPxs:hover{
    border:1px solid #00051b;
    background-color: #010d4d; background-image: -webkit-gradient(linear, left top, left bottom, from(#010d4d), to(#1b2a89));
    background-image: -webkit-linear-gradient(top, #010d4d, #1b2a89);
    background-image: -moz-linear-gradient(top, #010d4d, #1b2a89);
    background-image: -ms-linear-gradient(top, #010d4d, #1b2a89);
    background-image: -o-linear-gradient(top, #010d4d, #1b2a89);
    background-image: linear-gradient(to bottom, #010d4d, #1b2a89);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#010d4d, endColorstr=#1b2a89);
}

.buttonDCPicon:hover{
    border:1px solid #00051b;
    background-color: #010d4d; background-image: -webkit-gradient(linear, left top, left bottom, from(#010d4d), to(#1b2a89));
    background-image: -webkit-linear-gradient(top, #010d4d, #1b2a89);
    background-image: -moz-linear-gradient(top, #010d4d, #1b2a89);
    background-image: -ms-linear-gradient(top, #010d4d, #1b2a89);
    background-image: -o-linear-gradient(top, #010d4d, #1b2a89);
    background-image: linear-gradient(to bottom, #010d4d, #1b2a89);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#010d4d, endColorstr=#1b2a89);
}

.buttonDCPxsdanger{
                                             -moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
                                             -webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
                                             box-shadow:inset 0px 1px 0px 0px #cf866c;
                                             background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
                                             background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
                                             background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
                                             background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
                                             background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
                                             background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
                                             filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
                                             background-color:#d0451b;
                                             -moz-border-radius:3px;
                                             -webkit-border-radius:3px;
                                             border-radius:3px;
                                             border:1px solid #942911;
                                             display:inline-block;
                                             cursor:pointer;
                                             color:#ffffff;
                                             font-family:arial;
                                             font-size:13px;
                                             padding:2px 17px;
                                             text-decoration:none;
                                             text-shadow:0px 1px 0px #854629;
                                         }
.buttonDCPxsdanger:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
    background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
    background-color:#bc3315;
}
.buttonDCPxsdanger:active {
    position:relative;
    top:1px;
}

.ribbon {
    position: absolute;
    z-index: 100;
    right: 15px;
    top: 20px;
    padding: 5px;
}
.ribbon.big {
    position: absolute;
    z-index: 100;
    right: 0px;
    top: 20px;
    padding: 5px;
}
.ribbon.base {
    background: #3498db;
    color: #fff;
    border-right: 5px solid #8bc4ea;
}
.ribbon.light {
    background: #ecf0f1;
    color: #2c3e50;
    border-right: 5px solid #dde4e6;
}
.ribbon.dark {
    background: #131313;
    color: #fff;
    border-right: 5px solid #464646;
}
.ribbon.base-alt {
    background: #390;
    color: #fff;
    border-right: 5px solid #45f435;
}
.ribbon.red {
    background: #e91b23;
    color: #fff;
    border-right: 5px solid #f2787d;
}
.ribbon.orange {
    background: #ff8a3c;
    color: #fff;
    border-right: 5px solid #ffc7a2;
}
.ribbon.light-blue {
    background: #00A7FF;
    color: #fff;
    border-right: 5px solid #65DBFF;
}
.ribbon.yellow {
    background: #ffd800;
    color: #fff;
    border-right: 5px solid #ffe866;
}
.ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
    left: -9px;
    border-left: 10px solid transparent;
}
.ribbon:before {
    top: 0;
}
.ribbon:after {
    bottom: 0;
}
.ribbon.base:before {
    border-top: 27px solid #3498db;
}
.ribbon.base:after {
    border-bottom: 27px solid #3498db;
}
.ribbon.light:before {
    border-top: 27px solid #ecf0f1;
}
.ribbon.light:after {
    border-bottom: 27px solid #ecf0f1;
}
.ribbon.dark:before {
    border-top: 27px solid #131313;
}
.ribbon.dark:after {
    border-bottom: 27px solid #131313;
}
.ribbon.base-alt:before {
    border-top: 27px solid #390;
}
.ribbon.base-alt:after {
    border-bottom: 27px solid #390;
}
.ribbon.red:before {
    border-top: 27px solid #e91b23;
}
.ribbon.red:after {
    border-bottom: 27px solid #e91b23;
}
.ribbon.orange:before {
    border-top: 27px solid #ff8a3c;
}
.ribbon.orange:after {
    border-bottom: 27px solid #ff8a3c;
}
.ribbon.light-blue:before {
    border-top: 27px solid #00A7FF;
}
.ribbon.light-blue:after {
    border-bottom: 27px solid #00A7FF;
}
.ribbon.yellow:before {
    border-top: 27px solid #ffd800;
}
.ribbon.yellow:after {
    border-bottom: 27px solid #ffd800;
}
.ribbon span {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.description-product{
    font-size:16px;
    margin-top:0px;
}

.subh1{
    font-size:36px;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 20px;
}

.divUnidadesProducto,.divUnidadesProducto2{
    //position: absolute;
    left: 50%;
    //margin-left:-82px;
    bottom:75px;
    padding-top: 0px;
    //padding-left: 5px;
    color: #000;
    font-size: 22px;
    color:#ffffff;
    text-align: center;
    z-index:4;
}
.divUnidadesProducto input,.divUnidadesProducto2 input{
    width:45px!important;
    border-radius: 0px;
    text-align:center;
    height:28px!important;
    color:#000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    line-height: 1.2;
}
.divUnidadesProducto input[type=button],.divUnidadesProducto2 input[type=button]{
    border: 0px;
    box-shadow:none;
    border-radius: 0px;
    background:#D8D8D8;
    height:28px!important;
    width:28px!important;
    max-width: 28px;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none!important;
    -moz-appearance: none;
    appearance: none;
    padding-left:0;
    padding-right:0;
    margin-bottom:-1px;
    
}

.btnMenosUnidades,.btnMenosUnidades2{
    background:rgba(0, 0, 0, 0) url("../img/btnmenos.jpg") no-repeat scroll 0 0 !important;
    height:28px;
    width:28px;
}

.btnMasUnidades,.btnMasUnidades2{
    background:rgba(0, 0, 0, 0) url("../img/btnmas.jpg") no-repeat scroll 0 0 !important
}

.tituloModalPublicidad{
    background:#011680;
    color:#FFFFFF;
    
}

.datepicker{
    z-index:2000 !important;
}

.verDocumentacion{
    cursor:pointer;
}

.leyendaCalendario{
    border: 1px solid #000;
    width:10px;
    height:10px;
    margin-top:10px;
    padding:0;
    margin-top:6px;
}

.leyendaCalendario.nacional{
    background:#F96A5A;
}

.leyendaCalendario.local{
    background:#5AB5F9;
}

.leyendaCalendario.puente{
    background:#4890C7;
}

.leyendaCalendario.vacaciones_propias{
    background:#a79bcb;
}

.leyendaCalendario.vacaciones_disfrutadas{
    background:#88b919;
}

.leyendaCalendario.vacaciones_solicitadas{
    background:#F8AC59;
}

.leyendaCalendario.vacaciones_confirmadas{
    background:#ffd732;
}

