/* Todo el codigo es Copyright 2008 de Pentacorp.net */
/*All code is Copyright 2008 of Pentacorp.net */
/*MENU PRINCIPAL*/
#nav {
	width:554px;
	float:right;
	padding-top:17px;
	list-style:none;
	margin:0px;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
#nav li {
	float:left;
	height:30px;
	margin:0px;
	padding:0px;
	text-align:center;	
}
#nav li a {
	display:block;
	height:30px;
	color:#fff;
	margin:0px;
	padding:0px;
}

/*Home*/
#nav li a#home {
	background:url(../images/mnu_home.gif) no-repeat top;
	width:73px;	padding-top:6px;
	height:23px;
}
#nav li a#home:hover {
	background:url(../images/mnu_home.gif) no-repeat bottom;
	width:73px;
}
#nav li a#homeSelected, #nav li a#homeSelected:link, #nav li a#homeSelected:visited, #nav li a#homeSelected:hover {
	background:url(../images/mnu_home.gif) no-repeat bottom;
	width:73px;
	height:29px;
}
/*Toldos*/
#nav li a#toldos {
	background:url(../images/mnu_toldos.gif) no-repeat top;
	width:62px;	padding-top:6px;
	height:23px;
}
#nav li a#toldos:hover {
	background:url(../images/mnu_toldos.gif) no-repeat bottom;
	width:62px;
}
#nav li a#toldosSelected, #nav li a#toldosSelected:link, #nav li a#toldosSelected:visited, #nav li a#toldosSelected:hover {
	background:url(../images/mnu_toldos.gif) no-repeat bottom;
	width:62px;
	height:29px;
}
/*consejos*/
#nav li a#consejos {
	background:url(../images/mnu_consejos.gif) no-repeat top;
	width:136px;	padding-top:6px;
	height:23px;
}
#nav li a#consejos:hover {
	background:url(../images/mnu_consejos.gif) no-repeat bottom;
	width:136px;
}
#nav li a#consejosSelected, #nav li a#consejosSelected:link, #nav li a#consejosSelected:visited, #nav li a#consejosSelected:hover {
	background:url(../images/mnu_consejos.gif) no-repeat bottom;
	width:136px;
	height:29px;
}
/*noticias*/
#nav li a#noticias {
	background:url(../images/mnu_noticias.gif) no-repeat top;
	width:70px;	padding-top:6px;
	height:23px;
}
#nav li a#noticias:hover {
	background:url(../images/mnu_noticias.gif) no-repeat bottom;
	width:70px;
}
#nav li a#noticiasSelected, #nav li a#noticiasSelected:link, #nav li a#noticiasSelected:visited, #nav li a#noticiasSelected:hover {
	background:url(../images/mnu_noticias.gif) no-repeat bottom;
	width:70px;
	height:29px;
}

/*instaladores*/
#nav li a#instaladores {
	background:url(../images/mnu_instaladores.gif) no-repeat top;
	width:105px;	padding-top:6px;
	height:23px;
}
#nav li a#instaladores:hover {
	background:url(../images/mnu_instaladores.gif) no-repeat bottom;
	width:105px;
}
#nav li a#instaladoresSelected, #nav li a#instaladoresSelected:link, #nav li a#instaladoresSelected:visited, #nav li a#instaladoresSelected:hover {
	background:url(../images/mnu_instaladores.gif) no-repeat bottom;
	width:105px;
	height:29px;
}

/*contacto*/
#nav li a#contacto {
	background:url(../images/mnu_contacto.gif) no-repeat top;
	width:108px;	padding-top:6px;
	height:23px;
}
#nav li a#contacto:hover {
	background:url(../images/mnu_contacto.gif) no-repeat bottom;
	width:108px;
}
#nav li a#contactoSelected, #nav li a#contactoSelected:link, #nav li a#contactoSelected:visited, #nav li a#contactoSelected:hover {
	background:url(../images/mnu_contacto.gif) no-repeat bottom;
	width:108px;
	height:29px;
}



span.txt {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
