@charset "utf-8";
/* CSS Document */

body
{
    margin: auto;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #232323;
    background-color: #FAFAFA;
    padding: auto;
}


a:link,a:visited {
    text-decoration: none;
    color: #DF7309;
}

a:hover,a:active {
    text-decoration: underline;
}

.linkSecundarioBusqueda a:link, .linkSecundarioBusqueda a:visited
{
    font-size: 12px;
    color: #12c;
}



header,
footer,
nav,
section {
    display: block;
}

img
{
    border: 0;
}

.left
{
    float: left;
}
.right
{
    float: right;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Transparencia Activa
-----------------------------------------------------------*/

.clear
{
    clear: both;
}

.base
{
    margin: auto;
    width: 950px;
}

.color
{
    color: #1F3370;
}

.topcontent
{
    padding: 20px 0 0 10px;
    background-color: white;
    height: 96px;
    margin: auto;
    
}

.bgcontent
{
    margin: auto;
    background:url(images/bg-content-left.png) left top no-repeat;
    padding-left: 10px;
}

.bgcontentr
{
    margin: auto;
    background:url(images/bg-content-right.png) right top no-repeat;
    padding-right: 10px; 
}

.content
{
    margin: auto;
    padding-bottom: 30px;
    background-color: White;
}

.subcontent
{
    background-color: White;
    margin-left: 10px;
}

#header
{
    height: 138px;
    margin: auto;
}

.header_left
{
    height: 100px;
    float: left;
}

.header_right
{
    height: 100px;
    float: right;
}

#header_top
{
    background-color: White;
    margin: auto;
    height: 3px;
}

.topmenu
{
    height: 36px;
    background: url(images/bg-topmenu.png) bottom repeat;
    margin-bottom: 10px;
    width: 170px;
    /*width: 420px;*/
    float: right;
}

#topmenu_left
{
    background: url(images/border-topmenu.png) left bottom repeat;
    width: 24px;
    height: 36px;
    float: left;
}

#topmenu_right
{
    background: url(images/border-topmenu.png) left bottom repeat;
    width: 24px;
    height: 36px;
    float: right;
    background-position: 24px 0;
}

#ht_estadistica
{
    float: right;    
    margin: 8px 10px 8px 0;
    padding-left: 15px;    
}

#ht_estadistica a
{
    margin-left:5px;
    color: #B3B3B3;
    padding-top: 3px;
    text-decoration: none;
    float:left;
}

#ht_est_img
{
    background: url(images/estadistica.png) left no-repeat;
    width: 18px;
    height: 20px;
    float: left;
}

#ht_estadistica:hover a
{
    color: #002E72;
}

#ht_estadistica:hover #ht_est_img
{
    background-position: -20px 3px;
}


#ht_ayuda
{
    float: right;
    color: #B3B3B3;
    padding-left: 10px;
    border-right: 1px solid #B3B3B3;
    height: 19px;    
    padding-right: 20px; 
    margin: 8px 0;
}

#ht_ayuda a
{
    margin-left:5px;
    color: #B3B3B3;
    padding-top: 3px;
    text-decoration: none;
    float:left;
}

#ht_ayuda_img
{
    background: url(images/ayuda.png) left no-repeat;
    width: 18px;
    height: 20px;
    float: left;
}

#ht_ayuda:hover a
{
    color: #002E72;
}

#ht_ayuda:hover #ht_ayuda_img
{
    background-position: -18px 1px;
}

/**/

#ht_login
{

    float: right;
    color: #B3B3B3;
    padding-left: 10px;
    /*border-left: 1px solid #B3B3B3;*/
    height: 19px;
    margin: 8px 0;
    width: 110px;    
}

#ht_login a
{
    margin-left:5px;
    color: #B3B3B3;
    padding-top: 3px;
    text-decoration: none;
    float:left;
}

#ht_login_img
{
    background: url(images/login.png) left no-repeat;
    width: 18px;
    height: 20px;
    float: left;
}

#ht_login:hover a
{
    color: #002E72;
}

#ht_login:hover #ht_login_img
{
    background-position: -18px 1px;
}

/**/


#header_content
{
    background:url(images/bg-header2.png) repeat;
    height: 100px;
}

#header_content_qa
{
    background:url(images/bg-header_qa.png) repeat;
    height: 100px;
}

#header_portada #titulo
{
    float: left;
    color: #0884EF;
    font-family: Georgia,'Times New Roman',Times,Serif,Arial,Helvetica,Sans-Serif;
    font-size: 30px;
    font-weight: bold;
}

#header_buscar
{
    float: right;
    width: 400px;
    height: 38px;
    margin: 0 12px;
}

#hb_left
{
    background: url(images/bg-buscar-left.png) no-repeat;
    width: 12px;
    height: 38px;
    float: right;
}

#hb_right
{
    background: url(images/bg-buscar-right.png) no-repeat;
    width: 12px;
    height: 38px;
    float: right;
}


#hb_content
{
    background: url(images/bg-buscar.png) repeat;
    float: right;
    height: 38px;
}

#header_buscar input[type="text"]
{
    border: 0;
    background: none;
    height: 35px;
    width: 240px;
    color: #B3B3B3;
}

#header_buscar input[type="text"]:focus
{
    outline: none;
    color: Black;
}

#header_buscar input[type="submit"]
{
    background: url(images/bg-buscar-btn.png) no-repeat;
    width: 79px;
    height: 34px;
    padding: 0 0 0 13px;
    margin: 2px 0 0 0;
    border: 0;
    color: White;
    text-align: left;
}

#footer_
{
    background-color: #1D3B64;
    margin: auto;
    padding: 25px 77px 0 77px;
    color: White;
    font-family: Arial, Helvetica;
    font-size: 11.6px;    
}

.version
{
    font-size: 10px;
    font-family: Arial;
    color: White;
    text-align: center;
    padding: 25px 0 0 0;
}

#iso
{
    width: 169px;
    height: 44px;
    background: url(images/iso.png) no-repeat;
}

div#iso
{
    float: left;
}

div#calidad
{
    float: right;
}

#calidad
{
    width: 169px;
    height: 59px;
    background: url(images/calidad.png) no-repeat;    
}

#navegadores
{
    text-align: center;    
}

#navegadores a
{
    color: White;
    font-family: Arial, Helvetica;
    font-size: 11.6px;
    vertical-align: top;
}


#fecha_actualizacion
{
    float:right;
    margin: 0 30px 0 0;
}

#fecha_actualizacion a
{
    float: right;
    margin-left: 20px;
}

#fecha_actualizacion div
{
    float: left;
}

.logo
{
    background:url(images/logo.png) left top no-repeat;
    width: 170px;
    height: 42px;
    float: left;
    margin: 14px 40px;
    display: block;
}
.topheader_margin
{
    padding: 0 10px;
}

.topheader_margin_medio
{
    margin: auto;
    width: 970px;
}

.topheader
{
    float:left;
    height: 75px;
    width: 260px;
    margin-top: 15px;  
}

.bottomheader
{
    height: 35px;
}

.transparencia
{
    float:left;
    color: White;
    font-size: 18px;
    padding-left: 30px;
    font-family: 'Droid Serif',arial,serif;
    height: 25px;
}

.menu
{
    height: 34px;
    vertical-align: middle;
    width: auto;
    min-width: 100%;
    background: url(images/bg-menu.png) left top repeat;
    border-top: 1px solid #002E72;
    border-bottom: 1px solid #002E72;
}

.menu a
{
    text-transform: uppercase;
    padding: 10px 15px 0 15px;
    color: white;
    text-decoration: none;
    font: bold .8333em Verdana, helvetica, sans-serif;
    font: bold .8333em Verdana, helvetica, sans-serif;
    border-width: 0 1px;
    border-style: solid;
    border-color: #15416F #15416F #3B6692 #3B6692;

    float:left;
    height: 24px;
}

.menu a:hover
{
    background: url(images/bg-menu-hover.png) left top repeat;
}

a.solicitud
{
    padding: 5px 15px 0 15px;
    height: 29px;
    width: 174px;
    text-align: center;
}

.titulo
{
    margin: 30px 0 0 0;    
    padding:0 0 0 10px;
}

.titulo h2
{
    margin: 0;
    color: #1F3370;
    float: left;
    font-family: 'Droid Serif', arial, serif;
}

.filtro
{
    float: left;
    color: #777;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.linea
{
    width:auto;
    margin: 10px 10px 10px 0;
    padding: 0 10px 0 10px;
    height: 1px;
    background-color: #CECECE;
}

/* Tact: Tablas
-----------------------------------------------------------*/

table.tabla
{
    margin: auto;    
    font-size: 11px;
    float: left;
    border-collapse: collapse;
    background-color: White;
}

div.tabla
{
    margin: auto;
    padding: 0;
    font-size: 11px;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: White;
}
.tr-header
{
    border: 1px solid red;
}
.tabla th.grupo
{
    background-color: #3273AD;
    color: white;
    border: 1px solid white;
    height: 20px;
}
.tabla th
{
    background-color: #3273AD;
    color: white;
    border: 1px solid white;
    height: 30px;
}

.tabla td
{
    color: #333;
    border: 1px solid #D9D9D9;
    border-collapse: collapse;
}

.tabla tr.tr-a
{
    background-color: #F2F9FD;
    border: 1px solid white;
}

.tabla tr.tr-a:hover
{
    background-color: #B9E7FF;
}

.tabla tr.tr-b
{
    background-color: #EBF5FF;
    border: 1px solid white;
}

.tabla tr.tr-b:hover
{
    background-color: #B9E7FF;
}

/*tablaV*/
.tablaV
{
    border: 1px solid #CECECE;
    border-collapse: collapse;
    font-size: 12px;
}

.tablaV tr
{
    border-bottom: 1px solid #CECECE;
}

.tablaV td.a
{
    font-weight:bold;
    width:250px;
    vertical-align:top;
    color: #1F3370;
    padding:10px;
}

.tablaV td.b
{
    padding:10px;
}
/*fin*tablaV*/

.paginacion
{
    float: right;
    height: 28px;
    color: #777;
    position:  relative;
}

.paginacion div.items
{
    float: right;
    height: 28px;
    
}

.paginacion div.mostrando
{    
    float:left;
    padding: 3px 10px 0 0;
    margin-right: 10px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.resumenBusqueda
{
    color: #777;
    padding: 3px 10px 0 0;
    margin-right: 10px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.paginacion div.paginas
{
    float: left;
    border-left: 1px solid #CECECE;
    padding-left: 10px;
}

.paginas a, .paginas span
{
    height: 20px;
    cursor: pointer;
    float: left;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    padding:0 5px;    
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.paginas a
{
    color: #3273AD;
}

.paginas span
{
    font-weight: bold;
}

.paginas a:hover
{
    color: #444;
}

a.sig, a.ant
{
    background: url(images/pag_arrows.png) repeat scroll 0 0 transparent;
    padding: 0;
    width: 15px;
}

a.sig
{
    background-position: -15px 0;
}

a.sig:hover
{
    background-position: -15px -20px;
}

a.ant:hover
{
    background-position: 0 -20px;
}


/* Tact: Portada
-----------------------------------------------------------*/
.columna
{
    float: left;
    width: auto;
    max-width: 33%;
    min-width: 33%;
}

.columna ul
{
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0 0 0 15px;   
}

.columna ul li a
{
    font-size: 14px;
    text-decoration: none;
    font-family: 'Droid Serif',arial,serif;
    color: #00C;
    font-weight: bold;

    
}

.columna ul li ul
{
    list-style-image: url(../images/flecha.gif);
    list-style-position: outside;
    padding: 5px 0 0 17px;
    /*border-top: 1px solid #EBEBEB;    */
}

.columna ul li a:hover
{
    text-decoration: underline;
	color: #2287DC;
}

.columna ul li ul li a
{
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #35791E;
    font-weight: normal;
}

.columna ul li ul li a:hover
{
    text-decoration: underline;
}

.tpasiva
{
    /*background-color: #F5F5F5;*/
    margin: 20px 10px 50px 10px;
    /*border: 1px solid #E6E6E6;*/
    padding: 20px 0 0 0;
}

.tpasiva_top
{
    margin: auto;
    
}

.tpasiva_top_cont
{
    width: auto;
    min-width: 50%;
    max-width: 50%;
    float: left;
}

.tp_banner
{
    background-color: White;
    border: 1px solid #59B5E5;
    color: #1F3370;
    width: 411px;
    margin: auto;
    padding: 20px 10px 10px 20px;
    height: 45px;
}

.tp_banner:hover
{
    background-color: #E8F7FF;
    cursor: pointer;
}

.plazo
{    
    /*padding: 20px;*/
    text-align: justify;
    font-size: 12px;
    
}

/* Tact: Listado
-----------------------------------------------------------*/
.listado
{
    margin-bottom: 200px;
}

.listado ul
{
    margin: 0 0 30px 0;
    padding: 0 0 0 15px;
    list-style-image: url(../images/flecha.png);
    list-style-position: inside;    
}

/*.listado ul li a
{
    font-size: 14px;
    text-decoration: none;
    font-family: 'Droid Serif',arial,serif;
    color: #323A76;
    font-weight: normal;
}

.listado ul li a:hover
{
    text-decoration: underline;
}*/
.listado ul li
{
    padding-bottom: 3px;
}

.listado ul li a
{
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-weight: normal; 
    color: #1F3370;   
}

.listado ul li a:hover
{
    text-decoration: underline;
}

/* Tact: Breadcrumbs
-----------------------------------------------------------*/
.breadcrumbs
{
    margin-left: 10px;
    color: #1F3370;
    padding-left: 20px;
    font-size: 11px;
    background: url(images/nav.png) left top no-repeat;
}


.breadcrumbs a
{
    text-decoration: none;
    color: #DF7309;
    margin: 0 3px 0 3px;
}

.breadcrumbs a:hover
{
    text-decoration: underline;
}


/*popup*/
#overlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
}


#overlay div {
     width:300px;
     margin: 100px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     text-align:center;
}

.aviso_transparencia
{
     height: 22px;
     background: url(images/bg-aviso.png) repeat-x;
     border: 1px solid #D7DDE6;
     width: 700px;
     margin: auto;
     text-align: center;
     padding: 5px 0 0 0;
}


/* Biografía Alcaldesa */
#div_img_alcaldesa
{
    width: 171px;
    height: 238px;
    float: left;
    padding: 0 20px 10px 0;
}   

#img_alcaldesa
{
    width: 171px;
    height: 238px;
    background-color: #3471A7;  
}

#img_alcaldesa img
{
    padding: 1px;
}