			.st0{fill:#070000;}

			.cls-1{fill:#E7ECEB;}
			.cls-1:hover{fill:#B6B6B6;}

			.cls-2{fill:#18ef07;}

			.puntero{cursor: pointer;}
			.oculto{display: none;}
			
			.roja{fill:#DD0606;}
			.roja:hover{fill:#B00303;}
			
			.verde{
				background-image: url('../imagenes/iconos/odo/cuellos.svg');
			}
			.verde:hover{fill:#164902;}

			.azul{fill:#005670;}
			.azul:hover{fill:#021A80;}

			.st3{fill:none;stroke:#BF0811;stroke-width:22.6772;stroke-miterlimit:10;}	
		
			.disabledbutton {
    		pointer-events: none;
    		opacity: 0.8;
			}	

			.wrap{
				width: 800px;
				max-width: 90%;
				margin: 30px auto;
				border: 3px solid red;
			}

			/*ul{margin: 0px !important;}*/
			
			ul.grupTabs{
				width: 100%;
				list-style: none;
				display: flex;
			}

			ul.grupTabs li{
				width: 100%;
			}

			ul.grupTabs li a{
				text-decoration: none;
				font-size: 16px;
				display: block;
				padding: 5px 0px;
				border: 1px solid #E1E4E4;
				border-radius: 0px 15px 0px 0px;
				background-color: #FAFAFA;
				color: #B5B4B4;
			}

			.pestActiva{
				background-color: #0984CC !important;
				border-radius: 0px 10px 0px 0px;
				/*border-bottom: 5px solid #06CF06 !important;*/
				color: white !important;
			}

			ul.grupTabs li a .itemTabs-text{
				margin-left: 8px;
			}

			.secciones{
				width: 100%;
				background: #fff;
			}

@media only screen and (min-width: 993px) {
		.pestActiva{
				background-color: #0984CC !important;
				border-radius: 0px 10px 0px 0px;
				border-bottom: 5px solid #06CF06 !important;
				color: white !important;
		}

			ul.grupTabs li{
				width: 23%;
			}

}