
/* ----------------------------------> CENTER */

#menuSoftwareCenter {
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	align: center;
}

/* ----------------------------------> NORMAL */

#menuSoftware {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
}

#menuSoftware li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#menuSoftware a:link, #menuSoftware a:visited {
	text-decoration: none;
	color: #0099FF;
	font-weight: bold;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 3px;
}

#menuSoftware a:link.active, #menuSoftware a:visited.active, #menuSoftware a:hover {
		padding-top: 4px;
		padding-bottom: 4px;
        color: #0099FF;
        background: url(../img/seta.gif) no-repeat bottom center;
}


/* ----------------------------------> PAGINA DE REGISTRO */


#menuSoftwareRegistro {
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	align: center;
	font-size: 14px;
}
#menuSoftwareRegistro li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#menuSoftwareRegistro a:link, #menuSoftwareRegistro a:visited {
	text-decoration: none;
	color: #0099FF;
	font-weight: bold;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 6px;
}

#menuSoftwareRegistro a:link.active, #menuSoftwareRegistro a:visited.active, #menuSoftwareRegistro a:hover {
		padding-top: 4px;
		padding-bottom: 3px;
        color: #0099FF;
        background: url(../img/setaG.gif) no-repeat bottom center;
}

