/*html{ width: auto;
      border: 10px;
}

body{

    border-top: 50px;
    border-bottom-width: thick;
}

button.accordion {
    background-color: #00a2ea;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 100%; 
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s; 
    font-size: 12px;
    border-bottom : #bbb groove;
    border-right : #bbb groove;
    display: inline-block;
}

button.accordion:hover {
    color:white;
    font-weight: bold;
    border: #666 2px solid;
    font-size: 14px;
    
    
}

button.accordion.active, button.accordion:hover {
    background-color: #00a2ea;
    color:white;
}

div.panel {
    padding: 1px 0px;
    background-color: white;
    font-size: 10px;  
        display: inline-block;
    break-inside: avoid; 
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;


}

div.panel ul ul{
    padding: 0px 15px;
}

div.panel.show :hover {
    display: block;

}  

a:link, a:visited , a:hover, a:active{ 
    text-decoration: none;
}

a:hover { text-decoration: underline; 
          font-weight: bold;
          color: #E13300;
          font-size: 10px;
}


#menu {


    align-content: stretch;
    -webkit-column-count: 3;
        display: inline-block;

}*/



.datagrid table { 
    border-collapse: collapse;
    text-align: left;
    width: 100%; } 
.datagrid {
    font: normal 12px/150% Arial, Helvetica, sans-serif; 
    background: #fff; 
    overflow: hidden;
    border: 2px solid #8C8C8C;
}
.datagrid table td,
.datagrid table th { 
    padding: 0px 2px; 
}
.datagrid table thead th {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );
    background:-moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');
    background-color:#8C8C8C;
    color:#FFFFFF; font-size: 12px;
    font-weight: normal; border-left: 2px solid #A3A3A3; 
} 
.datagrid table thead th:first-child { 
    border: none; 
}
.datagrid table tbody td { 
    color: #7D7D7D; 
    border-left: 2px solid #DBDBDB;
    font-size: 11px;
    border-bottom: 2px solid #E1EEF4;
    font-weight: normal; 
}
.datagrid table tbody 
.alt td { 
    background: #EBEBEB; 
    color: #7D7D7D; 
}
.datagrid table tbody td:first-child 
{ 
    border-left: none; 
}
.datagrid table tbody tr:last-child td { 
    border-bottom: none; 
}.datagrid table tfoot td div { 
    border-top: 1px solid #8C8C8C;background: #EBEBEB;
} 
.datagrid table tfoot td {
    padding: 0; font-size: 10px 
} 
.datagrid table tfoot td div{ padding: 0px; }




.Direccionamiento p{
    font-size: 12px;

}

.Direccionamiento a:hover{
    color:red;
    font-style: oblique;
}



 /* 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 p
    {
        font-size: 14px;
        text-decoration: none;
        font-family: 'Droid Serif',arial,serif;
        color: #4cae4c;
        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
    {
        color: red;
        text-decoration: underline;
    }

    .columna ul li ul li a
    {
        font-size: 12px;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        color: black;
        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;

    }
    .contenido{
        background-color: #ffffff;
    }

    .Datos{
        border-top: 1px solid #EBEBEB; 
    }