/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-image: url(imagenes/bar-fnd.gif);
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0px;
	padding-left: 0px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	color: #000000;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #0068C6;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
	border-bottom-color: white;
	color: #0000FF;
	border-top-color: white;
	border-right-color: white;
	border-left-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	z-index: 1;
}

/*---------------------------------------*/
.shadetabs2{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	width: 302px;
	background-image: url(imagenes/bar-fnd.gif);
	margin-right: 0px;
}

.shadetabs2 li{
display: inline;
margin: 0;
}

.shadetabs2 li a{
	text-decoration: none;
	position: relative;
	color: #000000;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

.shadetabs2 li a:visited{
color: #2d2b2b;
}

.shadetabs2 li a:hover{
	text-decoration: none;
	color: #0068C6;
}

.shadetabs2 li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs2 li a.selected{ /*selected main tab style */
	border-bottom-color: white;
	color: #0000FF;
	border-top-color: white;
	border-right-color: white;
	border-left-color: white;
}

.shadetabs2 li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	z-index: 1;
}
