.shadetabs{
padding: 0px 0px 0px 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display:inline; /*inline;*/
margin: 0;
float:left;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
color: #ffffff;
background-color:#728593;
border:1px solid #000000;
padding-top:10px;
padding-bottom:10px;
height:25px;
font-size:9px;
font-family:Century Gothic;

}

.shadetabs li a:visited{
color: #C0B693;
text-decoration: none;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #ffffff;
}

.shadetabs li a:active{
    text-decoration: none;
	background-color:#C0B693;
	color:#4f4f4f;
	background-color:#C0B693;
	border:1px solid #b1b1b1;
}

.shadetabs li.selected{
position: relative;
/*top: 1px;*/
}
/*
.shadetabs li.selected a{ /*selected main tab style */
/*background-image: url(shadeactive.gif);
/*border-bottom-color: white;
-moz-backgroun
}
*/

.shadetabs li.selected a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#C0B693 none repeat scroll 0 0;
color:#00000;
border : 1px solid #C0B693;

}


.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{

/*border: 1px solid #92B0BC;
*/
margin-bottom: 1em; 
padding: 10px;
background-repeat: no-repeat;
background-color:#1A1E21;
width:875px;
overflow:hidden;

}
/*Estilos secundarios*/
.tex_blanco_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
}
.texto_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	color: #666666;
}
.cajatexto{
	BORDER-TOP:#A5BFC9 1px solid; 
	BORDER-LEFT: #A5BFC9 1px solid; 
	BORDER-BOTTOM: #A5BFC9 1px solid; 
	BORDER-RIGHT: #A5BFC9 1px solid; 
	background-color:#FBFDFD;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}