.shadetabs{
	padding: 3px 0;
	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*/
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 4px 8px;
margin-right: 3px;
color: #FFFFFF;
background: #F88B47;
/*background: white url(fondo_tabla_contenido1.gif) top left repeat-x;*/
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:active {
color: #FFFFFF;
}

.shadetabs li a:hover{
/*text-decoration: underline;*/
color: #FFFFFF;

}

.shadetabs li.selected{

position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
background: #EC7023;
border-bottom-color: #FFFFFF;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #EC7023;
width: 166px;
/*margin-bottom: 1em;*/
padding: 5px;
}

.tabcontent{
display: none;
}

@media print {
.tabcontent {
display:block!important;
}
}