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

/*MENU*/
#tipo_licitaciones {
	margin-left: 0 !important;
	margin-bottom: 0em;
	padding-left: 0;
	/*width:99%;*/
	margin-right:10px;
	background-color: #FFF;
}
#tipo_licitaciones li { 
    display: inline-block;
    line-height: 0.8em;
	cursor: pointer;
	background-color: #000000;
}
#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;
	border-left: 1px solid  #FFFFFF;
}
#tipo_licitaciones *:hover{	 
	
}
#tipo_licitaciones *:hover a {
	text-decoration: underline;
}
#tipo_licitaciones li.selected{

}
#tipo_licitaciones li.selected a {	

}

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

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

.widget #tablaWidget  {
	background-color: #FFF !important;
}

.widget #tablaImagen  { 
 	width:99%;
}

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

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

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

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

.widget table tbody tr td a:visited {

}
.par{
	/*background-color: #f9f3f4 !important; */
}
.impar{
	/*background-color: #EDEBE1 !important;*/
}
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;

}
