/*.showPestanas > .ui-commandlink.ui-widget {
	height : 30px;
}*/

.selectedTab {
	height : 30px;
	/*background-color: #6c757d !important;*/
	background-color: #005281 !important;	 
	background-image: none;
	margin-right: 4px;
}

.nonSelectedTab {
	height : 30px;
	background-color: #8cccdf !important;
	background-image: none;
	margin-right: 4px;
	/*color: #b9bbbe !important;*/
}

.tabsContainer {
    background-color: white;
    margin-top: 12px;
    border: 1px solid #dddddd;
}

.tabsGroup {
    border-bottom: 0px solid #DDDDDD;
	position: sticky;
	top: 130px;
	z-index: 4;
}

.nonSelectedTab:hover{
	background-color: none;
	background-image: none;
}

.nonSelectedSectionTab{
    background-color: none;
    background-image: none;
}

.container {
	border-left: initial;
	border-right: initial;
}

.ui-corner-all {
    -moz-border-radius: initial;
    -webkit-border-radius: initial;
    border-radius: initial;
}

.ui-panel {
	padding: initial;	
}

.ui-panel .ui-panel-titlebar {
    /*padding: 1.5em 1em 1.5em;
    background-color: white;
    border: 1px solid #dddddd;
    margin-top: 35px;
    margin-bottom: 25px;*/
	display: none;
}

.ui-widget-header {
    border: 1px solid #eeeeee;
    background: #f5f5f5;
    color: #333333;
    font-weight: bold;
}



td.encabezadoMargenIzquierdo {
	width: 30%;
    background-image: url('/jAD/appCssImage/ADENG_OOPP/imagenes/logos/logo1new.png');
	background-position: 1px 2px;
	padding: 0px;
	background-repeat: no-repeat;
}

td.columnaLogoRegion {
	width: 24% !important;
	background-image: url('/jAD/appCssImage/ADENG_OOPP/imagenes/logos/logo2new.png');
	background-repeat: no-repeat;
	background-position: 24px 0px;
}

.logoRegionMurcia{
	width: 0px;
	background-image: none;	
}

td.informacionAplicacion {
	width: 32%;
	background-image: url('/jAD/appCssImage/ADENG_OOPP/imagenes/logos/logo3new.png');
	background-repeat: no-repeat;
	background-position: 38px 6px;
}

td.encabezadoColumnaDerecha {
	width: 25%;
	background-image: url('/jAD/appCssImage/ADENG_OOPP/imagenes/logos/logo4new.png');
	background-repeat: no-repeat;
	background-position: 35px 0px;
}

#logoJavatoId {
	width: 0px;
}

.header_responsive_bar {
	background-image: url('/jAD/appCssImage/ADENG_OOPP/imagenes/logos/logo6newb.png');
	background-position: -11px -1px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
	
	td.encabezadoMargenIzquierdo {
		width: 50%;
		background-image: url('/jAD/appCssImage/ADENG_OOPP/imagenes/logos/logo3new.png');
		background-position: 65px 6px;
		padding: 0px;
		background-repeat: no-repeat;
	}

	td.columnaLogoRegion {
		width: 0% !important;
		background-image: none;
	}

	.logoRegionMurcia{
		width: 0px;
		background-image: none;	
	}

	td.informacionAplicacion {
		width: 50%;
		background-image: url('/jAD/appCssImage/ADENG_OOPP/imagenes/logos/logo4new.png');
		background-repeat: no-repeat;
		background-position: 108px 0px;
	}

	td.encabezadoColumnaDerecha {
		width: 0%;
		background-image: none;
	}

	#logoJavatoId {
		width: 0px;
	}
	
	.fondoFinanciacion{
		background-image: url('/jAD/appCssImage/ADENG_OOPP/imagenes/logos/logo5new.png');	   
	}
}

@media only screen and (max-width: 767px) {
	.fondoFinanciacion{
		background-image: url('/jAD/appCssImage/ADENG_OOPP/imagenes/logos/logo5new.png');	   
	}
	
	.piePaginaCol1 {
		display: none !important;
	}
}

.header {
	position: sticky;
	top: 0px;
	z-index: 4;
}

.pageTitle {
	position: sticky;
	top: 90px;
	z-index: 4;
	white-space:nowrap;
    overflow:hidden;
}




.popupsAyuda{
    background:rgba(0,0,0,.4);
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.popupsAyuda .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.popupsAyuda > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupsAyudaCloseButton {
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupsAyudaCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */