#tipo_licitaciones {
	margin-left: 0 !important;
	margin-bottom: 1em;
}
#tipo_licitaciones li {
	display: inline-block;
	border: 1px solid #CCCCCC;
	vertical-align: top;
	line-height: 1em;
	width: 8em;
}
#tipo_licitaciones li a {
	background-color: #FFFFFF;
	color: #616161 !important;
	font-size: 0.9em;
	height: 3em;
	display: block;
	text-align: center;
	min-height: 2em;
	padding: 0.5em 0;
	text-decoration: none;
	font-family: Verdana;
}
#tipo_licitaciones li.selected a {
	background-color: #0e6dcd;
	color: white !important;
	font-weight:bold;
}

.widget {
	font-size: 1em;
	margin: 0 0.4em;
	#height: 250px;
	overflow: auto;	
	overflow-x: hidden;
	color:#666666;
	background-color: white;
	width: 99%;
	font-family:  Lucida Grande,Tahoma,Arial,Helvetica,sans-serif; !important;
}

.widget h4 {
  color: #0e6dcd;
	text-decoration: none;
	font-family: Lucida Grande,Tahoma,Arial,Helvetica,sans-serif;!important;
}

.widget table {	
	border: 1em;
	width: 99%;
	border-collapse: collapse;
	
}

.widget table tbody tr th  {
	
	text-align: center;
	background-color: #0e6dcd;
  color: white;
  max-width: 80em;
  font-family: Verdana;
}

.widget table tbody tr td   {
	text-align: left;
	text-decoration: none;
	color: #0e6dcd;
	max-width: 80em;
  border-bottom-style: solid;
  border-bottom-width: 0.089286em;
  padding-bottom: 0.178572em;
  padding-left: 0.44643em;
  padding-right: 0.44643em;
  padding-top: 0.178572em;
  font-family: Verdana;
  border-bottom-color: #0e6dcd;
}

.widget table tbody tr td a {
	color: black; 
	text-decoration: none;
	display: block; 
	width: 100%; 
	height: 100%;	
}

.widget table tbody tr td a:hover {
	color: #0e6dcd !important;
	text-decoration: none;
	display: block; 
	width: 100%; 
	height: 100%;	
	font-family: Verdana;
}

.widget table tbody tr td a:visited {
	color: #GREY;
	text-decoration: none;
	display: block; 
	width: 100%; 
	height: 100%;	
	font-family: Verdana;
}

.widget table tr td a img {
	border: 0;
}

dl {
    margin-left: 1em;
}

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

.widget dt dd {
    border-bottom-color: #CCCCCC;
    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: GREY;
}