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

.shadetabs{
padding: 5px 0;
margin:0px 0 8px 0;
font: 90% Tahoma, 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;
color:#999;
}

.shadetabs li a {
text-decoration: none;
padding:0px;
color: #666;}

.shadetabs li a:hover{
color: #95426b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color:#95426b;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom:1px solid #95426b;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
	background:url(../img/fondo-galeria.gif) left top no-repeat;
	height:339px;
	margin: 0px 0;
	/*padding: 8px;*/
	/*background-color: #FFECFF;*/
}
.tabcontentstyle ul { /*style of tab content oontainer*/
	margin:25px 0 0px;
	padding:0px;
	color:#666;
}
.tabcontentstyle li {
	display:inline;
	margin:0px;
	padding:0px 0 0 1px;
}

.tabcontentstyle a { /*style of tab content oontainer*/
	color:#999;
	border:1px solid #fff;
}
.tabcontentstyle a:hover { /*style of tab content oontainer*/
	border:1px solid #666;
}

.tabcontent{
	display:none;
	padding:14px;
}




