.shadetabs{
padding: 8px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{

display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 8px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(/Images/tabs/shade.gif) top left repeat-x;
}

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

.shadetabs li a:hover{
text-decoration: underline;
background: #ffffff url("/Images/tabs/shadeactive_orange.gif") top left repeat-x;
color: #2d2b2b;
}

.shadetabs li.selected a:hover{
background-image: url(/Images/tabs/shadeactive_orange.gif);
border-bottom-color: white;
/*color: #2d2b2b;*/
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(/Images/tabs/shadeactive_orange.gif);
border-bottom-color: white;
}

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

.contentstyle{
font-size:12px;
border: 1px solid gray;
width: 700px;
margin-bottom: 1em; padding: 10px;
vertical-align:top;
text-align:left;
}

.contentstyle ul {margin-left:10px;padding-left:5px;}


/*==========================================*/
/*destacar*/
/*==========================================*/
.shadetabs li.roomsrates, .shadetabs li.reviews{
position: relative;
top: 1px;
}

.shadetabs li.roomsrates_off a{
	background-image: url(/Images/tabs/shade_orange.gif);
	background-repeat: repeat-x; 
	text-decoration: none;
	border: 1px solid #778;
	border-bottom-color: black;
}

.shadetabs li.roomsrates_off a:hover{
	background-image: url(/Images/tabs/shade_orange.gif);
	border: 1px solid #778;
	border-bottom-color: black;
}

.shadetabs li.roomsrates a{ /*selected main tab style */
	background-image: url(/Images/tabs/shade_orange.gif);
	background-repeat: repeat-x; 
	border: 1px solid #778;
	/*background-color:#D0D610;*/
	border-bottom-color: white;
	color:#000000;
}

.shadetabs li.roomsrates a:hover{ /*selected main tab style */
	background-image: url(/Images/tabs/shade_orange.gif);
	background-repeat: repeat-x; 
	border-bottom-color: white;
	border: 1px solid #778;
	/*background-color:#CEE97C;*/
	color:#000000;
	text-decoration: none;
}


.shadetabs li.reviews a{ /*selected main tab style */
	background-image: url(/Images/tabs/shade_blue.gif);
	background-repeat: repeat-x; 
	border: 1px solid #778;
	border-bottom-color: white;
	color:#000000;
}

.shadetabs li.reviews a:hover{ /*selected main tab style */
	background-image: url(/Images/tabs/shade_blue.gif);
	background-repeat: repeat-x; 
	border-bottom-color: white;
	border: 1px solid #778;
	color:#000000;
	text-decoration: none;
}
