/*  ---------------------------------  */
/*  Asociados a etiquetas y genéricos  */
/*  comunes de todo el sitio Web       */
/*  ---------------------------------  */

    body {
        margin-left:0; margin-top:0;
        background-color:white; 
        font-family:Arial; scrollbar-base-color:#E2EEFC; scrollbar-track-color:#F5FAFE;}
    img {
        border:none;}
    
    th {
        border:none; background-color:#00008B;
        padding:2px;
        font-size:12px;font-weight:normal;color:white;text-align:center;}
        
    a {
        text-decoration:none;color:blue;font-weight:normal;}
    a:hover {
        text-decoration:none;color:#D2691E;}
    .inactivo {
        color:Silver;}

/*  -------------------------------------  */
/*  Exclusivas de 1-Funciones_Servidor.vb  */
/*  -------------------------------------  */
    div.paginaenlaces {
        padding:10px;
        font-size:15px; text-align:center;}
    div.paginaenlaces div.enlace {
        padding:22px;}
/*  -------------------------------------  */
    div.pestana {width:740px;
        font-size:15px; text-align:left;}
    div.pestana span.extremo {width:20px;
        }
    div.pestana span.pestanaON {cursor: default; width:140px; height:25px;
        background-image: url(/urbanismo/imagenes/pestanaON.bmp);background-repeat: no-repeat;
        padding-top:3px;
        color: black; text-align:center;}
    div.pestana span.pestanaOFF {cursor: hand; width:140px; height:25px;
        background-image: url(/urbanismo/imagenes/pestanaOFF.bmp);background-repeat: no-repeat;
        padding-top:3px;
        color: white; text-align:center;}
    div.pestana div.contenido{
        border-style:solid;border-width:1;border-color:silver;border-top-style:none;border-left-style:none;
        background-color:#f0f0eb;
        padding:10px;
        text-align:center;}
/*  -------------------------------------  */    
    div.arbol{
        padding:20px;
        font-size: 14px; text-align:left;}
    div.arbol span.nohay{width:100%;
        font-size:15px; font-weight:normal; color:Blue; text-align:center;}
    div.arbol span.spanimgbase {width:22px;
        border-style:none;}
    div.arbol span.spantxtbase {height:30px;
        padding-top:8px;
        font-weight:bolder; }
    div.arbol div.Rango_1        {padding-left:18px; font-size: 12px;}
    div.arbol div.Rango_2        {padding-left:18px; font-size: 12px; }
    div.arbol div.Rango_3        {padding-left:18px; font-size: 12px; }
    div.arbol div.Rango_4        {padding-left:18px; font-size: 12px; }
    div.arbol div.Rango_5        {padding-left:18px; font-size: 12px; }
    div.arbol span.spanimg {width:50px;
         border-style:none;}
    div.arbol span.spantxt {height:30px; 
        padding-top:8px; }
    div.arbol span.spantxt span.spaninactivo {
        color:lightgrey; }
    div.arbol span.spantxt span.comentario {
        color:green; text-transform:none;}
    div.arbol div.nodo_nulo {}
/*  -------------------------------------  */    
    div.aviso {
        margin:10px;
        border:solid 1px silver;
        padding:10px;
        font-size:15px; color:Red; text-align:center;}
/*  -------------------------------------  */    
    div.explicacion {
        margin:10px;
        padding:10px;
        font-size:15px; color:Black; text-align:justify;}

/*  -------------------------------------  */
/*  ÁREA DE INFORMACIÓN URBANÍSTICA        */
/*  -------------------------------------  */

    div.nota {
        margin:10px;
        border:solid 1px silver;
        padding:10px;
        font-size:15px; color: Black; text-align:center;}



/* En otras páginas */

.normalbold     {font-family:Arial;font-size:9pt;font-weight:bold}
.celdaroja      {font-family:Arial;font-size:8pt;color:Red}
.celdaverde     {font-family:Arial;font-size:8pt;color:Green}
.TituloTablaIz  {background-color:Linen;text-align:center}
.tablaext       {background-color:white;border-width:0;border-color:#4d79b6;}
.tablacaratula  {font-family:Arial;font-size:9pt;border-width:1;background-color:white}

