.ctabs {
	background-color: #E7F3F4;
	position: relative;
	margin: 0px;
	border: 1pt solid #c0c0c0;
	border-bottom:none;
}

.ctabs .ctabs_opciones {
	position: relative;
	float: left;
	width: 150px;
	clear:both;
}

.ctabs .ctabs_opciones ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear:both;
}

.ctabs div.c1 {
	border-bottom: 1pt solid #c0c0c0;
	width:150px;
}

.ctabs .ctabs_opciones ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1pt solid #c0c0c0;
	font-size: 8pt;
	text-align: center;
}

.ctabs .ctabs_opciones ul li.inactivo {
	cursor: pointer;
}

.ctabs .ctabs_opciones ul li.inactivo:hover {
	background-color: #e7e7e7;
	background: url('gradientInactivoHover.png');
}

.ctabs .cdegrade {
	/*background-color: #BDF1F4;*/
	background: url('gradient.png') repeat-x;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 60px;
	left: 150px;
	/*border: 1pt solid #00CCFF;*/
	border-bottom:none;
}
.ctabs .cdegrade2 {
	background: #fff url('gradient2.png') repeat-x;
	position: absolute;
	right: 0;
	bottom: 0px;
	left: 150px;
	height:60px;
	/*border: 1pt solid #00CCFF;
	border-top:none;
	border-bottom:none;*/
}
.ctabs .ctabs_opciones ul li.activo {
	margin-right: 0px;
	margin-left: -1px;
	margin-top: -1px;
	background-color: #FFFFFF;
	border-bottom: 2pt solid #00CCFF;
	border-top: 2pt solid #00CCFF;
	border-left: 2pt solid #00CCFF;
	/*border-right: 3pt solid #ffffff;*/
	background: url('tabActivo.png');
}

/* fondo absoluto */
.ctabs .ctabs_opciones_back {
	background: url('gradientInactivo.png');
	position: absolute;
	right: 0;
	top: 0;
	bottom: 60px;
	left: 0;
	/*border-right: 1pt solid #00CCFF;*/
	width: 150px;
	background-color: #BFDBFF
}
.ctabs .ctabs_opciones_back2 {
	background: url('gradientInactivo2.png') repeat-x;
	position: absolute;
	right: 0;
	bottom: 0px;
	left: 0;
	height:60px;
	border-right: 1pt solid #00CCFF;
	width: 150px;
	background-color: #BFDBFF
}

.ctabs .ctab_contenido {
	position: relative;
	padding:10px;
	overflow:hidden;
}
.ctabs_clear {
	clear:both;
}