
			.bg-pypext-one{background:#02735E;}
			.bg-pypext-two{background:#4EB6E4;}
			.bg-pypext-three{background:#731702;}
			.bg-pypext-four{background:#F27405;}
			.bg-azul-sgeu{background:#273375;}
			/* UNNE */
			.bg-ibera{background:#1e579b;}
			.bg-iguazu{background:#5764c1;}
			.bg-rio-parana{background:#bce0f6;}
			.bg-atardecer{background:#f7cc89;}
			/* subtle */
			.bg-pypext-white-subtle {background:rgba(255,255,255, 0.1);}
			.bg-pypext-one-subtle {background:rgba(2,115,94, 0.1);}
			.bg-pypext-two-subtle {background:rgba(78,182,228, 0.1);}
			.bg-pypext-three-subtle {background:rgba(115,23,2, 0.1);}
			.bg-pypext-four-subtle {background:rgba(142,116,5, 0.1);}
			/* fin subtle */
			.text-pypext-one{color:#02735E;}
			.text-pypext-two{color:#4EB6E4;}
			.text-pypext-three{color:#731702;}
			.text-pypext-four{color:#F27405;}
			.text-ibera{color:#1e579b;}
			.text-azul-sgeu{color:#273375;}
			
			/*BTN - Convocatoria Activa*/
			.btn-active-call {
				background-color:#02735E;
				border-radius:28px;
				border:1px solid #02735E;
				display:inline-block;
				cursor:pointer;
				color:#f1f1f1;
				font-size:17px;
				padding:16px 31px;
				text-decoration:none;
				text-shadow:0px 1px 0px #1e569b;
			}
			.btn-active-call:hover {
				background-color:#025b4b;
				color:#ffffff;
			}
			.btn-active-call:active {
				position:relative;
				top:1px;
			}
