/* _______________________  CONTENEDOR  SOLAPAS ____________________________________ */

/* Estilos para el contenedor de pestanas Atlas */
div.rf-tbp.contenedorSolapasAtlas {
	margin: 5px;
}
/* This class define styles for the tab header border */
div.rf-tbp.contenedorSolapasAtlas div.rf-tab-hdr-brd {
	display: none;
	/* Ocultamos el separador (entre la cabecera y el contenido) horizontal */
}
/* ___  CONTENEDOR SOLAPAS: CABECERA ___ */
/* This class defines styles for the tab header spacer */
div.rf-tbp.contenedorSolapasAtlas table.rf-tab-hdr-tabs td.rf-tab-hdr-spcr {
	border-bottom: 1px solid #6997C2;
	padding-right: 0px;
}
/* Ocultamos la primera columna */
div.rf-tbp.contenedorSolapasAtlas table.rf-tab-hdr-tabs td[class=rf-tab-hdr-spcr]:first-child
	{
	display: none;
}
/* This class defines styles for the header tab */
div.rf-tbp.contenedorSolapasAtlas table.rf-tab-hdr-tabs {
	height: 30px;
}
/* This class defines styles for the header tab line when it is visible */
div.rf-tbp.contenedorSolapasAtlas div.rf-tab-hdr-tabline-vis {
	height: 100%;
}
/* This class defines styles for a tab header */
div.rf-tbp.contenedorSolapasAtlas td.rf-tab-hdr {
	border-color: #B3C2E2 #B3C2E2 #6997C2;
	border-radius: 10px 10px 0 0;
	border-style: solid;
	border-width: 1px;
	background-image: none;
	background-color: #D8E0F0;
	vertical-align: middle;
	text-align: center;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}
/* This class defines styles for a tab header when it is active */
div.rf-tbp.contenedorSolapasAtlas td.rf-tab-hdr.rf-tab-hdr-act {
	background-color: #F5F5F5;
	border-top: 1px solid #6997C2;
	border-right: 1px solid #6997C2;
	border-left: 1px solid #6997C2;
	border-bottom: none;
}

/* This class defines styles for the tab label*/
div.rf-tbp.contenedorSolapasAtlas td.rf-tab-hdr span.rf-tab-lbl {
	color: #5187B8;
}
/* This class defines styles for the tab label when the tap is active*/
div.rf-tbp.contenedorSolapasAtlas td.rf-tab-hdr.rf-tab-hdr-act span.rf-tab-lbl {
	color: #4E4E4E;
	font-weight: bold;
}
/* This class defines styles for the tab label when the tap is disabled*/
div.rf-tbp.contenedorSolapasAtlas td.rf-tab-hdr.rf-tab-hdr-dis span.rf-tab-lbl {
	color: #A4A4A4;
}
/* ___  CONTENEDOR SOLAPAS: CONTENIDO ___ */
/* This class define styles for the content of the tab panel */
div.rf-tbp.contenedorSolapasAtlas div.rf-tab.solapaClass div.rf-tab-cnt {
	border-top: none;
	border-right: 1px solid #6997C2;
	border-bottom: 1px solid #6997C2;
	border-left: 1px solid #6997C2;
	background-color: #F5F5F5;
}
/*This class defines styles for a tab header. */
div.rf-tbp.contenedorSolapasAtlas  table.rf-tab-hdr-tabs  td.rf-tab-hdr.atlas-tab-hdr {
    padding: 0 25px;
    min-width: 100px;
}
