@font-face {
    font-family: "VodafoneBold";
    font-style: normal;
    font-weight: 400;
    src: url("../fnt/vodafonergbd-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fnt/vodafonergbd-webfont_woff.woff") format("woff"),
        url("../fnt/vodafonergbd-webfont_ttf.ttf") format("truetype"),
        url("../fnt/vodafonergbd-webfont_svg.svg#VodafoneBold") format("svg");
}

@font-face {
    font-family: "VodafoneRegular";
    font-style: normal;
    font-weight: 400;
    src: url("../fnt/vodafonergd41d_eot.eot?#iefix") format("embedded-opentype"),
        url("../fnt/vodafonerg_woff.woff") format("woff"), url("../fnt/vodafonerg_ttf.ttf")
        format("truetype"), url("../fnt/vodafonerg_svg.svg#VodafoneRegular") format("svg");
}

body {
    font-family: arial;
}

a {
    color: #333;
    text-decoration: underline;
}

a:hover {
    color: #000;
}

a:focus {
    outline: none;
}

a:visited {
    color: #5e2750;
}

ul {
    list-style: none;
}

dl {
    
}

dt {
    margin-top: 0.5em;
}

dt>img.icono {
    background-color: #eee;
    border-width: 2px;
}

dd {
    display: inline;
    margin-left: 2em;
    padding-bottom: 0.5em;
}

dd>dl {
    margin-left: 2em;
}

dd>dl>dt {
    font-weight: 500;
    font-style: italic;
}

dd>dl>dd {
    
}

input[type='file'] {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    position: relative;
    width: 141px;
    height: 34px;
    cursor: pointer;
    top: -30px;
}

input[type='file']#documentacion {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 100;
    position: relative;
     width: 400px;
    height: 34px;
    cursor: pointer;
    top: -30px;
    
    
    
}



#ficheroConsulta[disabled] {
    cursor: not-allowed;
}

button.btn[disabled] {
    cursor: not-allowed;
}

#consultaMasiva {
    position: absolute;
    margin: 0;
}

#formAcceso {
    position: relative;
    z-index: 10;
    margin-bottom: 15px;
}

.separador {
    border-bottom: 1px solid #DBDBDB;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin: 10px 0;
}

.container h1 {
    font-family: VodafoneRegular;
    font-size: 2em;
    color: #e60000;
}

.container h2 {
    font-size: 1.6em;
    color: #000;
    clear: left;
    line-height: 20px;
}

.container h3 {
    font-size: 1.3em;
    color: #000;
    clear: both;
}

header.navbar {
    margin-bottom: 0;
}

header.navbar>.solapas {
    margin-bottom: 0;
    background: #EBEBEB;
    border-bottom: 1px solid #BBBBBB;
}

header.navbar>.solapas>div>div {
    height: 55px;
}

.btn .caret {
    margin-left: 0.5em;
}

.solapa.activo {
    float: left;
    list-style: none outside none;
    margin: 10px 0 0;
}

.solapa.activo>div {
    position: relative;
    background: #FFFFFF;
    border-color: #BBBBBB;
    border-top: 0.1em solid #BBBBBB;
    border-left: 0.1em solid #BBBBBB;
    border-right: 0.1em solid #BBBBBB;
    -webkit-border-radius: 0.3em 0.3em 0 0;
    -moz-border-radius: 0.3em 0.3em 0 0;
    -ms-border-radius: 0.3em 0.3em 0 0;
    -o-border-radius: 0.3em 0.3em 0 0;
    border-radius: 0.3em 0.3em 0 0;
    bottom: -0.1em;
    color: #000000;
    padding: 0.8em 1em 0.7em;
    z-index: 2;
}

.btn.btnPeq {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .55);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .55);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
    font-size: 0.8em;
    line-height: 10px;
    padding: 5px;
}

.btn.btnPeq:focus {
    background-color: #f4f4f4;
    outline: 3px solid #007C92;
    box-shadow: none;
}

.btn.btnMed {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .55);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .55);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
    font-size: 1.0em;
    line-height: 11px;
    padding: 5px;
    background-color: #970000;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0, color-stop(0%, #840000),
        color-stop(100%, #ac0000));
    background-image: -webkit-linear-gradient(bottom, #840000 0, #ac0000 100%);
    background-image: -moz-linear-gradient(bottom, #840000 0, #ac0000 100%);
    background-image: -o-linear-gradient(bottom, #840000 0, #ac0000 100%);
    background-image: linear-gradient(bottom, #840000 0, #ac0000 100%);
    text-decoration: none;
    color: #ffffff;
}

.btn.btnMed:focus {
    box-shadow: none;
    background-color: #970000;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0, color-stop(0%, #840000),
        color-stop(100%, #ac0000));
    background-image: -webkit-linear-gradient(bottom, #840000 0, #ac0000 100%);
    background-image: -moz-linear-gradient(bottom, #840000 0, #ac0000 100%);
    background-image: -o-linear-gradient(bottom, #840000 0, #ac0000 100%);
    background-image: linear-gradient(bottom, #840000 0, #ac0000 100%);
    text-decoration: none;
    color: #ffffff;
}

.btn-group .btn.dropdown-toggle {
    background: url("../img/iconoTabla.png") no-repeat 10px center #F4F4F4;
    color: #333333;
    font-weight: bold;
    padding-left: 40px;
}

.btn-group.open .btn.dropdown-toggle {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .55);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .55);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.55);
}

.btn-group.open .btn.dropdown-toggle .caret {
    border-top: 0;
    border-bottom: 4px solid;
}

.btn-group .dropdown-menu {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .55);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .55);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
    padding: 0;
}

.btn-group .dropdown-menu>li {
    font-size: 1.1em;
}

.btn-group .dropdown-menu>li>a {
    border-bottom: 1px solid #DBDBDB;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    line-height: 12px;
    padding: 15px 12px;
    text-decoration: none;
    outline: none;
}

.btn-group .dropdown-menu>li:last-child>a {
    border-bottom: 0;
}

.btn-group .dropdown-menu>li>a:hover {
    background-color: #e7e7e7;
}

.btn-group .dropdown-menu>li>a:active {
    background-color: #666;
    color: #fff;
}

header.navbar>.menu {
    margin: 17px 0 12px;
    position: relative;
}

header.navbar>.menu  .row  .logo {
    float: left;
}

header.navbar>.menu  .row  .barraMenu {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .55);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .55);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0, color-stop(0%, #af0000),
        color-stop(100%, #e60000));
    background-image: -webkit-linear-gradient(bottom, #af0000 0, #e60000 100%);
    background-image: -moz-linear-gradient(bottom, #af0000 0, #e60000 100%);
    background-image: -o-linear-gradient(bottom, #af0000 0, #e60000 100%);
    background-image: linear-gradient(bottom, #af0000 0, #e60000 100%);
    position: relative;
    /* margin: 8px 0 0 10px; */
    margin: 8px 0 0 0;
    background-color: #ca0000;
    padding-left: 0;
    /* height: 41px; */
}

header.navbar>.menu  .row>.navbar-right {
    margin-right: 0;
}

header.navbar>.menu  ul.nav {
    
}

header.navbar>.menu  ul.nav li a {
    border-left: 1px solid rgba(0, 0, 0, 0.18);
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
    font: 400 21px/1.176 VodafoneRegular;
    padding: 8px 30px 8px 20px;
    position: relative;
}

header.navbar>.menu  ul.nav li a:hover, header.navbar>.menu  ul.nav li a:focus {
    background-color: #970000;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0, color-stop(0%, #840000),
        color-stop(100%, #ac0000));
    background-image: -webkit-linear-gradient(bottom, #840000 0, #ac0000 100%);
    background-image: -moz-linear-gradient(bottom, #840000 0, #ac0000 100%);
    background-image: -o-linear-gradient(bottom, #840000 0, #ac0000 100%);
    background-image: linear-gradient(bottom, #840000 0, #ac0000 100%);
    text-decoration: underline;
}

header.navbar>.menu  ul.nav li a.activo {
    background-color: #970000;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0, color-stop(0%, #840000),
        color-stop(100%, #ac0000));
    background-image: -webkit-linear-gradient(bottom, #840000 0, #ac0000 100%);
    background-image: -moz-linear-gradient(bottom, #840000 0, #ac0000 100%);
    background-image: -o-linear-gradient(bottom, #840000 0, #ac0000 100%);
    background-image: linear-gradient(bottom, #840000 0, #ac0000 100%);
    text-decoration: none;
}

header.navbar>.menu  ul.nav li a.desplegado, header.navbar>.menu  ul.nav li a.desplegado:hover,
    header.navbar>.menu  ul.nav li a.desplegado:focus {
    background-color: #fff;
    background-image: none;
    color: #000;
    text-decoration: none;
}

header.navbar>.menu  ul.nav li a>.caret {
    background: url(../img/arrow-down-white.png) no-repeat;
    border: 0;
    width: 9px;
    height: 5px;
}

header.navbar>.menu  ul.nav li a.desplegado>.caret {
    background: url(../img/arrow-up-black-sml.png) no-repeat;
}

.barraSubmenu {
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 2px 0 #666666;
    -moz-box-shadow: 0 2px 2px 0 #666666;
    box-shadow: 0 2px 2px 0 #666666;
    color: #333;
    background-color: #fff;
    position: absolute;
    top: 48px;
    z-index: 100;
}

.barraSubmenu>.row {
    padding-top: 15px;
    padding-bottom: 15px;
}

.barraSubmenu ul {
    padding-left: 0;
}

.barraSubmenu li {
    border-left: 1px solid #ccc;
    padding-left: 30px;
}

.barraSubmenu li:FIRST-CHILD {
    border-left: 0;
}

.barraSubmenu li>p {
    font-size: 0.9em;
}

.barraSubmenu li li {
    border-left: 0;
    padding-left: 0;
}

.barraSubmenu a {
    color: #333;
    text-decoration: none;
}

.barraSubmenu a:hover {
    color: #000;
    text-decoration: underline;
}

.barraSubmenu a:focus {
    outline: none;;
}

.barraSubmenu a:visited {
    color: #5e2750;
}

.barraSubmenu h3 {
    font-size: 1.3em;
    line-height: 15px;
}

.barraSubmenu .botonera {
    background-color: #ebebeb;
}

.barraSubmenu .botonera .btnCerrar {
    background-image: url(../img/arrow-up-black-lrg.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 75px;
}

header.navbar>.menu  .row.rhomb {
    position: relative;
}

.rhombus {
    background-color: #E60000;
    height: 80px;
    left: -433px;
    position: absolute;
    top: -30px;
    width: 456px;
}

.rhombus:before {
    content: ' ';
    width: 0;
    height: 0;
    border-bottom: 490px solid #e60000;
    border-right: 500px solid transparent;
    position: absolute;
    left: 0;
    top: -450px;
}

.rhombus:after {
    content: ' ';
    width: 0;
    height: 0;
    border-right: 500px solid transparent;
    border-top: 480px solid #E60000;
    position: absolute;
    left: 0;
    top: 80px;
    position:absolute;
    shape-outside: border-box;
    z-index: -100;
}

#panelUsuario {
    margin-top: 2em;
}

#panelUsuario>button {
    border: 0;
    background-color: transparent;
    background-image: url("../img/usuario.png");
    font-size: 0.8em;
}

#panelUsuario .dropdown-menu {
    width: 300px;
    padding-top: 1em;
    padding-bottom: 1em;
}

#panelUsuario .dropdown-menu>li {
    padding: 0.3em;
}

.panelPeq {
    font-size: 0.8em;
    padding: 15px 0;
    background-color: #eee;
}

.panelPeq label {
    display: block;
    margin-bottom: 0;
}

.imgPortada {
    width: 100%;
}

button.pull-right {
    margin-left: 10px;
}

/* Botón primario. */
button.btn.primario {
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    background-color: #9c2aa0;
    border: 0;
    color: #FFFFFF;
    font-family: arial;
    font-weight: bold;
    line-height: 9px;
    padding: 0.75em 13px 11px;
    height: 34px;
}

.input-group-btn button.btn {
    padding-top: 11px;
}

button.btn.primario:hover {
    background-color: #680F6B;
}

button.btn.primario:active {
    background-color: #680F6B;
    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
}

button.btn.primario:focus {
    background-color: #000;
    outline: 3px solid #007C92;
    border: 0px solid #fff;
    box-shadow: none;
}

/* Botón secundario. */
button.btn.secundario {
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    background-color: #fff;
    border: 1px solid #CCCCCC;
    color: #333;
    font-family: arial;
    font-weight: bold;
    line-height: 9px;
    padding: 0.75em 13px 11px;
    height: 34px;
}

button.btn.secundario:hover {
    background-color: #f4f4f4;
}

button.btn.secundario:focus {
    background-color: #f4f4f4;
    outline: 3px solid #007C92;
    box-shadow: none;
}

button.btn.secundario:active {
    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
}

/* Botón destacado. */
button.btn.destacado {
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    background-color: #3d3d3d;
    border: 0;
    color: #FFFFFF;
    font-family: arial;
    font-weight: bold;
    line-height: 9px;
    padding: 0.75em 13px 11px;
    height: 34px;
}

button.btn.destacado:hover {
    background-color: #000;
    color: #FFFFFF;
}

button.btn.destacado:focus {
    background-color: #000;
    outline: 3px solid #007C92;
    border: 0px solid #fff;
    color: #FFFFFF;
    box-shadow: none;
}

button.btn.destacado:active {
    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
}

form input.error {
    border-width: 2px;
    border-color: #428600;
}

form .has-error .control-label {
    color: #428600;
}

.form-group .ayuda {
    font-size: 0.9em;
    font-style: oblique;
}

form label.valor {
    font-weight: bold;
    padding-top: 7px;
}

#lienzoMapa {
    width: 100%;
    height: 500px;
    margin-bottom: 5px;
}

.alert {
    color: #333;
}

.alert ul {
    list-style: none;
    margin-left: 9px;
}

.alert h3 {
    font-size: 1.5em;
    margin-top: 0;
    margin-left: 50px;
    margin-top: 5px;
}

.alert-danger {
    background: url("../img/error.png") no-repeat scroll 20px 10px #FEF0F0;
    border: 1px solid #e60000;
}

.alert-success {
    background: url("../img/correcto.png") no-repeat scroll 20px 10px #F4F8F0;
    border: 1px solid #428600;
}

.form-control, .dataTables_filter input {
    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.form-control:focus, .dataTables_filter input:focus {
    border: 2px solid #428600;
    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
}

.formPequeno {
    background-color: #333;
    padding-top: 1em;
}

.formPequeno .alert h3 {
    font-size: 1.1em;
    font-weight: bold;
}

.formPequeno .introduccion {
    color: #fff;
    font-family: Arial;
    font-weight: bold;
}

.formPequeno .form-control {
    border-width: 0;
}

.formPequeno .has-error .form-control {
    border-width: 2px;
}

.formPequeno a {
    color: #fff;
    text-decoration: none;
}

.formPequeno a:hover {
    text-decoration: underline;
}

.grupo {
    border: 1px solid #D5D5D5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 2px 0 #666666;
    -moz-box-shadow: 0 2px 2px 0 #666666;
    box-shadow: 0 2px 2px 0 #666666;
}

.capas {
    padding: 0;
}

.capas .desplegable>.iconoDespliegue {
    cursor: pointer;
    position: relative;
    z-index: 10;
    width: 13px;
    height: 9px;
    margin-right: 5px;
    background: url(../img/flechaAbajo.png) no-repeat;
    display: inline-block;
}

.capas .desplegable.desplegado>.iconoDespliegue {
    background: url(../img/flechaArriba.png) no-repeat;
}

.capas>li {
    border: 1px solid #D5D5D5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 2px 0 #666666;
    -moz-box-shadow: 0 2px 2px 0 #666666;
    box-shadow: 0 2px 2px 0 #666666;
    padding: 0;
    color: #333;
    margin-bottom: 8px;
}

.capas>li>h3 {
    border-bottom: 1px solid #D5D5D5;
    -webkit-box-shadow: 0 1px 0 0 #666666;
    -moz-box-shadow: 0 1px 0 0 #666666;
    box-shadow: 0 1px 0 0 #666666;
    font-size: 1.3em;
    font-family: arial;
    line-height: 15px;
    margin: 0;
    padding: 16px 5px 17px 25px;
}

.capas>li>h3.nivel1 {
    padding-left: 5px;
}

.capas>li>h3.nivel1>img {
    margin-right: 5px;
}

.capas>li>ul>li>.nivel2 {
    padding-left: 25px;
}

.capas>li a {
    color: #333;
    text-decoration: none;
}

.botonRadio {
    background: url("../img/radioNo.png") no-repeat right center transparent;
    cursor: pointer;
}

.capas li>.botonRadio {
    padding-right: 30px;
}

span.botonRadio {
    display: inline-block;
    margin: 0.5em 0;
    width: 29px;
    height: 19px;
    vertical-align: middle;
}

.botonRadio.marcado {
    background: url(../img/radioSi.png) no-repeat right center transparent;
}

.capas li>.botonRadio.marcado {
    padding-right: 30px;
}

.botonRadio.deshabilitado {
    background: url("../img/radioDeshabilitado.png") no-repeat right center transparent;
    cursor: default;
}

.casilla {
    background: url(../img/casillaNo.png) no-repeat right center transparent;
    cursor: pointer;
}

.capas li>.casilla {
    padding-right: 30px;
}

span.casilla {
    display: inline-block;
    width: 28px;
    height: 18px;
}

.casilla.marcado {
    background: url(../img/casillaSi.png) no-repeat right center transparent;
}

.capas li>.casilla.marcado {
    padding-right: 30px;
}

.casilla.filtro {
    background: url(../img/casillaFiltroNo.png) no-repeat right center transparent;
}

.capas li>.casilla.filtro {
    padding-right: 30px;
}

.casilla.filtro.marcado {
    background: url(../img/casillaFiltroSi.png) no-repeat right center transparent;
}

.capas li>.casilla.filtro.marcado {
    padding-right: 30px;
}

.capas>li>ul {
    padding-left: 0;
}

.capas>li>ul>li {
    border-bottom: 1px solid #D5D5D5;
    font-size: 0.9em;
    margin: 0;
    line-height: 30px;
}

.capas>li>ul>li:last-child {
    border-bottom: 0;
}

.capas>li>ul>li input[type="radio"] {
    margin: 0;
}

table.dataTable {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 2px 0 #666666;
    -moz-box-shadow: 0 2px 2px 0 #666666;
    box-shadow: 0 2px 2px 0 #666666;
}

table.dataTable thead .sorting {
    background: url("../img/orden.png") no-repeat right center;
}

table.dataTable thead .sorting_asc {
    background: url("../img/ordenAsc.png") no-repeat right center;
}

table.dataTable thead .sorting_desc {
    background: url("../img/ordenDesc.png") no-repeat right center;
}

table.dataTable thead tr th {
    padding-top: 0;
    padding-bottom: 0;
}

table.dataTable thead tr:FIRST-CHILD th {
    padding-top: 8px;
    padding-bottom: 8px;
}

table.dataTable thead tr:FIRST-CHILD th[colspan="2"] {
    padding-top: 0;
    padding-bottom: 0;
}

.pagination>.paginate_button>a {
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    background-color: #fff;
    border: 0;
    color: #333;
    font-family: arial;
    font-weight: bold;
    line-height: 9px;
    padding: 12px 13px 11px;
    height: 34px;
}

.pagination>.paginate_button.disabled>a {
    background-color: #f4f4f4;
    border-color: #DDDDDD;
    color: #999999;
}

.pagination>.paginate_button.active>a {
    background-color: #9c2aa0;
    color: #FFFFFF;
}

.pagination>.paginate_button>a:hover {
    background-color: #f4f4f4;
}

.pagination>.paginate_button.disabled>a:hover {
    
}

.pagination>.paginate_button.active>a:hover {
    background-color: #9c2aa0;
    color: #FFFFFF;
    cursor: arrow;
}

.pagination>.paginate_button>a:focus {
    background-color: #f4f4f4;
    outline: 3px solid #007C92;
    border: 0px solid #fff;
    box-shadow: none;
}

.pagination>.paginate_button.disabled>a:focus {
    
}

.pagination>.paginate_button>a:active {
    box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
}

#leyendas {
    display: none;
}

#tablaMantenimiento .centro {
    text-align: center;
}

.margenSubmit {
    margin-top: 15px;
}

.margenTitulo {
    margin-bottom: 30px;
}

#formParametros hr {
    margin-top: 0px;
}

@media ( max-width : 1200px) {
    .container {
        width: 100%;
    }
}

@media ( max-width : 768px) {
    .rhombus {
        background-color: #e60000;
        height: 20px;
        left: 0;
        width: 50px;
        top: -77px;
    }
    .rhombus:before {
        border-left: 38px solid transparent;
        border-top: 34px solid #e60000;
        border-bottom: 0;
        border-right: 0;
        content: " ";
        height: 0;
        left: -23px;
        top: 0;
        position: absolute;
        width: 0;
    }
    .rhombus:after {
        border-right: 38px solid transparent;
        border-top: 34px solid #e60000;
        border-left: 0;
        border-bottom: 0;
        content: " ";
        height: 0;
        left: 41px;
        top: 0;
        position: absolute;
        width: 0;
        z-index: 10;
    }
    .logo {
        left: -5px;
        top: -72px;
        position: absolute;
        z-index: 11;
    }
    .logo img {
        width: 35px;
    }
    header.navbar>.menu  .row  .barraMenu {
        z-index: 0;
    }
    .barraSubmenu {
        width: 100%;
    }
    #submenuInformes {
        top: 89px;
    }
    #submenuAyuda {
        
    }
    #solapaConsultas {
        display: none;
    }
    #panelUsuario .dropdown-menu button {
        width: 100%;
    }
}

table.featureInfo, table.featureInfo td, table.featureInfo th {
    border: 1px solid #DDDDDD;
    border-collapse: collapse;
    font-size: 90%;
    margin: 0;
    padding: 0.2em 0.1em;
}

table.featureInfo th {
    background: none repeat scroll 0 0 #EEEEEE;
    font-weight: bold;
    padding: 0.2em;
}

table.featureInfo td {
    background: none repeat scroll 0 0 #FFFFFF;
}

table.featureInfo tr.odd td {
    background: none repeat scroll 0 0 #EEEEEE;
}

table.featureInfo caption {
    font-size: 100%;
    font-weight: bold;
    padding: 0.2em;
    text-align: left;
}

.caducado {
    font-weight: bolder;
    color: #ff0000;
}

.caducaWarn {
    font-weight: bolder;
    color: #ffa500;
}

.ui-widget-overlay {
    z-index: 10;
}

/* Cuadro de diálogo. */
.ui-corner-all {
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
}

.ui-widget-header {
    background: #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 0;
    border-bottom: 1px solid #dbdbdb;
}

.ui-widget-content {
    border: 0;
}

.ui-dialog {
    border: 1px solid #D5D5D5;
    z-index: 10;
}

.ui-dialog-titlebar {
    padding-bottom: 1em;
    padding-top: 1em;
}

.ui-dialog-title {
    color: #333;
}

.ui-dialog-content {
    padding: 20px;
    font-size: 0.9em;
}

.ui-dialog-buttonset {
    padding: 20px;
    background: #f4f4f4;
}

.iconoDialogo {
    width: 30px;
    margin-right: 10px;
}

/* Bocadillo informativo. */
.gm-style-iw div.infoTitulo {
    font-size: 1.1em;
    font-weight: bold;
}

.gm-style-iw .infoApartado {
    font-style: italic;
}

.gm-style-iw .infoEtiqueta {
    
}

.gm-style-iw span.infoValor {
    
}

.ayuda img {
    border: 1px solid #CCC;
    -webkit-box-shadow: 3px 3px 3px 0 #666666;
    -moz-box-shadow: 3px 3px 3px 0 #666666;
    box-shadow: 3px 3px 3px 0 #666666;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
    margin-bottom: 10px;
}

.ayuda img.icono {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    padding: 0.3em;
    margin: 0;
}

.ayuda p {
    
}

.ayuda ol {
    counter-reset: li;
    list-style: none;
}

.ayuda ol>li:before {
    counter-increment: li;
    content: counter(li) '. ';
    color: #000;
    font-family: VodafoneRegular;
    font-size: 1.6em;
}

.ayuda ol>li {
    clear: both;
    margin-bottom: 30px;
}

.ayuda ol>li>h2 {
    display: inline-block;
}

.ayuda ul>li {
    margin-top: 0.3em;
}

img.pull-left {
    margin-right: 15px;
}

img.pull-right {
    margin-left: 15px;
}

img+.pie {
    display: block;
    font-size: 0.85em;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -8px;
    margin-bottom: 10px;
    width: 340px;
}

img+.pie.pull-right {
    clear: right;
    margin-left: 15px;
}

img+.pie.pull-left {
    clear: left;
    margin-right: 15px;
}

/* Calendario. */
.ui-datepicker.ui-widget.ui-widget-content {
    border: 1px solid #D5D5D5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 2px 0 #666666;
    -moz-box-shadow: 0 2px 2px 0 #666666;
    box-shadow: 0 2px 2px 0 #666666;
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none;
    border: 1px solid transparent;
}

.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover
    {
    background: none;
    border: 1px solid #d5d5d5;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background-color: #e5e5e5;
    border: 1px solid transparent;
}

/* Progreso de la consulta masiva. */
#progesoConsultaMasiva {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 16em;
    background: #fff;
    z-index: 20;
    border: 1px solid #D5D5D5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 2px 0 #666666;
    -moz-box-shadow: 0 2px 2px 0 #666666;
    box-shadow: 0 2px 2px 0 #666666;
    font-size: 0.9em;
    padding: 0.5em;
}

#progesoConsultaMasiva .progress {
    margin-bottom: 0;
}

#progesoConsultaMasiva .progress-bar {
    
}

.deshabilitado {
    cursor: not-allowed;
}

.oculto {
    display:none;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
}