#Content .shadetabs{
padding: 3px 0;
margin-left: 0;
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*/
}

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

#Content .shadetabs li a{
	padding: 3px 7px;
	margin-right: 3px;
	border: 0px solid #778;
	/*background: url(Images/shade.gif) repeat-x left top;*/
}

#Content .shadetabs li a:visited{
	color: #993300;
}

#Content .shadetabs li a:hover{
	text-decoration: underline;
	color: #CC6600;
}

#Content .shadetabs li.selected{
	position: relative;
	top: 1px;
	color: #FFFFFF;
	text-decoration: none;
}

.shadetabs li.selected a, #Content .shadetabs li.selected a{ /*selected main tab style */
	/*background-image: url(Images/shadeactive.gif);*/
	border-bottom-color: #6f6753;
	color: #CCCCCC;
	border-bottom-width: 2px;
	background-color: #6f6753;
	text-decoration: none;
}

#Content .shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

#Content .contentstyle{
	width: 500px;
	margin-bottom: 1em;
	padding: 20px 10px 10px;
	border-top: 1px solid #6f6753;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	background-image: url(../Images/Pastilla2b.gif);
	background-repeat: repeat-x;
	background-color: #C8C8A9;
	min-height: 300px;
}
