/* CSS Document */
.shadetabs{
	/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: gray;
}

.shadetabs ul{
	margin-left: 2px;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #FFFFFF;
	background-color: #576BB2;
}

.shadetabs li a:visited{
	color: #FFFFFF;
}

.shadetabs li a:hover{
	text-decoration: underline;
}

.shadetabs li.selected{
	position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
	border-bottom-color: #8BB607;
	background-color: #8BB607;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	color: #576AB9;
}
/*********************** Menu secundario *****************************/
.shadetabsSec{
	/* width: 90%; width of menu. Uncomment to change to a specific width */
	margin-top: 0em;
	
}

.shadetabsSec ul{
	margin-left: 2px;
	margin-bottom: 9px;
	margin-top: 0;
	font: bold 10px Verdana;
	list-style-type: none;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

.shadetabsSec li{
display: inline;
margin: 0;
}

.shadetabsSec li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border-bottom: #576BB2 1px solid;
	border-left: #576BB2 1px solid;
	border-right: #576BB2 1px solid;
	color: #FFFFFF;
	background-color: #576BB2; /*576BB2*/
}

.shadetabsSec li a:visited{
	color: #FFFFFF;
}

.shadetabsSec li a:hover{
	text-decoration: underline;
}

.shadetabsSec li.selected{
	position: relative;
}

.shadetabsSec li.selected a
{
	background-color: #8BB607; /*8BB607*/
	border-bottom: #8BB607 1px solid;
	border-left: #8BB607 1px solid;
	border-right: #8BB607 1px solid;
	border-top: #8BB607 2px solid;
}


.shadetabsSec li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	color: #FFFFFF;
}

