   BODY {
	  font-family: Arial, Helvetica, sans-serif;
		font-size:1.2em;
    width: auto;
	  text-transform:uppercase;
	  font-size: 12px;
    background: #FFFFFF;
    color: #286394;
}

/*TITULO*/
  .widget h4 {
  margin-top: 0.3em;
	background: #FFF 0 100% repeat-x;
	margin-bottom: 1em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #9AA520;
	color: #9AA520;
	font-size: 1.4em;
	/*font-weight: bold;*/
			
}

/*MENU*/
#tipo_licitaciones {
	margin-left: 0 !important;
	margin-bottom: 0em;
	padding-left: 0;
	width:99%;
	background-color: #FFF;
}

#tipo_licitaciones li { 
 line-height: 1.12857;
    height: 2.9em;
    border: 1px solid #88930e;
    border-bottom: 0;
    margin-left: 3px;


	border-bottom: 0.5px solid #88930e;
  margin-bottom: 1em;
   

    display: inline-block;
    line-height: 0.8em;
	cursor: pointer;
	background-color: #88930e;
}


#tipo_licitaciones li a {
	color: #ffffff;
	padding-bottom: 15px;
  padding-top: 15px;
	line-height: 1.5;
	display: block;
  cursor: pointer !important;
  outline: 0 none !important;
  text-decoration: none;
  transition: all 0.3s ease 0s;
	position: relative;
	text-align: center;
	padding: 0.7em 0.7em;
}
#tipo_licitaciones *:hover{	 
	
}
#tipo_licitaciones *:hover a {
	color: #000000;
	text-decoration: underline;
	background: #4F550F;
color: #ffffff;
border: 0;
}
#tipo_licitaciones li.selected{
background: #4F550F;
}
#tipo_licitaciones li.selected a {	

}

/*TABLAS*/
.widget {
	min-height: 100px;
	overflow: auto;	
	overflow-x: hidden;
	background-color: white;
	width:96%;	
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12.3px;
}

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

.widget #tablaWidget  {
	background-color: #FFF !important;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;

	border-collapse: collapse;
	border-spacing: 0;
}

.widget #tablaImagen  { 
 	width:99%;
}

.widget #tablaImagen tbody tr td{
	color: #5c5353;
}
.widget table tbody tr th  {	
	width:auto;/*No cambiar ya que puede haber mas de 2 columnas*/
    text-decoration: none;
    font-size: 12px;
    padding: 4px;
	background: #845e27! important;
	color: #ffffff;
}

.widget table tbody tr td   {
    text-align: left;
    padding: 6px;
    vertical-align: top;
	margin-bottom: 12px;	
	margin-top: 10px;
	color: #88930e;
	border-bottom: 1px solid #ffffff;
	webkit-box-sizing: border-box;
}

.widget table tbody tr td a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.widget table tbody tr td a:hover {
	color:#9AA520;
	text-decoration: underline;
	
}

.widget table tbody tr td a:visited {

}
.par{
	background: none repeat scroll 0 0 #ffffff;

}
.impar{
	background: none repeat scroll 0 0 #f4e0c4	;
}
dl {
    margin-left: 1em;
}

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

.widget dt dd {
	font-size: 16px;
	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;

}
