
BODY {
    font-family: Arial,Verdana,Helvetica,sans-serif !important;
	background:#fff !important;    
}

#agruEstado,#agruTipoContrato {
	margin-left: 0 !important;
	margin-bottom: 0.5em;
	padding-left: 0;
	width:99%;
	
}




#agruEstado li, #agruTipoContrato li{
	width: 200px;
    display: inline;
    list-style: outside none none;
}



#agruEstado li a , #agruTipoContrato li a {
border-right:10px solid #fff;
    display: block;
    overflow: hidden;
    text-transform: uppercase;
  color:#d8534c;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 40px;
    padding-top: 18px;
	padding-left: 5px;
	padding-right: 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
   

}

#agruEstado li.selected, #agruTipoContrato li.selected{


}

#agruEstado *:hover, #agruTipoContrato *:hover{	 
	
	background-color: #C8C8C8 !important;	
	color:#d8534c;
	font-weight:bold;
}

#agruTipoContrato *:hover a ,#agruEstado *:hover a {

 text-decoration: none;

}

#agruEstado li.selected a ,#agruTipoContrato li.selected a {

	text-decoration: none;
	background-color: #999999 !important;	
	font-weight:bold;
}

.widget {
	min-height: 100px;
	overflow: auto;	
	overflow-x: hidden;
	background-color: white;
	color: #000;
	width:96%;	
	padding-left: 10px;
	padding-right: 10px;
}

.widget table tr td a img {	
	border: 1px solid #e7e7e7;
}

.widget #tablaWidget  {
 background-color: #ffffff !important; 
 font-family: Arial, Verdana, Helvetica, sans-serif !important; 
 border-collapse: collapse !important;
 margin-bottom: 50px !important;
 }

.widget #tablaImagen  { 
 width:99%;
 margin-top: 60px;

}

.widget #tablaImagen tbody tr td{
	border: none !important;	
}

.widget table tbody tr th  {	

    background: #192777;

    color: #fff;
    font: bold 18px Tahoma,Arial,Helvetica,sans-serif;
    text-align: left;
	text-transform:uppercase;
	 

}

.widget table tbody tr td   {
	padding:14px;
	color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 30px;
  
	text-transform:none;
	text-decoration:none !important;
	text-align:left;
}
.widget table tbody tr:hover {
}
  
.par{
	border-top: 1px solid #d8534c;
}

.impar {
    background-color: #f2f2f2;
    border-top: 1px solid #d8534c;

}

.widget table tbody tr td a {
	text-align:left;
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 20px;
   
	text-transform:none;
	text-decoration:none;
}

.widget table tbody tr td a:hover {
color: #d8534c;
}

.widget table tbody tr td a:visited {
	text-decoration:none !important;

    font: 16px/18px Tahoma,Arial,Helvetica,sans-serif;
	text-transform:none;
	color:#741A8B;
}



dl {
    margin-left: 1em;
}

dt {
    padding-bottom: 0;
    padding-left: 0.5em;
    padding-right: 0;
    padding-top: 0.7em;
}

.widget dt dd {
   border-bottom-color: #e8eef4;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 5px;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    padding-right: 0;
    padding-top: 3px;
    color: #535353;

}

.widget h4{
color: #999999;
font-family:  Arial,Helvetica,sans-serif;
text-transform:uppercase;
}

#loading-overlay {
    position: absolute;
    width: 100%;
    height:100%;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    background-color: #000;
    z-index: 999;
    opacity: 0.5;
}
.loader_img{
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0%;
  margin:auto;
}

/* RESPONSIVE */

@media (max-width:768px){

    .widget{
        width:100%;
        padding:0;
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
    }

    .widget #tablaWidget{
        width:100% !important;
        min-width: 1400px !important;
    }

    .widget table th,
    .widget table td{
        font-size:14px;
        line-height:18px;
        padding:8px;
        white-space:normal;
        word-break:break-word;
    }

    #tablaImagen{
        margin-top:20px !important;
    }

    #tablaImagen td{
        display:block;
        width:100% !important;
        text-align:left !important;
    }

    #agruEstado li,
    #agruTipoContrato li{
        width:100%;
        display:block;
    }

    #agruEstado li a,
    #agruTipoContrato li a{
        float:none;
        height:auto;
        padding:10px;
    }

}