.fila
{
	cursor: pointer;
}

.table-striped>tbody>tr.fila:hover {
    background-color: #C7D6E2;
}

.table-striped>tbody>tr.fila2:hover {
    background-color: #C7D6E2;
}

.overoverlay {
    z-index: 50;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overoverlay>.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.page-header {    
    margin: 10px 0!important;
    position: relative;
    z-index: 1;
    font-size: 28px !important;
}

p.lead {
    font-size: 16px;
    position: relative;
    z-index: 30;
}

.callout.callout-alterno {
    background-color: #d2d6de !important;
}

.callout.callout-success
{
    color: #fff !important;
}

.callout.callout-alterno {
    border-color: gray;
}

.todo-list>li {
    padding: 0px !important;    
}

.todo-list>li>a {
    text-decoration: none;
    color: #444;
}

.todo-list>li.grupo {
    padding: 15px 0 5px 0 !important;
    background: #FFF;    
    border-left: 0;
    font-size: 16px;
    font-weight: bold;
    color: grey;
}

.todo-list>li.grupo > i {  
    font-size: 14px;   
}

.todo-list>li .tools {
    display: inline-block !important;
    color: #777777 !important;
}

.elem_cont
{
    padding: 10px;
}

.elem_cont:hover .texto
{
    display: none;
}

.icono
{
    display: none;
}

.elem_cont:hover .icono
{
    display: inline-block;
}



@media(max-width:767px){

    .base_b
    {
        margin-bottom: 10px;
    }
}

.titulo-mesa {
    border-bottom: 1px solid #ecf0f5;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    border-top: 1px solid #ecf0f5;
    padding-top: 10px;
}