		.s_borde{
			border: 1px solid #eaeaea;
			margin: 12px 0px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			cursor: pointer;
			padding: 10px;
			background: rgba(255,255,255,1.00);
			-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
			-webkit-box-shadow: 0px 6px 6px -8px #808080;
			-moz-box-shadow: 0px 6px 6px -8px #808080;
			box-shadow: 0px 6px 6px -8px #808080;				
		}
		.s_borde:hover{
			border: 1px solid rgba(155,155,155,0.3);
			background: rgb(249, 249, 249);
			-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
			-webkit-box-shadow: 0px 10px 16px #aaaaaa;
			-moz-box-shadow: 0px 10px 16px #aaaaaa;
			box-shadow: 0px 10px 16px #aaaaaa;				
		}

		.c_enlace{
			color: rgba(255,255,255,1.00); 
			text-rendering: optimizeLegibility;
			font-size: 1em;
			-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
		}
		.c_enlace:hover{
			color: rgba(255,204,54,1.00);
			-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
		}
		.t_alap_pie{
			color: rgba(255,255,255,1.00); 
			text-rendering: optimizeLegibility;
			font-size: 1em;
			font-weight: bold;
		}
		.sombra_img{
			-webkit-box-shadow: 0px 17px 18px -15px rgba(0,0,0,0.87);
			-moz-box-shadow: 0px 17px 18px -15px rgba(0,0,0,0.87);
			box-shadow: 0px 17px 18px -15px rgba(0,0,0,0.87);
		}
		/* ejemplo 6 */
		.contenedor6 {
			/*margin: 10px auto;*/
			display:flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: center;
			align-content: center;
			align-items: center;
			/*background-color: #E7F6F6;
			border: 1px solid #99cccc;*/
			max-height: 200px;
			height: 200px;	
		}
		.contenedor6p {
			/*margin: 10px auto;*/
			display:flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: center;
			align-content: center;
			align-items: center;
			/*background-color: #E7F6F6;
			border: 1px solid #99cccc;*/
			max-height: 140px;
			height: 140px;	
		}
		.contenido6 {
			width: auto;
			height: auto;
			margin-top: 10px;
			margin-bottom: 10px;
			margin-left: 20px;
			margin-right: 20px;
		}
		.contenido6p {
			width: auto;
			height: auto;
			margin-top: 10px;
			margin-bottom: 0;
			margin-left: 0;
			margin-right: 0;
		}
		.b_enlace{
			border: 3px solid rgb(0, 159, 227);
			margin: 1px 0;
			-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
		}
		.b_enlace:hover{
			border: 3px solid rgb(52, 194, 255);
			-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
		}
		.color_enlace{
			color: rgba(255,255,255,0.6);
			-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
		}
		.color_enlace:hover{
			color: rgba(255,255,255,1);
			-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
		}
		.color_enlace_selected{
			color: rgba(255,255,255,1);
		}
		.color_enlace_selected:hover{
			color: rgba(255,255,255,1);
		}
		#estilo_barra_sup{
			height: auto; width: 100%; background: #0e4194; position: fixed; z-index: 99; top: 0;
			-webkit-box-shadow: 0 2px 6px 3px rgba(0,0,0,0.3); -moz-box-shadow: 0 2px 6px 3px rgba(0,0,0,0.3); box-shadow: 0 2px 6px 3px rgba(0,0,0,0.3);			
			border-bottom: 1px solid #d5ad04;			
		}
		#estilo_contenido_central{
			background: rgba(255,255,255,1.00); -webkit-box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1); box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1);			
		}
		
		.textSocial_f {
			font-size: 2em !important;
			text-align: center;
			color: #fff;
			background: rgba(255, 255, 255, 0);
			width: 54px;
			height: 54px;
			border: 1px solid #fff;
			margin: 2px;
			cursor: pointer;
			-webkit-transition: all 600ms linear;
			-moz-transition: all 600ms linear;
			-ms-transition: all 600ms linear;
			-o-transition: all 600ms linear;
			transition: all 600ms linear;
		}
		.textSocial_f:hover {
			color: #fff;
			background: #0074d5; /*#3c5a99;*/
			-webkit-transition: all 600ms linear;
			-moz-transition: all 600ms linear;
			-ms-transition: all 600ms linear;
			-o-transition: all 600ms linear;
			transition: all 600ms linear;
		}
		.textSocial_t {
			font-size: 2em !important;
			text-align: center;
			color: #fff;
			width: 54px;
			height: 54px;
			border: 1px solid #fff;
			margin: 2px;
			cursor: pointer;
			-webkit-transition: all 600ms linear;
			-moz-transition: all 600ms linear;
			-ms-transition: all 600ms linear;
			-o-transition: all 600ms linear;
			transition: all 600ms linear;
		}
		.textSocial_t:hover {
			background: #5da9dd;
			color: #fff;
			-webkit-transition: all 600ms linear;
			-moz-transition: all 600ms linear;
			-ms-transition: all 600ms linear;
			-o-transition: all 600ms linear;
			transition: all 600ms linear;
		}
		.textGaleria{
			font-size: 2em !important;
			text-align: center;
			color: #fff;
			background: rgba(255, 255, 255, 0);
			width: 54px;
			height: 54px;
			border: 1px solid #fff;
			margin: 2px;
			cursor: pointer;
			-webkit-transition: all 600ms linear;
			-moz-transition: all 600ms linear;
			-ms-transition: all 600ms linear;
			-o-transition: all 600ms linear;
			transition: all 600ms linear;
		}
		.textGaleria:hover{
			color: #fff;
			background: #5C8E74;
			-webkit-transition: all 600ms linear;
			-moz-transition: all 600ms linear;
			-ms-transition: all 600ms linear;
			-o-transition: all 600ms linear;
			transition: all 600ms linear;
		}
		.bg-light {
			background: none !important;
		}			
		.navbar {
			padding: 0;
		}					
		.navbar-brand {
			padding-top: 0;
		}			
		.navbar-nav .nav-item .nav-link{
			color: rgba(171,171,171,1.00);
			-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
		}
		.navbar-nav .nav-item .nav-link:hover{
			color: rgba(255,255,255,1.00);
			-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
		}
		.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
			color: rgba(255,255,255,1.00);
		}		

		.navbar-light .navbar-toggler {
			border-color: rgba(255, 255, 255, 0.2);
		}
		.enlace_idioma{
			color:rgba(255,255,255,0.5);
			font-size: 1em;
			font-weight: 500;
			text-decoration: none;
			text-rendering: optimizeLegibility;
			-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
		}
		.enlace_idioma:hover{
			color:#d5ad04;
			text-decoration: none;
			-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
		}
		.enlace_idioma_selected, .enlace_idioma_selected:hover{
			color:#d5ad04;
			font-size: 1em;
			text-decoration: none;
			text-rendering: optimizeLegibility;
		}

		.sombra_cja{
		-webkit-box-shadow: 0px 32px 22px -24px rgba(0, 0, 0, 0.95);
		-moz-box-shadow: 0px 32px 22px -24px rgba(0, 0, 0, 0.95);
		box-shadow: 0px 32px 22px -24px rgba(0, 0, 0, 0.95);
		}



		/* Extra small devices (portrait phones, less than 576px) */
		@media (max-width: 575.98px) { 
			.ancho_cja{ width:100% }
			.ancho_cja_g{ width:100% }
		}

		/* Small devices (landscape phones, 576px and up) */
		@media (min-width: 576px) and (max-width: 767.98px) { 
			.ancho_cja{ width:80% }
			.ancho_cja_g{ width:64% }
		}

		/* Medium devices (tablets, 768px and up) */
		@media (min-width: 768px) and (max-width: 991.98px) { 
			.ancho_cja{ width:80% }
			.ancho_cja_g{ width:64% }
		}

		/* Large devices (desktops, 992px and up) */
		@media (min-width: 992px) and (max-width: 1199.98px) { 
			.ancho_cja{ width:80% }
			.ancho_cja_g{ width:64% }
		}

		/* Extra large devices (large desktops, 1200px and up) */
		@media (min-width: 1200px) {
			.ancho_cja{ width:80% }
			.ancho_cja_g{ width:64% }
		}							




		.txtg{
			color:rgba(96,96,96,1.00) !important; font-weight: 400; font-size: 1em; text-rendering: optimizeLegibility;
		}
		.txt1{
			color: rgba(0,100,156,1.00);
		}
		.divider {
			border: 0;
			height: 1px;
			margin: 34px auto;
			background-image: -webkit-linear-gradient(left, transparent, #ddd, transparent);
			background-image: linear-gradient(to right, transparent, #ddd, transparent);
			text-align: center;
			position: relative;
			clear: both;
		}		
		.material-icons {
			color: #D0D0D0;
			font-weight: normal;
			font-style: normal;
			font-size: 1em;
			line-height: 2 !important;
			letter-spacing: normal;
			text-transform: none;
			display: inline-block;
			white-space: nowrap;
			word-wrap: normal;
			direction: ltr;
			-webkit-font-feature-settings: 'liga';
			-webkit-font-smoothing: antialiased;
			text-align: center;
			-moz-border-radius: 50px;
			-webkit-border-radius: 50px;
			background: #fff;
			border: 1px solid;
			border-top-color: currentcolor;
			border-right-color: currentcolor;
			border-bottom-color: currentcolor;
			border-left-color: currentcolor;
			border-color: #ddd;
			border-radius: 50px;
			display: inline-block;
			height: 50px;
			line-height: 50px;
			position: absolute;
			text-align: center;
			width: 50px;
			font-size: 20px;
			margin: 0 auto 0 -25px;
			top: -25px;
			left: 50%;
			z-index: 20;
		}	
		.color_txt_icono{
			color:rgba(185,185,185,1.00); font-size: 1.4rem; font-weight: 600; text-rendering: optimizeLegibility;
		}
		.txt_titulo{
			color: #0e4194; font-size: 1rem; font-weight: 600; text-rendering: optimizeLegibility;
		}
		.bandera{
			position: absolute; z-index: 9; right: 30px; top: 20px
		}
		.etiqueta_celeste {
			background: #009FE3;
			color: #fff;
			font-size: 1.5em;
			font-weight: 500;
			padding:0 5px 5px 5px;
			text-rendering: optimizeLegibility;
		}
		.etiqueta_verde {
			color: #fff;
			font-size: 1.1em;
			text-rendering: optimizeLegibility;
			font-weight: 600;
			background: #0AADAD;
			padding:2px 7px;
			margin: 0 12px;
			-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
		}
		.etiqueta_verde_2 {
			background: #0AADAD;
			border: 3px solid #fff;
			padding: 2px 20px;
			color: #fff;
			text-decoration: none;
			-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
		}
		.etiqueta_verde:hover, .etiqueta_verde_2:hover{
			text-decoration: none;
			background: #164194; 
			-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
		}
		.etiqueta_verde_selected {
			color: #fff;
			font-size: 1.1em;
			text-rendering: optimizeLegibility;
			font-weight: 600;
			background: #164194;
			padding:2px 7px;
			margin: 0 12px;
			-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
		}
		.etiqueta_verde_2_selected {
			background: #164194;
			border: 3px solid #fff;
			padding: 2px 20px;
			color: #fff;
			text-decoration: none;
			-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
		}
		.etiqueta_verde_selected:hover, .etiqueta_verde_2_selected:hover{
			text-decoration: none;
			background: #164194; 
			-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
		}





		.etiqueta_verde_pa {
			color: #fff;
			font-size: 0.8em;
			text-rendering: optimizeLegibility;
			font-weight: 600;
			background: #0AADAD;
			padding:4px 7px;
			margin: 0 5px;
			-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
		}
		.etiqueta_verde_2_pa {
			background: #0AADAD;
			border: 3px solid #fff;
			padding: 4px 10px;
			color: #fff;
			text-decoration: none;
			-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
		}
		.etiqueta_verde_pa:hover, .etiqueta_verde_2_pa:hover{
			text-decoration: none;
			background: #164194; 
			-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
		}
		.etiqueta_verde_pa_s {
			color: #fff;
			font-size: 0.8em;
			text-rendering: optimizeLegibility;
			font-weight: 600;
			background: #164194;
			padding:4px 7px;
			margin: 0 5px;
			-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
		}
		.etiqueta_verde_2_pa_s {
			background: #164194;
			border: 3px solid #fff;
			padding: 4px 10px;
			color: #fff;
			text-decoration: none;
			-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
		}
		.etiqueta_verde_pa_s:hover, .etiqueta_verde_2_pa_s:hover{
			text-decoration: none;
			background: #164194; 
			-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
		}

		.background_azul{
			color: #fff;
			font-size: 1.2em;
			text-rendering: optimizeLegibility;
			font-weight: 500;
			background: #164194;	
			padding: 5px 0 10px 0;
		}
		.background_celeste{
			color: #fff;
			font-size: 1.2em;
			text-rendering: optimizeLegibility;
			font-weight: 500;
			background: #009FE3;	
			padding: 5px 0 10px 0;
		}




		.titulo_celeste {
			color: #fff;
			font-size: 1.3em;
			text-rendering: optimizeLegibility;
			font-weight: 600;
			background: #009FE3;
			padding:2px 7px;
			margin: 0 12px;
			-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
		}
		.titulo_celeste_2 {
			background: #009FE3;
			border: 3px solid #fff;
			padding: 2px 20px;
			color: #fff;
			text-decoration: none;
			-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
			   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
				 -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
					transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
		}




		/* Extra small devices (portrait phones, less than 576px) */
		@media (max-width: 575.98px) { 
			.dia1_mx{ margin : 0; }
		}

		/* Small devices (landscape phones, 576px and up) */
		@media (min-width: 576px) and (max-width: 767.98px) { 
			.dia1_mx{ margin : 0; }
		}

		/* Medium devices (tablets, 768px and up) */
		@media (min-width: 768px) and (max-width: 991.98px) { 
			.dia1_mx{ margin : 0 10%; }
		}

		/* Large devices (desktops, 992px and up) */
		@media (min-width: 992px) and (max-width: 1199.98px) { 
			.dia1_mx{ margin : 0 12%; }
		}

		/* Extra large devices (large desktops, 1200px and up) */
		@media (min-width: 1200px) { 
			.dia1_mx{ margin : 0 16%; }
		}							


