<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Document   : styles
 * Copyright (c) 2016 SOFTWARE GRUPO V (http://www.sgv.es) 
 */

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#display_block{
    margin: 0px; 
    padding: 0px;    
    min-height: 100%;
}

#header_block{
    margin: 0px; 
    padding: 0px;
    clear: both;
}

#content_block{
    margin: 0px; 
    padding: 0px;
    clear: both;
    padding-bottom: 30px;
}

#footer_block{
    margin: 0px;
    clear: both;
    padding: 5px 0;
    width: 100%;
    height: 20px;
    margin-top: -30px;
}
#errors{
    padding-top: 15px;
}

form{
    margin: 0px;
}

a:visited{    
    background: inherit;
    color: #1E3F71;
    text-decoration: none;
}

.link-nounderline{
    text-decoration: none !important;
}

h1{
    margin-top: 2.5em;
    margin-bottom: 1.5em;
}

div.franjaInferior span.margen4, span.franjaInferior span.margen4{
    margin: 0px 1px;
    height: 2px;
}

.messagesError span{
    color: red;
}

img.formateoSinDcha{border: 0; width: 186px; height: 56px;}

form.sinMargen {margin: 0px;}

body.sinMargen{margin: 0px; padding: 0px;}

input{
    border: 1px solid #4567a6;
}
textarea{
    border: 1px solid #4567a6;
}
select{
    border: 1px solid #4567a6;
}

ol li{
    list-style: decimal outside none;
}

.contenido{
    margin: 1em 2em;
}

.frmEtiquetaCampo{
    margin-left: 2px;
}

.frmValorCampo{
    margin-left: 2px;
}

table.conBorde{
    border: 1px solid #4567a6;
    border-collapse: collapse;
    width:100%;
}
table.conBorde td{
    border: 1px solid #4567a6;
    padding:2px;
}

table.conBorde td.conv{
    font-weight:        bold;
}

table.conBorde td.espec{
    padding-left: 30px;
}

.font-size-8pt{
    font-size: 8pt;
}

.font-size-7pt{
    font-size: 7pt;
}

.textoAyuda {font-size: 12px; color: #000066; font-weight: normal; font-style: italic; text-align: center}

.textArea { border: 2px solid #000066; text-align:center;}

.text-justify{
    text-align: justify;
}
.text-italic{
    font-style: italic; 
}

.text-size-12{
    font-size: 12px;
}

.text-size-14{
    font-size: 14px;
}

.text-size-16{
    font-size: 16px;
}

.text-weight-normal{
    font-weight: normal;
}

.list-style-none{ list-style: none;}

.rojoImportante{color:#FF0000 !important;}

.rojoBorde{
    border: 1px solid #FF0000;
}

.amarilloSuave{
    color: #FFFF80;
}

.centrado{
    margin: 0 auto;
}
.vertical-middle{
    vertical-align: middle;
}

.vertical-top{
    vertical-align: top;
}

.frmValorCampo{
    background-color: #FFFFFF;
}

.frmValorCampo-lectura{
    background-color: #F0F0F0;
}

.frmValorCampo[readonly=readonly], .frmValorCampo[disabled=disabled]{
    background-color: #F0F0F0;
}

.subrayado1GrisSuave{
    border-bottom: 1px solid lightgray;
}

.borderSup1Gris{
    border-top: 1px solid gray;
}

.borderSup1GrisSuave{
    border-top: 1px solid lightgray;
}

.azul, .azul a:link, .azul a:visited, a.azul:link, a.azul:visited {
  background: inherit;
  color: blue;
}

.azulBorde {
  border: 1px solid blue;
}

.validartexto  {
    text-align:left ;
}

.numero {
    text-align:right;
}

.fecha  {
    text-align:left;
}

.scroll { border: 0px solid #000066; overflow: scroll; }
.scrollAuto { overflow: auto;}
.font-size-200{ font-size: 200%;}
.font-size-150{ font-size: 150%;}

.alto1{height : 1px;}

.alto12{height : 12px;}
.alto18{height : 18px;}

.alto20{height : 20px;}
.alto25{height : 25px;}
.alto32{height : 32px;}

.min-alto20{min-height: 20px;}
.min-alto30{min-height: 30px;}

.alto75{height : 75px;}

.alto110{height : 110px;}

.alto100p{height: 100%;}

.alto200{height:200px};

.ancho445{width: 445px;}

.ancho1{ width: 1%; }

.ancho3 { width: 3%; }

.ancho2 { width: 2%; }

.ancho7 { width: 7%; }

.ancho13 { width: 13%; }

.ancho22 { width: 22%; }

.ancho27 { width: 27%; }

.ancho38 { width: 38%; }

.ancho42 { width: 42%; }

.ancho45 { width: 45%; }

.ancho48 { width: 48%; }

.ancho62 { width: 62%; }

.ancho93 { width: 93%; }

.ancho95 { width: 95%;}

.ancho300 { width: 300px; }

.ancho120 { width: 120px; }

.ancho140 { width: 140px; }

.ancho160 { width: 160px; }

.ancho180 { width: 180px; }

.ancho220 { width: 220px; }

.rojoFondo{background:#FF0000;}



/* PADDINGS */
.padding1{ padding:1px;}
.padding1Sup{ padding-bottom: 1px;}
.padding1Inf{ padding-bottom: 1px;}
.padding1Izq{ padding-left: 1px;}
.padding1Dch{ padding-right: 1px;}

.padding2{ padding: 2px;}
.padding2Sup{ padding-top: 2px;}
.padding2Inf{ padding-bottom: 2px;}
.padding2Izq{ padding-left: 2px;}
.padding2Dch{ padding-right: 2px;}

.padding3Sup{ padding-top: 3px;}

.padding3{ padding: 3px;}
.padding3Sup{ padding-top: 3px;}
.padding3Inf{ padding-bottom: 3px;}
.padding3Izq{ padding-left: 3px;}
.padding3Dch{ padding-right: 3px;}

.padding5{ padding:5px;}
.padding5Sup{ padding-top: 5px;}
.padding5Inf{ padding-bottom: 5px;}
.padding5Izq{ padding-left: 5px;}
.padding5Dch{ padding-right: 5px;}

.padding7Sup{ padding-top: 7px;}

.padding10{ padding: 10px;}
.padding10Sup{ padding-top: 10px;}
.padding10Inf{ padding-bottom: 10px;}
.padding10Izq{ padding-left: 10px;}
.padding10Dch{ padding-right: 10px;}

.padding15{ padding: 15px;}
.padding15Sup{ padding-top: 15px;}
.padding15Inf{ padding-bottom: 15px;}
.padding15Izq{ padding-left: 15px;}
.padding15Dch{ padding-right: 15px;}


/* MARGINS */
.margen0{ margin: 0;}
.margen0Sup { margin-top: 0px;}

.margen1Sup{ margin-top: 1px; }

.margen2 { margin: 2px;}
.margen2Sup { margin-top: 2px;}
.margen2Inf { margin-bottom: 2px;}
.margen2Dch { margin-right: 2px;}
.margen2Izq { margin-left: 2px;}

.margen4 { margin: 4px;}
.margen4Dch { margin-right: 4px;}
.margen4Izq { margin-left: 4px;}

.margen5 { margin: 5px; }
.margen5Sup { margin-top: 5px; }
.margen5Inf { margin-bottom: 5px; }
.margen5Dch { margin-right: 5px;}
.margen5Izq { margin-left: 5px;}

.margen10 { margin: 10px; }
.margen10Sup { margin-top: 10px; }
.margen10Inf { margin-bottom: 10px; }
.margen10Dch { margin-right: 10px;}
.margen10Izq { margin-left: 10px;}

.margen15 { margin: 15px; }
.margen15Sup { margin-top: 15px; }
.margen15Inf { margin-bottom: 15px; }
.margen15Dch { margin-right: 15px;}
.margen15Izq { margin-left: 15px;}


.margen20 { margin: 20px;}
.margen20Sup { margin-top: 20px; }
.margen20Inf { margin-bottom: 20px; }
.margen20Dch { margin-right: 20px;}
.margen20Izq { margin-left: 20px;}

.margen30    { margin: 30px;}
.margen30Sup { margin-top: 30px; }
.margen30Inf { margin-bottom: 30px; }
.margen30Dch { margin-right: 30px;}
.margen30Izq { margin-left: 30px;}



.float-left{
    float:left;
}

.float-right{
    float:right;
}

.seemTd3AlignIzq{ width : 3%; float : left;}

.seemTd17AlignIzq{ width : 17%; float : left;}

.seemTd24AlignIzq{ width : 24%; float : left;}

.seemTd25AlignIzq{ width : 25%; float : left;}

.seemTd35AlignIzq{ width : 35%; float : left;}

.seemTd38AlignIzq{ width : 38%; float : left;}

.seemTd45AlignIzq{ width : 45%; float : left;}

.seemTd48AlignIzq{ width : 48%; float : left;}

.seemTd55AlignIzq{ width : 55%; float : left;}

.seemTd60AlignIzq{ width : 60%; float : left;}

.seemTd65AlignIzq{ width : 65%; float : left;}

.seemTd66AlignIzq{ width : 66%; float : left;}

.seemTd12AlignIzq{ width : 12%; float : left;}

.seemTd13AlignIzq{ width : 13%; float : left;}

.asAnchorMenu800{
    color:              #ffffff;
    background-color:   #2c5885;
    font-size:          1.1em;
    font-weight:        bold;
    margin:             0px;
    border:             0px;
    padding:            0px;
    cursor:             pointer;
}

ul.nivel1_800{
    /* Chrome hack */
    (-bracket-:hack;
            border-bottom: none;
    );

}
li.nivel1_800Activo{
    border-bottom-width: 4px;
}

input.boton{
    cursor: pointer;
}

a.boton{
    cursor: pointer;
    background-color: #EEF1F5;
    padding: 1px 10px;
    color: #000000;
    text-decoration: none;
}

.linenobreak{
    white-space: nowrap;
}

.botonPestana{
    border: 0px;
    background-color: #EFF3F7;
    text-align: center;
    color: #4567a6;
    cursor: pointer;
    text-transform: capitalize;
}

.primeraMayuscula{
    text-transform: capitalize;
}

.position-relative{
    position: relative;
}

.display-block{
    display: block;
}

.display-inline{
    display: inline;
}

.display-inline-block{
    display: inline-block;
}

.display-none{
    display: none;
}

li.nivel2InactivoDeshabilitado{margin:0em 0em 0em 0em;padding:0.1em 0em 0.1em 0em;list-style-type: none;list-style-image: url(/img/estilos/nav_vinieta.gif); background:inherit;  color:#666666; }
li.nivel2ActivoDeshabilitado {margin:0em 0em 0em 0em;padding:0.1em 0em 0.1em 0em;list-style-type: none;list-style-image: url(/img/estilos/nav_vinieta.gif); background:#D9D9D9;  color:#666666; }

div.scrollWrapper{
    overflow: auto;
    height: 375px;
}

.cabeceraLogo2 {background:url('../imagenes/logoDga.jpg') no-repeat scroll 0 0 #003153;color:inherit;height: 56px;}


div.tabla{
    display: table;
}

div.fila{
    display: table-row;
}

div.celda{
    display: table-cell;
}

.nivel1_800Inactivo input{
    font-weight: bold;
}

.nivel1_800Inactivo input.btn-no-style{
    color: white;
}

input.btn-no-style{
    background-color: transparent;
    border: none;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    cursor: pointer;
    cursor: hand;
}

/* ACCESIBLE MODAL PANEL STYLES ---------------------------------------------- */

.background-dialog{
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index: 6000;
}

.background-dialog-trans{
    width:100%;
    height:100%;
    background: #000000;
    z-index: 6001;
    opacity:0.6;
    filter:alpha(opacity=60);
}

.dialog-wraper { /* para que consiga centrarse el div*/
    position: absolute;
    top: 20%;
    left: 50%;
    width: 430px;  
    z-index: 6002;

}

.dialog { /* es el bloque general de la ventanita */
    border:3px solid #003153;
    width: 430px; 
    background: #FFFFFF;
    position: absolute;
    left: -215px;
}

.dialog800px{
    left: -400px !important;
    width: 800px !important;
}

.dialog600px{
    left: -300px !important;
    width: 600px !important;
}

.dialog-header { /* es la barra superior */
    display: block;
    border-bottom: 1px solid black;
    padding-top: 5px;
    padding-left: 5px;
    font-weight: bold; 
    font-size: 110%; 
    height: 20px; 
    background: #EEEEEE;
    color: #004276;
    text-align: left;
    cursor: pointer;
    cursor: hand;
}

.dialog-header:hover{
    background: #DDDDDD;
}


.dialog-content { /* es el bloque inferior con el contenido */
    display: block;
    padding: 10px;
    font-weight: bold; 
    text-align: center;
}

.dialog .dialog-header .close_button{
    background: url("../imagenes/close.png") no-repeat scroll 0 0 transparent !important;
    border: none;
    float: right;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 16px;
    cursor: pointer;
}

.dialog .dialog-header .close_button:hover{
    background: url("../imagenes/close_hover.png") no-repeat scroll 0 0 transparent !important;
}

.dialog ul.ayto_toolbar{
    list-style: none !important;
    padding: 0px;
    margin: 10px 0px;
    text-align: center;
}

.dialog ul.ayto_toolbar li{
    display: inline !important;
}

.dialog ul.ayto_toolbar li input{
    margin: 0px 4px;
    background-color: #EEF1F5;
    border-color: #003153 #EEF1F5;
    border-left: 1px solid #EEF1F5;
    border-right: 1px solid #EEF1F5;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    cursor: hand;
}

div.dga_scroller{
    text-align: right;
    margin: 5px 0px;

    position: relative;
    height: 18px;
}

div.dga_scroller ul.dga_scroller{
    list-style: none outside none !important;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;

}

div.dga_scroller ul.dga_scroller li{
    display: inline !important;
    padding: 0px 2px;
}

div.dga_scroller p{
    margin: 0;
    position: absolute;
    right: 200px;
}

.strike {
    text-decoration: line-through;
}

.border-radio-3{
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.border-radio-top3{
    -moz-border-radius: 3px 3px 0px 0px;
    -ms-border-radius: 3px 3px 0px 0px;
    -o-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}
.shadow{    
    box-shadow:                 0.2em 0.2em 0.5em #737373;
    -moz-box-shadow:		0.2em 0.2em 0.5em #737373;
    -ms-box-shadow:		0.2em 0.2em 0.5em #737373;
    -o-box-shadow:		0.2em 0.2em 0.5em #737373;
    -webkit-box-shadow:		0.2em 0.2em 0.5em #737373;
}
.loader{
    position:                   absolute;
    top:                        20px; 
    bottom:                     0px; 
    background-color:           rgba(0,0,0,0.1);
    width:                      100%;
    z-index:                    1000;
}
.loaderToolbar{
    vertical-align:             middle;
    margin-left:                20px;
}
.loader &gt; img { 
    position:                   absolute;
    top:                        50%;
    left:                       50%;
    margin-top:                 -16px;
    margin-left:                -16px;
}
.fakeCheckbox{
    background:                 url("../imagenes/checkbox.png") no-repeat transparent;
    border:                     none;
    width:                      16px;
    height:                     16px;
    padding:                    0;
    margin:                     0;
}
.fakeCheckbox_selected{
    background:                 url("../imagenes/checkbox_selected.png") no-repeat transparent!important;
}

.bg-color-lightgrey{
    background-color:           lightgrey !important;
}


.text-color-black{
    color:                      black !important;
}

.text-color-grey{
    color:                      grey !important;
}

.text-color-white{
    color:                      white !important;
}

.text-color-darkgrey{
    color:                      darkgrey !important;
}

.text-color-lightgray{
    color:                      #888888 !important;
}

.text-color-red{
    color:                      red;
}

.text-color-green{
    color:                      green;
}

.dynamic-entry{
    background-color:           #FFFFFF;
    border:                     1px solid #1E3F71;
    border-radius:              2px;
    padding:                    5px 4px;
    margin:                     0px auto;
    display:                    block;
    text-decoration:            none;
}

.dynamic-entry:hover{
    background-color:           #EEF1F5;
    box-shadow:                 0px 0px 2px #EEF1F5;
    text-decoration:            none;
    color:                      black;
    border:                     1px solid #484848;
}

.dynamic-entry span{
    text-decoration:            none;
}

.cursorHand{
    cursor: pointer;
    cursor: hand;
}



/* DGA ICONS ................................................................................ */

.btn-dga{
    width: 16px; height: 16px; border: none; background-color: transparent; cursor: pointer;
}

.btn-dga:disabled{
    opacity:        0.2;
    filter:         alpha(opacity=20);
    -ms-filter:     "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter:         progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    cursor:         default;
}

.btn-dga[disabled="disabled"]{ /* Lo ponemos por separado del anterior para que funcione bien en el puñetero IE7-8 */
    opacity:        0.2;
    filter:         alpha(opacity=20);
    -ms-filter:     "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter:         progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    cursor:         default;
}

.btn-dga-papelera{
    background-image: url("/img/iconos/papelera.gif");
}
.btn-dga-imprimir{
    background-image: url("/img/iconos/impresora.gif");
}
.btn-dga-editar{
    background-image: url("/img/iconos/editar.gif");
}
.btn-dga-siguiente{
    background-image: url("/img/iconos/flechaSiguiente.gif");
}
.btn-dga-anterior{
    background-image: url("/img/iconos/flechaAnterior.gif");
}
.btn-dga-arriba{
    background-image: url("/img/iconos/flechaArriba.gif");
}
.btn-dga-abajo{
    background-image: url("/img/iconos/flechaAbajo.gif");
}
.btn-dga-acrobat{
    background-image: url("/img/iconos/documentoPdf.gif");
}
.btn-dga-word{
    background-image: url("/img/iconos/documentoDoc.gif");
}
.btn-dga-excel{
    background-image: url("/img/iconos/documentoXls.gif");
}
.btn-dga-powerpoint{
    background-image: url("/img/iconos/documentoPpt.gif");
}
.btn-dga-zip{
    background-image: url("/img/iconos/documentoZip.gif");
}
.btn-dga-access{
    background-image: url("/img/iconos/documentoMdb.gif");
}
.btn-dga-ayuda{
    background-image: url("/img/iconos/ayuda.gif");
}
.btn-dga-lupa{
    background-image: url("/img/iconos/lupa.gif");
}
.btn-dga-grafico{
    background-image: url("/img/iconos/grafico.gif");
}
.btn-dga-calendario{
    background-image: url("/img/iconos/calendario.gif");
}
.btn-dga-correo{
    background-image: url("/img/iconos/correo.gif");
}
.btn-dga-desconexion{
    background-image: url("/img/iconos/desconexion.gif");
}

.btn-dga-solicitud{
    background-image: url("../imagenes/nodes/corrected-doc_16.png");
}

.btn-dga-registro{
    background-image: url("../imagenes/nodes/registered-doc_16.png");
}

.btn-dga-resolucion{
    background-image: url("../imagenes/pdf_r.png");
}

.btn-dga-babybottle{
    background-image: url("../imagenes/nodes/document_baby_16.png");
}

.btn-dga-documentos{
    background-image: url("../imagenes/copy_documents.png");
}

.btn-dga-firma{
    background-image: url("../imagenes/tramitar_16.png");
}</pre></body></html>