/*
	--- Versionamento ---
	19/03/2019 - Andrey - Primeira Versão
	--- Fim Versionamento ---
*/

.abaSelecionada{
	background-color: #4B4B73 !important;
	color: #FFF !important;
}

.abaSelecionada > img{
	border: 7px solid #c00 !important;
	background-color: #c00 !important;
}

#contenedor_abas div{
	display: inline-block;
	height: 23px;
	line-height: 23px;
	cursor: pointer;
	background-color: #DDD;
	margin-right: 10px;
	vertical-align: text-bottom;
	margin-top: 5px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;	
	
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;		
}

#contenedor_abas div > span{
	font-size: 12px;	
	height: 23px;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px; 
	vertical-align: top;
	line-height: normal;	
}

#contenedor_abas div > img{
	border: 7px solid #999;
	background-color: #999;
	
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;	

}

#contenedor_frames{
	width: 100%;
	height: 100%;
	border-top: 1px solid #BBB;	
	border-left: 0px;	
	border-right: 0px;	
	border-bottom: 0px;	
}

#contenedor_frames iframe{
	height: 95vh;
	width: 100%;
	border: 0px;
	background-color: #FFF;
}


#contenedor_abas{
	
	
-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */	
}
