/* CSS Document */
#menu{
	width:100%;
	height:24px;
/*	position:relative; left:0px; top:15px;*/
	float:left;
	
	}

#publica, #suscribete, #quienes, #servicios, #anunciate, #contacto {
	float:left;
	height:24px;
	text-align:center;
	border:1px solid #999999;
	border-right:0px;

}

#publica2, #suscribete2, #quienes2, #servicios2, #anunciate2, #contacto2 {
	float:left;
	height:24px;
	text-align:center;
	background-color:#CCCCCC;
	border:1px solid #999999;
	border-right:0px;

	}
#suscribete, #suscribete2{
	width:142px;
}

#publica, #publica2{
	width:185px;
}
#anunciate, #anunciate2{
	width:137px;
}
#quienes, #quienes2{
	width:132px;
}
#contacto, #contacto2{
	width:137px;
	border-right:1px solid #999999;
}
/*
#servicios, #servicios2{
	width:142px;
}
*/

div#publica span, div#suscribete span, div#quienes span, div#servicios span, div#anunciate span, div#contacto span {
/*	background-color:#996600;*/
	position:relative; top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#999999;
	}
	
div#publica2 span, div#suscribete2 span, div#quienes2 span, div#servicios2 span, div#anunciate2 span, div#contacto2 span {
/*	background-color:#996600;*/
	position:relative; top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}

a.menu{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color:#1B92BC;
}

a.menu:hover div { 
	color:#FFFFFF;
	background-color:#CCCCCC;
	text-decoration:none;
	}
a.menu:hover{
	text-decoration:none;
	}