/* CSS Document */
#chromemenu{
	width: 100%;
	text-align:center;
	margin:0;
	padding: 0;
	background-color: #000;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	margin:0;
	padding: 0;
}

#chromemenu ul{
	/*border: 1px solid #BBB;*/
	width:100%;
	padding:0;
	margin: 0;
	float: left;
}


#chromemenu ul li{
	display: inline;
	text-align:center;
	margin:0;
	padding: 0;
}

#chromemenu ul li a.MenuSeccion{
	float: left;
	display:block;
	height:43px;
	width:104px;
	margin:0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	text-decoration: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFBB56;
	border-bottom-color: #FFBB56;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFBB56;	
	line-height:43px;
}
.bornuevo{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FB6A00;
}
.FondoD {
	background-image: url(/images/d4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#chromemenu ul li a.MenuSeccion:hover,body#Inicio ul li a#Inicio,body#Ubicacion ul li a#Ubicacion,body#Disponibilidad ul li a#Disponibilidad,body#Servicios ul li a#Servicios,body#Avances ul li a#Avances,body#Desarrollador ul li a#Desarrollador{
	float: left;
	display:block;
	height:43px;
	width:104px;
	color: #FFF;
	margin:0;
	padding:0;
	background-image: url(/images/fondomenu.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	
}
#chromemenu ul li{
	display: inline;
	text-align:center;
	margin:0;
	padding: 0;
}

#chromemenu ul li a.MenuSeccion2{
	float: left;
	display:block;
	height:43px;
	width:110px;
	margin:0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	text-decoration: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFBB56;
	border-bottom-color: #FFBB56;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFBB56;	
	line-height:43px;
}

#chromemenu ul li a.MenuSeccion2:hover,body#Contacto ul li a#Contacto{
	float: left;
	display:block;
	height:43px;
	width:110px;
	margin:0;
	padding:0;
	color:#FFFFFF;
	background-image: url(/images/fondomenu.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
.Bor1{
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFBB56;
}
