/*   FRONT */


.content_header
{
    height: 52px;
    line-height: 52px;
    background-color: #F6F4F7;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    color: #4A240D;
    font-size: 17px;
}

.content_lista
{
    
}

.fondoLista
{
  background-color: #ffffff;
    border-radius: 8px;
}



.rowLista a
{
    text-decoration: none;
    color: #ffffff;
}

.rowLista
{
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    height: 130px;
    width:860px;
    margin: 20px;
    color: #ffffff;    
}
.rowLista td
{
    padding-left: 10px;
}
.rowLista h1,
.rowLista h2
{
    padding: 0 !important;
    margin: 0 !important;
    line-height: normal !important;
}

.rowLista .descripcion
{
    font-size: 14px;
    font-weight: normal;
    height: auto;
    line-height: auto;
}

.submenu::after
{
    content: "▼";
    font-size: 12px;
    margin-left: 6px;    
}


.submenup
{

}
.submenup.visible
{
    opacity: 1;
    transition: opacity,visibilit 0.5s 0.5s ease; 
    visibility: visible;
}
.submenup.invisible
{
    opacity: 0;
    transition: opacity 0.5s,visibility 0.5s ease; 
    visibility: hidden;
    
}
.submenup a
{
  
}

.submenup a:hover
{
    background-color: #cccccc; 
}

.cnt
{
    background-color: #777777;
    display: inline-block;
    height: 22px;
    line-height: 20px;
    width: 22px;
    vertical-align: middle;
    text-align: center;
    margin-left: 5px;
    border-radius: 11px;
    font-size: 14px;
    color: #ffffff;
    
}


.buscar
    {
        width: 860px;

        margin: auto;
        text-align: right;
    }
.buscar label
    {
        margin-right: 10px;
    }
#buscarTxT
    {
    min-width: auto;
    line-height: 25px;
    height: 25px;
    padding: 2px;
    }
