BODY {
    font-size: 14px;
	text-shadow: none;
	color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
	text-rendering: optimizelegibility;
}

/*TITULO*/
.widget h4 {
	padding: 0 0 0 2%;/*top right bottom left*/
	/*text-transform: uppercase; 
	font-weight: bold;*/
	margin-top: 1.5em;
	background: #FFF 0 100% repeat-x;
    font-size: 21px;
    /*font-size: 12px;*/
    color: #000000;
}

/*MENU*/
#tipo_licitaciones {
	margin-left: 0 !important;
	margin-bottom: 0em;
	padding-left: 0;
	width:99%;
	background-color: #FFF;
}
#tipo_licitaciones li { 
    display: inline-block;
    line-height: 0.8em;
	cursor: pointer;
	background: #fff !important;
	border-radius: 5px;
}
#tipo_licitaciones li a {
	color: #737373;
    text-decoration: none;
  	transition: all 0.3s ease 0s;
	position: relative;
	text-align: center;
	padding: 0.7em 0.7em;
	text-transform: uppercase;
	display: block;
	padding: 10px;
}
#tipo_licitaciones *:hover{	 
	
}
#tipo_licitaciones *:hover a {
	color: #0065A5;
	font-weight: bold;
	
}
#tipo_licitaciones li.selected{
	background: #0065A5 !important;
	border-radius: 5px;

}
#tipo_licitaciones li.selected a {	
	font-weight: bold;
	color: #fff;
}

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

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

.widget #tablaWidget  {
	background-color: #FFF !important;
	font-family: "Source Sans Pro", Verdana, Tahoma, Geneva, sans-serif !important;
}

.widget #tablaImagen  { 
 	width:99%;
}

.widget #tablaImagen tbody tr td{
	
}
.widget table tbody tr th  {	
	width:auto;/*No cambiar ya que puede haber mas de 2 columnas*/
    text-decoration: none;
	/*text-transform: uppercase;*/
    border-bottom:1px solid #666;
    color: #000000;
    background: #FFF;
    font-weight: bold;
    padding: 4px;



}

.widget table tbody tr td   {
    text-align: left;
    padding: 6px;
    vertical-align: top;
	margin-bottom: 12px;	
	margin-top: 10px;
	color: #666666;
}

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

.widget table tbody tr:hover {
	    background: #BCDEF5;
}

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

.widget table tbody tr td a:visited {
	color: #0065A5;

}
.par{

}
.impar{

}
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;

}
