.tabInactivo {
	color: #000000;
	background-image: url(imagenes/tab_inactivo.gif);
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	border-bottom: 1px none #999999;
	padding-right: 10px;
	padding-left: 10px;
	cursor: hand;
}

.tabActivo {
	font-weight: bold;
	background-image: url(imagenes/tab_activo.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 10px;
	padding-left: 10px;
	cursor: hand;
}

.tabContenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	background-image: url(imagenes/tab_contenido.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9DADA;
}
.tabContenidoOculto {
	display: none;
}
.tabFondo {
	border: 1px solid #316380;
	background-color: #7597E3;
}
.tabTituloActivo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	cursor: hand;
}
.tabTituloInactivo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	cursor: hand;
}
.tabDescripcion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #006BB7;
	font-weight: bold;
}
.tabTexto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align:left;
	padding-bottom:10px;
}
.tabTitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006BB7;
	font-weight: 900;
	text-align: left;
}
.tabTituloBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: auto;
	color: #000000;
	font-weight: bold;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #9AB4CD;
	border-left: none;
	text-align: left;
}
