@font-face {
    font-family:'Panton';
    src:url('fonts/Panton-Regular.woff2') format('woff2'),
        url('fonts/Panton-Regular.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Panton';
    src:url('fonts/Panton-Bold.woff2') format('woff2'),
        url('fonts/Panton-Bold.woff') format('woff');
    font-weight:bold;
    font-style:normal;
}
@font-face {
    font-family:'Panton';
    src:url('fonts/Panton-BoldItalic.woff2') format('woff2'),
        url('fonts/Panton-BoldItalic.woff') format('woff');
    font-weight:bold;
    font-style:italic;
}
@font-face {
    font-family:'Panton';
    src:url('fonts/Panton-Light.woff2') format('woff2'),
        url('fonts/Panton-Light.woff') format('woff');
    font-weight:300;
    font-style:normal;
}
@font-face {
    font-family:'Panton';
    src:url('fonts/Panton-LightItalic.woff2') format('woff2'),
        url('fonts/Panton-LightItalic.woff') format('woff');
    font-weight:300;
    font-style:italic;
}
body, th, td, input, select, textarea {
    font-family:'Panton' !important;
    font-size:14px;
}
a {
    color:#039;
    text-decoration:none;
}
a:hover, a:focus {
    text-decoration:underline;
}
input, select, textarea {
    border-radius:4px;
    padding:5px 10px;
    border:1px solid #ddd;
}
input:focus, select:focus, textarea:focus {
    outline:none;
}
input[type=checkbox], input[type=radio] {
    width:18px;
    height:18px;
    position:relative;
    top:3px;
}
ul {
    list-style-image:url(../imagen/vin1.gif);
    margin-top:0px;
    margin-bottom:0px;
}
ul ul {
    list-style-image:url(../imagen/vin2.gif);
}
hr {
    width:100%;
    height:1px;
    border:0;
    color:#666666;
    background-color:#555555;
}
h1 {
    color:#666666;
    border-bottom:3px solid #cccccc;
    font-variant:small-caps;
}
h2 {
    color:#666666;
    border-bottom:1px solid #cccccc;
}
h3 {
    color:#666666;
}
h3 a {
    color:#07079E;
    text-decoration:underline;
}
#fondo {
    width:970px;
}
#superior {
    height:7px;
    background:url(../imagen/superior970.gif);
}
#centro {
    background:url(../imagen/fondo970.gif);
    padding:0 0 5px 0;
}
#cabezal {
    width: 950px;
    height: 100px;
    background-color: #FFF;
    position:relative;
}
.dgti-logo-left {
    height: 80px;
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    width: 260px;
    margin: 10px;
}
.dgti-logo-right {
    height: 80px;
    right: 0;
    position: absolute;
    text-align: right;
    top: 0;
    width: 194px;
    margin: 10px;
}
#menu {
    width:950px;
    height:43px;
    background:url(../imagen/fondo_menu.jpg);
    font-size:13px;
    background-size: contain;
}
#cuerpo {
    width:950px;
    padding:10px 0;
    padding-bottom: 0px;
}
#pie {
    background-color:#666666; 
    color:#FFFFFF;
    font-weight:normal;
    text-decoration:none;
    width:950px;
    /*height:110px;*/
    text-align:left;
}
#pie ul {
    list-style-type:none;
    list-style-image:url(../imagen/vin3.gif);
}
#pie a {
    color:#CCCCCC;
    text-decoration:none;
}
#pie a:hover {
    color:#FFFFFF; 
    text-decoration:none;
}
#pie .col {
    float:left;
    vertical-align:top;
    margin:10px;
}
#inferior {
    height:9px;
    background:url(../imagen/bottom970.gif);
}
/* Men�s */
#menu_sup {
    list-style:none;
    padding:0;
    margin:0 0 76px 0;
    height:24px;
    float:right;
}
#menu_sup li {
    display:inline;
    float:left;
}
#menu_sup a {
    color:#555555;
    background-color:transparent;
    text-decoration:none;
    padding:0 5px;
    margin:0;
    margin-left:5px;
    display:block !important;
    display:inline;
}
#menu_sup a:hover {
    background-color:#EEEEEE;
}
#tabnav {
    clear:both;
    padding:0;
}
#tabs {
    margin:0;
    margin-left:5px;
    padding:0;
    list-style:none;
    float:left;
    height:30px;
}
#tabs li {
    display:inline;
    float:left;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
#tabs li a {
    float:left;
    margin:0;
    text-decoration:none;
    display:block !important;
    display:inline;
    color:#555;
    background-color:transparent;
    line-height: 20px;
    padding-left: 8px !important;
    padding-right: 8px !important;
    display: inline-block;
    width: 115px;
    white-space: normal;
    font-size: 12px !important;
}
#tabs li a:hover, #tabs li.current a {
    color: #555;
    background-color: #e7e7e7;
}
#tabs li ul { 
    list-style:none;
    margin:0;
    padding:0;
    position:absolute;
    text-align:left;
    width:300px;
    clear:both;
    z-index:1000;
    border:1px solid #CCC;
    border-top:none;
    display:none;
}
#tabs li:hover ul {
    left:auto;
    top:178px;
    display:block;
}
#tabs li:hover li {
    background-color:#FFFFFF;
    display:block;
    list-style:none;
    text-align:left;
}
#tabs li:hover li.direccion, #tabs li:hover li.direccion a{
    background-color:#DDDDDD;
    display:block;
    list-style:none;
    text-align:left;
    color:#555555;
}
#tabs li:hover li a {
    background-color:#FFFFFF;
    display:block;
    color:#555555;
    padding:0 5px;
    margin:0;
    text-decoration:none;
    width:290px;
    height:auto !important;
}
#tabs li ul a:hover {
    color:#555;
    background-color:#EEEEEE;
}
#zona1 {
    width:720px;
    /*margin-left:10px;*/
    margin-right:10px;
    float:left;
}
#zona2 {
    width:210px;
    float:right;
    margin-right:-5px;
}
.headerZone {
    color:#555555;
    background-color:#EEEEEE;
    height:22px;
    line-height:22px;
    vertical-align:middle; 
    font-weight:bold; 
    margin-bottom:0;
}
.dataZone {
    border:1px solid #DDDDDD; 
    border-top:none; 
    margin-bottom:5px; 
    font-weight:bold; 
    padding:2px; 
    color:#555555; 
}
.encabezado {
    font-weight:bold;
    background-color:#DDDDDD;
}
.fila_impar {
    background-color:#FFFFFF;
}
.fila_par {
    background-color:#F5F5F5;
}
.boton, a.boton {
    font-weight:bold;
    border:1px solid #dddddd;
    color:#555555;
    background-color:#dddddd;
    border-radius:4px;
    padding:5px 10px;
    text-decoration:none;
    display:inline-block;
    cursor: pointer;
}
.boton:hover, a.boton:hover, a.boton_selected {
    font-weight:bold;
    border:1px solid #aaaaaa;
    color:#FFFFFF;
    background-color:#aaaaaa;
    border-radius:4px;
    padding:5px 10px;
    text-decoration:none;
    display:inline-block;
}
.boton_disabled, a.boton_disabled {
    font-weight:bold;
    border: 1px solid #CCCCCC;
    color:#CCCCCC;
    background-color:#EEEEEE;
    border-radius:4px;
    padding:5px 10px;
    text-decoration:none;
    display:inline-block;
}
a.boton.boton_valida {
    background-color: #242F5D;
    color: #fff;
    border: none;
}
a.boton.boton_valida:hover {
    background-color: rgb(47, 63, 124);
}
#IrArriba {
    position:fixed;
    bottom:30px;
    right:30px;
    z-index:3000;
    cursor:pointer;
}
#IrArriba .flecha {
    width:50px;
    height:50px;
    display:block;
    font-size:28px;
    line-height:50px;
    color:white;
    background:rgba(0, 0, 0, 0.28);
    font-weight:bolder;
    border-radius:50px;
}
.borde {
    border:1px solid #CCCCCC;
}
.division {
    clear:both;
    height:15px;
}
.borde {
    border:1px solid #CCCCCC;
}
.division {
    clear:both;
    height:15px;
}
/* �rboles */
#arbol ul {
    margin:0px;
    padding:0px;
}
#arbol li ul {
    display:none;
}
#arbol li, #arbol li.li_vinieta, #arbol li.li_open, #arbol li.li_close {
    padding-left:10px;
    margin-left:12px;
    list-style:none;
    list-style-image:none;
    line-height:20px;
}
#arbol span.vinieta {
    width:21px;
    height:20px;
    background:url(../imagen/vin1.gif) 8px center no-repeat;
    float:left;
}
#arbol span.open {
    width:21px;
    height:20px;
    cursor:pointer;
    background:url(../imagen/nodeMenos.gif) left center no-repeat;
    float:left;
}
#arbol span.close {
    width:21px;
    height:20px;
    cursor:pointer;
    background:url(../imagen/nodeMas.gif) left center no-repeat;
    float:left;
}
#arbol .desc {
    padding-left:10px;
    margin-left:12px;
}
#arbol .seccion {
    margin-top:15px;
    margin-bottom:15px;
}
/* Noticias */
#featured{
    width:710px; 
    position:relative;
    display:none;
    height:320px;
}
#featured ul.ui-tabs-nav{ 
    list-style:none; 
    padding:0; margin:0; 
    width:160px; 
    height:16px;
    float:right;
}
#featured ul.ui-tabs-nav li{
    float:left;
    color:#FFF; 
    width:16px;
    padding:5px;
}
#featured ul.ui-tabs-nav li img{ 
    float:left;
}
#featured li.ui-tabs-nav-item a{
    background:#7B9E42;
    display:block;
    width:16px;
    height:16px;
    text-align:center;
    text-decoration:none;
    color:#FFF;
}
#featured li.ui-tabs-nav-item a:hover{ 
    background:#b4d66a; 
}
#featured li.ui-tabs-selected a{ 
    background:#b4d66a;
}
#featured .ui-tabs-panel{ 
    width:710px;
    height:320px;
    position:relative;
    overflow:hidden;
}
#featured .ui-tabs-hide{ 
    display:none; 
}
#featured li#btn_pausa {
    background:#7B9E42;
    display:block;
    color:#EAF1D2;
    cursor:pointer;
    width:16px;
    height:16px;
    text-align:center;
    padding:0;
    margin:5px;
}
#featured li#btn_pausa:hover {
    background:#b4d66a; 
}
#noticias {
    height: 320px;
}
#noticias .foto_noticia {
    float: left;
    height: 300px;
    width: 200px;
}
#noticias .titulo_noticia {
    color: #039;
    font-size: 16px;
    font-weight: bold;
}
#noticias .cuerpo_noticia {
    float: right;
    height: 300px;
    margin-left: 10px;
    text-align: justify;
    width: 350px !important;
}
#noticias_num {
    text-align: right;
}
.elem {
    clear: both;
    display: block;
}
.elem_hidden {
    display: none;
}
#derecha {
    float: right;
    height: 100%;
    margin-right: 10px;
    text-align: left;
    width: 200px;
}
.tramites-resultados{
    padding:0 !important;
    margin:0 !important;
    list-style-type:none !important;
    list-style-image:none !important;
}
.tramites-resultados li{
    display:block;
    text-align:left;
    padding:4px !important;
}
.tramites-resultados li a{
    text-decoration:none;
    padding-bottom:2px !important;
    
}
.tramites-resultados li a span.tramites-resultados-image{
    padding:4px;
}
.tramites-resultados li a span.tramites-resultados-image img{
    margin-top:4px;
}
.tramites-resultados li a span.tramites-resultados-name{
    padding:4px; 
}
.titulo {
    border-bottom: 1px solid #DDDDDD;
    color: #555555;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 15px;
}
/**
 * Banner con numero de emergencias
 */
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    /*padding-right: 15px;
    padding-left: 15px;*/
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
ul#menu_emergencias > li {
    float: left;
    vertical-align: top;
}
.nav>li {
    position: relative;
    display: block;
}
ul > li > .col-md-2 {
    width: auto;
}
.pad {
    padding: 0px 0px;
}
#menu_emergencias_liga {
    padding: 0px;
    width: inherit;
    margin: 0px;
}
#menu_emergencias {
    display: inline-block;
    float: none;
    width: 920px;
}
#emergencias {
    background: transparent url(../imagen/division_mapa.png) bottom repeat-x;
    height: 60px;
    color: #5D5C5C;
    padding: 20px 0px 60px 0px;
    text-align: left;
    border: 0px;
}
#emergencias .icono {
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 32px;
}
#emergencias .icono .ico {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #BBB;
    padding: 5px;
    color: #555;
}
.ico32 {
    font-size: 32px;
}
.ico20 {
    font-size: 20px;
}
.ico24 {
    font-size: 24px;
}
.ico {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-family: 'aafy';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#emergencias .texto {
    float: left;
    padding-right: 10px;
}
#emergencias .grande {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
}
.list-unstyled {
    padding-left: inherit;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
#banner_inf {
    background-color: #EEE;
    position: relative;
    max-width: 1000px;
    width: auto;
    height: 120px;
    overflow: hidden;
    text-align: center;
}
#banner_inf .banners_inner {
    overflow: hidden;
    margin: 0 auto;
    width: 900px;
}
#banner_inf .ant_banner {
    left: 0;
    color: #555;
}
#banner_inf .sig_banner {
    right: 0;
    color: #555;
}
#banner_inf .ant_banner, #banner_inf .sig_banner {
    width: 30px;
    top: 38px;
    position: absolute;
    text-align: center;
    z-index: 10;
}
#banner_inf ul {
    position: relative;
    left: 0;
    list-style-type: none !important;
    list-style-image: none !important;
    margin: 0px;
    padding: 0px;
    width: 9999px;
    white-space: nowrap;
}
#banner_inf .imagen, #banner_inf .swf {
    width: 200px;
    height: 100px;
    margin: 10px 0;
}
div.imagen, div.swf {
    display: inline-block;
    text-align: center;
    overflow: hidden;
    position: relative;
}
#banner_inf ul li {
    float: left;
    width: 200px;
    padding: 0px;
    margin: 0 20px;
}
.cuadrochico {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 90px;
    height: 90px;
    float: left;
    margin: 7px;
    text-align: center;
}
.cuadrochico .ico {
    line-height: 45px;
}
.sombra {
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#DDD, Strength=3, Direction=0),
 progid:DXImageTransform.Microsoft.Shadow(Color=#DDD, Strength=3, Direction=90),
 progid:DXImageTransform.Microsoft.Shadow(Color=#DDD, Strength=3, Direction=180),
 progid:DXImageTransform.Microsoft.Shadow(Color=#DDD, Strength=3, Direction=270);
}
.fondo_azul {
    background-color: #0093DD;
}
.fondo_morado {
    background-color: #974578;
}
.fondo_verde {
    background-color: #00923F;
}
.fondo_rojo {
    background-color: #DA251D;
}
.fondo_amarillo {
    background-color: #FFC400;
}
.fondo_naranja {
    background-color: #E77817 !important;
}
div#cc a {
    color: white;
    text-decoration: none;
    font-size: 11px;
}
/**
 * Borde Superior de colores en men�
*/
.rojo {
    border-top: 3px solid #DA251D;
}
.verde {
    border-top: 3px solid #00923F;
}
.purpura {
    border-top: 3px solid #974578;
}
.naranja {
    border-top: 3px solid #E77817;
}
.amarillo {
    border-top: 3px solid #FFF500;
}
.azul {
    border-top: 3px solid #0093DD;
}
.gris {
    border-top: 3px solid #cccccc;
}
/**
 * men� con fecha
*/
#fondo_menusup {
    width: 950px;
    height: 30px;
    background-color: #DDD;
    min-height: 30px;
    border: 0px;
}
#menusup {
    width: 920px;
    height: 30px;
    line-height: 26px;
}
.navbar-header {
    float: left;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}
#fecha_hoy {
    text-align: left;
    float: left;
    line-height: inherit;
    font-size: inherit;
    height: inherit;
    padding: inherit;
    color: #333;
    margin-left: 0px;
}
#navbar {
    padding: 0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
ul#menu_superior {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 30px;
    float: right;
}
.navbar-right {
    float: right!important;
    margin-right: -15px;
}
ul#menu_superior li {
    display: inline;
    float: left;
}
ul#menu_superior li a {
    background-color: #DDD;
    padding: 0 5px !important;
    margin: 0;
    margin-left: 1px;
    text-decoration: none;
    color: #666;
    display: inline-block;
}