/* this is the CSS for the menu that you will need. */
#menu_holder {
	height: 58px;
	width: 100%;
	display: block;
	position: relative;
	top: -58px;
}
#navx {
	height: 58px;
	width: 542px;
	margin:0px auto;
	padding: 0px;
	background-image: url(images/right.png);
	background-position: right;
	background-repeat: no-repeat;
}

#navx ul {
	margin: 0px;
	padding: 0px 0px 0px 21px;
	height: 58px;
	list-style-type: none;
	background-image: url(images/left.png);
	background-repeat: no-repeat;
	
}
#navx li{
	margin: 0px;
	padding: 0px;
	float: left;
}
#navx li a:link, #navx li a:active, #navx li a:visited {
	background-image: url(../images/middle.png);
	background-repeat: repeat-x;
	height: 58px;
	width: 100px;
	display: block;
	line-height: 58px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 120%;
}
#navx li a:focus, #navx li a:hover{
	text-decoration : none;
	-moz-outline:0;
	color: #FFFFFF;
	background-image: url(../images/rollOver.png);
	background-repeat: repeat-x;
}

.licitaciones{
	font-size:10px;
	}
.licitaciones .encabezado{ background:#03F; color:#FFF; font-weight:bold;}
.licitaciones .bordes{ border:1px solid #DFDFDF;}








