@charset "utf-8";



/* --------------------------------------------------------------------	*/
/*	CSS Bootstrap 3 media queries										*/
/* --------------------------------------------------------------------	*/
@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}



/* --------------------------------------------------------------------	*/
/*	CSS custom fonts													*/
/* --------------------------------------------------------------------	*/





/* --------------------------------------------------------------------	*/
/*	CSS general															*/
/*  -------------------------------------------------------------------	*/
html {
	overflow-x: hidden;
}

body {
	/*position: relative;*/
	font-family:'Asap', 'Arial';
	padding: 0px 0px 0px 0px;

	/*background:url(../img/body_bg.png) no-repeat center top;*/
	/*min-height: 100%;*/
}


h1, .titulo-general {
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	
	font-size:50px !important;
	line-height: 1.0em;
	font-weight: 700;
	/*font-style: italic;*/
	color:#000; /* Verde: #b5c000; */
}

	h1 span {
		display: block;
		font-weight: 700;
		font-size:38px;
		color:#000000;
	}




	h1.main {
		margin: 0px 0px 40px 0px;
	}

	/*h1.main:after {
		position: absolute;
		width: 233px;
		height: 270px;
		top:-100px;
		right: 0px;

		content: '';
		background-image:url(../img/la-salud-sabe-bien.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}*/

.titulo-destacado {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font-size:86px !important;
	line-height: 1.0em;
	font-weight: 700;
	/*font-style: italic;*/
	color:#000000;
}

@media (max-width: 767px) {
	h1 {
		margin: 0px 0px 5px 0px;
		font-size:35px !important;
	}
		h1 span {
			font-size:28px;
		}

	.titulo-destacado {
		font-size:50px !important;
	}
}



h2, .subtitulo-general {
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	
	font-size:43px !important;
	line-height: 1.0em;
	font-weight: 700;
	/*font-style: italic;*/
	color:#000000;
}


h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;

	font-size:26px !important;
	line-height: 1.2em;
	font-weight: 700;
	color:#0098ab;

	/*text-transform: uppercase;*/
}


/* USADOS EN EDITOR */
.resumen {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	
	font-size:35px !important;
	line-height: 1.3em;
	font-weight: 700!important;
	color:#feca00;
}

.titulo-bloque {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	
	font-size:24px !important;
	line-height: 1.3em;
	font-weight: 700!important;
	color:#000000;

	border-bottom: 2px solid #feca00;
}

.separador {
	display: block;
	content: '';
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	
	border-bottom: 2px solid #feca00;
}

hr {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	
	border:0!important;
	border-bottom: 2px solid #feca00!important;
}

/*
.separador {
	border-bottom:1px solid #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}
*/

p {
	margin: 0px 0px 20px 0px;
	/*font-family: 'Arial';*/
	color:#000000!important;
	font-size:22px;
	line-height: 1.3em;
	font-weight: 400;
}

	.texto-destacado {
		font-size:26px;
	}

	.texto-especial {
		color:#969898!important;
		font-weight: 700;
	}

.direccion {
	display: block;
	margin: 0px 0px 2px 0px;
	font-size:18px;
	line-height: 1.5em;
	font-weight: 400;
}
	.direccion:before {
		font-family: 'fontawesome';
		content: '\F041';
		margin: 0px 10px 2px 0px;
		font-size:18px;
		line-height: 1.5em;
		font-weight: 400;

		color: #feca00;
	}

.horario {
	display: block;
	margin: 0px 0px 2px 0px;
	font-size:18px;
	line-height: 1.5em;
	font-weight: 400;
}
	.horario:before {
		font-family: 'fontawesome';
		content: '\F017';
		margin: 0px 10px 2px 0px;
		font-size:18px;
		line-height: 1.5em;
		font-weight: 400;

		color: #feca00;
	}

.telefono {
	display: block;
	margin: 0px 0px 2px 0px;
	font-size:18px;
	line-height: 1.5em;
	font-weight: 400;
}
	.telefono:before {
		font-family: 'fontawesome';
		content: '\F095';
		margin: 0px 10px 2px 0px;
		font-size:18px;
		line-height: 1.5em;
		font-weight: 400;

		color: #feca00;
	}



strong {
	font-weight: 700;
}

a {
	color:#0098ab;
	text-decoration: underline;
}

	a:hover {
		color:#000000;
		text-decoration: underline!important;
	}

a.link {
	font-weight: 700;
	font-size:16px;
}

a.special-link {
	font-weight: 700;
	font-size:16px;
	color: #e3221a;

	text-decoration: none;
}

figure {
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 0px 0px;
}
	figcaption {
		font-size:14px;
		text-align: right;
		margin: 20px 0px 0px 0px;
	}






/* --------------------------------------------------------------------	*/
/*	CSS comunes												*/
/*  -------------------------------------------------------------------	*/
@media (min-width: 768px) {
  .text-right-responsive { text-align:right; }
  .text-left-responsive { text-align:left; }
}

.container2 {
	margin:0px 35px 0px 35px;
}

@media (max-width: 767px) {
	.container2 {
		margin:0px 0px 0px 0px;
	}
}


img.destacada {
	margin-bottom:20px;
	border-bottom: 16px solid #fec900;
}

.img-responsive {
	width:100%;
}

.right-img-margin {
	margin: 0px 0px 15px 30px;
}

.volver {
	border-top: 1px solid #b4b4b4;
	margin: 20px 0px 20px 0px;
	padding: 5px 0px 0px 0px;
}
	a.volverButton {
		font-size:12px;
		color:#999;
	}


.bg {
	/*background:url(../img/bg.jpg) no-repeat;*/
	min-height: 1000px;
}

img[usemap], map area{
    outline: none;
}

ul {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

ul, ul.list {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	list-style-position: inside;
}
	ul li, ul.list li {
		list-style: none;
		margin: 0px 0px 5px 0px;

		font-weight: 300;
		font-size:20px;
		line-height: 1.5em;
		color: #000000;

		background: url(../img/puntin-list.png) no-repeat;
		background-position: 0px 10px;
		padding: 0px 0px 0px 12px;
	}
	ul li.special, ul.list li.special {
		background: none;
	}

ol {
	
}
	ol li {
		margin-bottom: 6px;
		font-size:14px;
		line-height: 1.3em;
		color: #000000;
	}



a.boton {
	position:relative;
	display: inline-block;

	background-color: #0098ab;
	color: #ffffff;
	padding: 20px 26px 20px 26px;
	border-radius: 8px;

	font-weight: 600;
	font-size: 25px;
	
	text-decoration: none;
}


	a.boton:after {
		/*display: inline-block;
		color:#fff;
		margin: 0px 6px 6px 6px;
		background: url(../img/ico-flecha-boton.png) no-repeat;

		content: "";
		width: 8px;
		height: 15px;
		top: 35%;
		right: 6px;
		position: absolute;*/
	}

a.pdf-link {
	position:relative;
	display: inline-block;

	font-size: 14px;
	color: #6f6f6e;

	/*background-color: #015da8;
	padding: 8px 20px 8px 20px;
	border-radius: 2px;*/

	margin: 0px 0px 0px 0px;

	text-decoration: none;
	/*text-transform: uppercase;*/
}
	a.pdf-link:before {
		position:relative;
		display: inline-block;

		vertical-align: middle;

		content: "";
		background: url(../img/ico-pdf.png) no-repeat;
		padding: 8px 20px 33px 20px;
	}

a.doc-link {
	position:relative;
	display: inline-block;

	font-size: 14px;
	color: #6f6f6e;

	/*background-color: #015da8;
	padding: 8px 20px 8px 20px;
	border-radius: 2px;*/

	margin: 0px 0px 0px 0px;

	text-decoration: none;
	/*text-transform: uppercase;*/
}
	a.doc-link:before {
		position:relative;
		display: inline-block;

		vertical-align: middle;

		content: "";
		background: url(../img/ico-doc.png) no-repeat;
		padding: 8px 20px 33px 20px;
	}

a.gm-loc-icon {
	position:relative;
	display: inline-block;

	/*background-color: #015da8;
	color: #ffffff;
	padding: 8px 20px 8px 20px;
	border-radius: 2px;*/

	margin: 0px 0px 0px 0px;

	/*font-size: 18px;*/
	text-decoration: none;
	/*text-transform: uppercase;*/
}
	a.gm-loc-icon:before {
		position:relative;
		display: inline-block;

		vertical-align: middle;

		content: "";
		background: url(../img/marker-icon.png) no-repeat;
		padding: 8px 0px 20px 24px;


	}


.table-reponsive-content td {
	padding:4px!important;
}


.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 52.0%!important;
}

.vjs-big-play-button {
	background: none!important;
	border:none!important;
	width: 4em!important;
    height: 4em!important;
}
	.vjs-big-play-button:before {
		content: ''!important;

		background-image:url(../img/play-icon.png)!important;
		background-repeat: no-repeat!important;
		background-size: 100%!important;

	}





/* --------------------------------------------------------------------	*/
/*	CSS burbujas												*/
/*  -------------------------------------------------------------------	*/
#burbujas { position:fixed;width: 100%;height: 100%; }


.burbuja {
    width: 60px;
    height: 60px;
    border: 4px #0097aa solid;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    position: absolute;
    /*z-index: 10;*/
}

.x1 {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.9;
    -webkit-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -o-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
}

.x2 {
    left: 10%;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.5;
    -webkit-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
    -moz-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
    -o-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
}
.x3 {
    left: 25%;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5;
    -webkit-animation: moveclouds 20s linear infinite, sideWays 14s ease-in-out infinite alternate;
    -moz-animation: moveclouds 20s linear infinite, sideWays 14s ease-in-out infinite alternate;
    -o-animation: moveclouds 20s linear infinite, sideWays 14s ease-in-out infinite alternate;
}
.x4 {
    left: 45%;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0.35;
    -webkit-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -o-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
}
.x5 {
    left: 51%;
    -webkit-transform: scale(0.35);
    -moz-transform: scale(0.35);
    transform: scale(0.35);
    opacity: 0.8; 
    -webkit-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
    -moz-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
    -o-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
}
.x6 {
    left: 63%;
    -webkit-transform: scale(0.34);
    -moz-transform: scale(0.34);
    transform: scale(0.34);
    opacity: 0.6;
    -webkit-animation: moveclouds 30s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: moveclouds 30s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -o-animation: moveclouds 30s linear infinite, sideWays 4s ease-in-out infinite alternate;
}
.x7 {
    left: 71%;
    -webkit-transform: scale(0.71);
    -moz-transform: scale(0.71);
    transform: scale(0.71);
    opacity: 0.39;
    -webkit-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -o-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
}
.x8 {
    left: 31%;
    -webkit-transform: scale(0.66);
    -moz-transform: scale(0.66);
    transform: scale(0.66);
    opacity: 0.9; 
    -webkit-animation: moveclouds 17s linear infinite, sideWays 8s ease-in-out infinite alternate;
    -moz-animation: moveclouds 17s linear infinite, sideWays 8s ease-in-out infinite alternate;
    -o-animation: moveclouds 17s linear infinite, sideWays 8s ease-in-out infinite alternate;
}
.x9 {
    left: 80%;
    -webkit-transform: scale(0.84);
    -moz-transform: scale(0.84);
    transform: scale(0.84);
    opacity: 0.8; 
    -webkit-animation: moveclouds 12s linear infinite, sideWays 1s ease-in-out infinite alternate;
    -moz-animation: moveclouds 12s linear infinite, sideWays 1s ease-in-out infinite alternate;
    -o-animation: moveclouds 12s linear infinite, sideWays 1s ease-in-out infinite alternate;
}
.x10 {
    left: 75%;
    -webkit-transform: scale(0.69);
    -moz-transform: scale(0.69);
    transform: scale(0.69);
    opacity: 0.55;
    -webkit-animation: moveclouds 19s linear infinite, sideWays 5s ease-in-out infinite alternate;
    -moz-animation: moveclouds 19s linear infinite, sideWays 5s ease-in-out infinite alternate;
    -o-animation: moveclouds 19s linear infinite, sideWays 5s ease-in-out infinite alternate;
}
.x11 {
    left: 92%;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0.9; 
    -webkit-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -o-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
}
@-webkit-keyframes moveclouds { 
    0% { 
        top: 100%;
    }
    100% { 
        top: -100px;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@-moz-keyframes moveclouds {     
    0% { 
        top: 100%;
    }

    100% { 
        top: -100px;
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:50px;
    }
}
@-o-keyframes moveclouds {
    0% { 
        top: 100%;
    }
    100% { 
        top: -100px;
    }
}

@-o-keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:50px;
    }
}


@media only screen and (max-width: 767px) {
  #burbujas {
    display: none;
  }
}




/* --------------------------------------------------------------------	*/
/*	CSS header												*/
/*  -------------------------------------------------------------------	*/
header {
	position:relative;

	margin:40px auto 70px auto;
	padding:0px 0px 0px 0px;
	/*height: 60px;*/
	background-color: #ffffff;
	/*border-bottom: 6px solid #b5c000;*/

	/*background-image: url(../img/estrellas-bg.png);
	background-position: center top;*/

	width: 100%;
	text-align: center;
	
}

header .container, header .container .row, header .container .row .col-sm-12  {
	
}


#logo {
	margin: auto;
}

	


#header-contenido {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

	#header-contenido img {
		max-width: 100%;
	}

	.header-item {
		display: flex;
		align-items: center;
		margin-left: 50px;
	}
	.header-item:first-child { margin-left:0; }


	.header-item p {
		margin-bottom: 0;
	}
	.header-item:nth-child(2) {
		margin-top: 25px;
	}
	.header-item:nth-child(3) {
		margin-top: 20px;
	}


@media (max-width: 767px) {
	header {
		margin:15px auto 40px auto;
	}

	#header-contenido {

	}

		.header-item {
			margin-left: 15px;
		}

		.header-item:nth-child(1) {
			max-width: 80px;
		}
		.header-item:nth-child(2) {
			margin-top: 25px;
		}
			.header-item:nth-child(2) p {
				font-size:14px!important;
			}

		.header-item:nth-child(3) {
			max-width: 60px;
		}

}



	header #redes {
		/*display:none;*/

		position:absolute;
		/*display:block;*/
		right:20px;
		top:-3px;
		
	}
	
		header #redes p {
			float:left;
			margin:2px 6px 0px 0px;
			padding:0px 0px 0px 0px;
			
			font-size:11px;
		}
		
			header #redes ul {
				list-style:none;
				float:right;
				margin:20px 0px 0px 0px;
				padding:0px 0px 0px 0px;
			}
			
				header #redes li {
					float:left;
					
					margin:0px 0px 0px 20px;
					padding:0px 0px 0px 0px;
					
					background: none;

					font-size:22px;
					
				}
					header #redes li a {
						color:#b7c7d3!important;
					}




/* --------------------------------------------------------------------	*/
/*	CSS bloques											*/
/*  -------------------------------------------------------------------	*/

#formCodigoContainer {
	margin:50px 0px 100px 0px;
}

	#introContainer {
		margin:0px 0px 20px 0px;
	}

@media (max-width: 767px) {
	#formCodigoContainer {
		margin:0px 0px 100px 0px;
	}
		#introContainer {
			margin:0px 0px 0px 0px;
		}
}


	.formContenido {
		text-align: center;
	}



		#kgContainer {
			text-align: center;
		}
			.kg-digit {
				display: inline-block;
				vertical-align: top;

				width: 120px;
				height: 120px;

				display: -ms-flexbox;
				display: -webkit-flex;
				display: inline-flex;

				flex-direction: column; /* alinea items hijos en filas */

				justify-content: center; /* horizontal */

				-ms-flex-align: center;
				-webkit-align-items: center;
				-webkit-box-align: center;
				align-items: center;

				text-align: center;

				margin: 0px 7px 0px 7px;

				background-color: #b5c000;
				color: #ffffff;
				border-radius: 12px;
			}

				.kg-digit span {
					font-weight: 700;
					font-size: 80px;
				}

			@media (max-width: 767px) {
				.kg-digit {
					width: 60px;
					height: 60px;
					margin: 0px 2px 0px 2px;
				}
					.kg-digit span {
						font-size: 40px;
					}
			}


		#kgTextoContainer {
			margin:25px auto 0px auto;
			max-width: 600px;
			text-align: center;
			
		}

			#kgTextoContainer p.texto-1 {
				margin:0px 0px 0px 0px!important;
				font-weight: 700;
				font-size: 35px!important;
				line-height: 1.1em;
				color:#b5c000!important;
			}

			#kgTextoContainer p.texto-2 {
				margin:0px 0px 0px 0px!important;
				font-weight: 700;
				font-size: 72px!important;
				color:#b5c000!important;
			}

				#kgTextoContainer p.texto-2:after {
					/*content: '';
					display: block;
					height: 10px;
					margin-top: 40px;
					background-image: url(../img/separador-puntos.png);
					background-repeat: no-repeat;
					background-position: center;*/
				}

			@media (max-width: 767px) {
				#kgTextoContainer p.texto-1 {
					font-size: 38px!important;
				}

				#kgTextoContainer p.texto-2 {
					font-size: 52px!important;
				}
			}



		.fullWidthBlock {
			margin: 70px 0px 70px 0px;
		}
		


		#comoParticiparContainer {
			margin:20px auto 0px auto;
			max-width: 700px;
			text-align: center;
		}

			p.p-padded {
				padding-left: 30px;
			}

			@media (max-width: 767px) {
				#comoParticiparContainer h2 {
					font-size: 30px!important;
				}
				#comoParticiparContainer p {
					font-size: 15px!important;
				}
			}

			blockquote {
				border:0;
				padding: 0;

				margin-top: 40px;

				font-weight: 700;
				font-size:35px;
				line-height: 1.1em;
				color:#b5c000;
			}







		#cajaContainer {
			max-width: 525px;
			margin:40px auto 50px auto;
			padding:40px 40px 40px 40px;
			border:6px solid #b5c000;
			border-radius: 12px;
			background-color: #ffffff;
			-webkit-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.2);
			-moz-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.2);
			box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.2);

			text-align: center;
		}

			#cajaFooterContainer {

			}

				#cajaFooterContainer p {
					font-size:30px!important;
					line-height: 1.2em;
				}

		#cajaForm {
			margin: 0px auto 0px auto;
			max-width: 300px;
			text-align: center;
		}

			#cajaForm label, #cajaForm input {
				margin: 0px auto 0px auto;
				max-width: 200px;
				text-align: center;
			}

			.form-legal-check label, .form-legal-check label input {
				max-width: 100%!important;
			}

		#premioContainer {
			position: relative;
			margin:0px auto 50px auto;
			padding:40px 40px 40px 40px;
			text-align: center;
			max-width: 625px;
			background-color:rgba(255,255,255,0.3);
		}

			img#mano {
				position: absolute;
				left: 0;
				top:40%;
			}

			#premioContainer h1 {
				margin: 0px 0px 5px 0px!important;
				font-size:60px!important;
				font-weight: 700;
				color: #000000!important;
			}

			#premioContainer p.texto-destacado {
				font-size:40px!important;
				font-weight: 700;
				color: #b5c000!important;
			}


		@media (max-width: 767px) {
			#cajaContainer {
				padding:15px;
			}
				#cajaFooterContainer p {
					font-size:20px!important;
					line-height: 1.2em;
				}
			#premioContainer {
				padding:15px;
			}
			#premioContainer h1 {
				font-size:30px!important;
			}
			#premioContainer p.texto-destacado {
				font-size:20px!important;
			}
		}



		form#formCodigo {

		}


		form#formCodigo label {
			font-size:20px;
		}

		.form-group {
		    margin-bottom: 20px;
		}

		form#formCodigo .form-legal-check {
			margin: 20px 0px 20px 0px;
		}

			form#formCodigo .form-legal-check input {
				margin-right: 5px;
			}

			form#formCodigo .form-legal-check label {
				font-size:17px;
			}


		#enviarButton {
			margin: 10px auto 0px auto;
			background-color: #0098ab;
			border:none;
			font-size:20px;
			color:#ffffff;
			padding: 8px 25px 8px 25px;
			border-radius: 8px;
			text-transform: uppercase;
		}

		#cajaContainer #enviarButton {
			transition: all 0.25s;
			opacity: 0.0;
		}
			#cajaContainer #enviarButton.show {
				opacity: 1.0;
			}



		.nota {
			margin: 50px 0px 0px 0px;
		}

			.nota p {
				font-size:16px!important;
			}



	@media (max-width: 991px) {

	}

	@media (max-width: 767px) {
		
	}






/* --------------------------------------------------------------------	*/
/*	CSS Juego Rasca											*/
/*  -------------------------------------------------------------------	*/
#juegoRasca {

}
	




/* --------------------------------------------------------------------	*/
/*	CSS comunes formularios											*/
/*  -------------------------------------------------------------------	*/
#globalFormProgressIndicatorContainer {
	display:none;

	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100%;

	background: url(../img/transp-bg.png);
}

	#globalFormProgressIndicator {
		width: 100%;
		height: 100%;
	}

		#globalFormProgressIndicator img {
			margin: auto;
			position: absolute;
			left:0;top:0;right: 0; bottom: 0;
		}




/* --------------------------------------------------------------------	*/
/*	CSS prefooter												*/
/*  -------------------------------------------------------------------	*/




/* --------------------------------------------------------------------	*/
/*	CSS footer												*/
/*  -------------------------------------------------------------------	*/
footer {
	margin:0px 0px 0px 0px;
	padding:60px 0px 180px 0px;
	text-align: center;
	background-color: #0098ab;

	color: #fff;
	font-size:14px;
}

	footer a {
		color: #fff;
	}

	.footer-block-1 {
		margin-bottom:80px;
	}

		.footer-block-1 p {
			font-size:35px!important;
			line-height: 1.2em;
			color:#ffffff!important;
		}

		.footer-block-1 ul.appLinks {
			list-style: none;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			text-align: center;
		}
			.footer-block-1 ul.appLinks li {
				background: none;

				display: inline-block;
				vertical-align: top;

				margin:0px 10px 20px 10px;
				padding:0px 0px 0px 0px;
			}


	.footer-block-2 {

	}
	


	#footer-block-final {
		background-color:#feca00;
		padding: 50px 0px 50px 0px;
	}


	footer p {
		color: #000000!important;
	}

	footer .img-responsive {
		max-width: 100%;
		width: auto;
	}



	footer #redes {
		/*display:none;*/

		margin:0px 0px 0px 0px;

		position:relative;
	}
	
		footer #redes ul {
			list-style:none;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;

			text-align: center;
		}
		
			footer #redes ul li {
				display:inline-block;
				
				margin:0px 5px 0px 5px;
				padding:0px 0px 0px 0px;
				
				background: none!important;
				
			}
				footer #redes ul li a {
					
				}

				footer #redes ul li img {
					max-width: 100%;
				}


	.footerTexto {
		text-align: right;
		display: block;
		margin: 40px 0px 0px 0px;

		vertical-align: bottom;
	}
		.footerTexto a {
			color:#000000!important;
			text-decoration: none;
		}


	@media (max-width: 1199px) {
		footer #redes ul li {
			width: 45px;
		}
		.footerTexto {
			margin-top: 20px;
			font-size: 12px;
		}
	}

	@media (max-width: 991px) {
		footer #redes {
			float:right;
		}
		footer #redes ul li {
			
		}
		.footerTexto {
			margin-top: 40px;
			font-size: 12px;
			text-align: center;
		}
	}

	@media (max-width: 767px) {
		footer {
			text-align: center;
		}
		footer img {
			margin: auto;
		}
		footer #redes {
			float:none;
			text-align: center;
			margin-top: 40px;
		}
		
		.footerTexto {
			margin-top: 40px;
			font-size: 12px;
			text-align: center;
		}
	}





