
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:#192777;
    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:#003974;
	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;
}

.widget #tablaImagen  { 
 width:99%;

}

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

.widget table tbody tr th  {	

    background: #192777;

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

}

.widget table tbody tr td   {
	padding:5px;
	color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 15px;
  
	text-transform:none;
	text-decoration:none;
	text-align:left;
}
.widget table tbody tr:hover {
}
  
.par{
	
}

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

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

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

    font: 11px/16px 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;
}