@page {size:landscape}
@charset "UTF-8";
/* CSS Document */

strong{ font-weight: bold!important;}  
  
.button_gradient {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#F6F0DF;
	text-shadow: 1px 1px 0px #000;
	padding: .6em .7em; 
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	position: relative;
}
.button_gradient:hover {
	text-decoration: none;
}
.button_gradient:active {
	position: relative;
	top: 1px;
}

/* gray */
.brown {
	color: #F6F0DF;
	border: solid 1px #333;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#302F2C));
	background: -moz-linear-gradient(top,  #575757,  #302F2C);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#302F2C');
}
.brown:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.brown:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
 
.agenda{ 
	width: 960px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.semana{ position: relative;  height: auto; border-radius: 8px; background: url(../img/bk_agenda_misiones.png) repeat left center; }
.semana .mision{ position: absolute;   left: 0px; width: 100%; height: 0px; overflow: hidden; background:url(../img/bk_check_mision.jpg) repeat top center; }
.semana .mision .tab{ padding: 30px; display: none; position: relative; }
#tab2{ padding: 35px 60px;}
#tab3{ padding: 35px 60px;}
.semana .mision .tab.actual{ display: block;}
.semana .mision .tab .right_center{ position: absolute; top: 85px; right: 15px;}
.semana .mision .tab .left_center{ position: absolute; top: 85px; left: 15px;}
.semana .mision .hide, #carrousel .hide, .carrousel .hide{
	display: none;
	 
	position: absolute;
	top: 28px;
	left: 0px;  
	padding-top: 17px;
	border-radius: 6px;
	/*background: url(../img/tooltip_arrow.png) no-repeat 0px 0px ;*/
	top:auto; 
	bottom: 30px; 
	 
	background: url(../img/tooltip_arrow_bottom.png) no-repeat bottom left; 
	z-index: 999;
}
#carrousel .hide p,.carrousel .hide p{ padding-bottom: 10px;}
#showdescription{ float: left; margin-top: 5px; width: 125px;}
#getSemana{ display: none;}

/*.semana .mision .hide{ top:auto; bottom: 30px; padding-bottom: 0px;background: url(../img/tooltip_arrow_bottom.png) no-repeat bottom left; }*/

.semana .imprimeagenda{ background: url(../img/bk_pie_semana.png) repeat center center; text-align: center; padding: 15px 0;  }

.semana .dia{ float: left;   width: 134px; }
.semana .day0{ width:100%; }
.semana .day0 a{ background: url(../img/bg_misionextra.jpg) no-repeat top center; line-height: 70px; position:  }
.semana .day0 a, .semana .day7 a{ border-right: none!important; }
.dia h4{ margin: 0px; background:url(../img/bk_dias.jpg) repeat-x top center; padding: 15px; text-align: center; text-shadow: 1px 1px 0px #666; color:#FFF;}
.dia h4 span{ display: block; font-size: 30px; font-weight: bold; color: #333; margin-top: 3px; } 
.dia a{ 
	padding: 15px; 
	text-align: left; 
	color: #FFF; 
	font-size: 12px;
	text-decoration: none; 
	display: block; 
	/*background: url(../img/bk_dia_mision.jpg) repeat-x center center; */
	height: 70px; 
	position: relative; 
	overflow: hidden; 
	}
.dia a .img-mision-thumb{
	position: absolute; top: 0px; left: 0px;
	width: 135px;
}	
.dia a:hover .img-mision-thumb { opacity: .4; }	
.dia a:hover span{ z-index: 11; position: relative;} 
.dia a:hover, .dia a.hovered{ background: #000;}
.dia a.locked{ background-color: #000; }
.dia a.locked .img-mision-thumb { opacity: .4;}
.dia a.locked span{ display: none;}
.dia a .locker{ position: absolute; top: 35px; left: 50%; z-index: 12; margin-left: -12px; }

.semana .dia .semaforo{ display: block; height:18px; width:18px; background-color: #FFF; background: url(../img/semaforo1.png) no-repeat 0 0; position: absolute; bottom:5px; right: 5px; border-radius: 4px;}
.semana .day0 .semaforo{ right:50%;}

.semana .dia .semaforo.verde{ background-position: -1px -19px; }
.semana .dia .semaforo.rojo{ background-position: -1px -1px; }
.semana .dia .semaforo.amarillo{ background-position: -1px -37px; }
.semana .dia .semaforo.naranja{ background-position: 0 -29px; }

.tab_dashboard{ display: none; padding: 15px!important; background: #302F2C; border-radius: 10px; margin: 10px 0 30px 0; position: relative;}
.tab_dashboard.actual{ display: block;}
.tab_dashboard .left_center{ position: absolute; top: 60px; left: 10px; border: none!important; }
.tab_dashboard .close-mission img, .tab_dashboard .left_center img{ border: none!important; }
.tab_dashboard .button_gradient{ margin: 10px 0px!important;}
.tab_dashboard h5{ text-align: left!important; }
.semana .mision .tab h5, .tab_dashboard h5{ color: #FFF; font-size: 16px; font-weight: bold; margin-bottom: 5px;}
.semana .mision .tab p, .tab_dashboard p{ color: #F6F0DF; text-shadow: 1px 1px 0px #000; line-height: 16px; margin-bottom: 15px; width: 700px; font-size: 12px;}
.semana .mision .tab .close-mission, .tab_dashboard .close-mission { position: absolute; top: 10px; right: 10px;}
.semana .mision .tab .img-mision, .tab_dashboard .img-mision { float: left; margin-right: 20px; width: 120px; height: 120px;}
.semana .mision .tab .points, .tab_dashboard .points{ font-size: 10px; color: #D8AA3A; font-weight: bold; text-shadow: 1px 1px 0px #000; margin-bottom: 10px; display: block; }

.semana .mision .tab .user, .tab_dashboard .user{ float: left; margin-right: 10px; color: #FFF; font-weight: bold; text-align: left}
.semana .mision .tab .user img, .tab_dashboard .user img{ background-color: #CCC; border: 4px solid #000; border-radius: 5px; box-shadow: 1px 1px 0px #666; width: 50px; height: 50px; float: left; margin: 15px 5px 10px 0; }
.semana .mision .tab .user input, .tab_dashboard .user input{ margin-top: 40px; height: 1px; margin-top: -10px;} 
.semana .mision .tab .charts, .tab_dashboard .charts{ 
	height: 128px; 
	width: 128px; 
	float: left; 
	margin-right: 10px; 
	background: url(../img/bg_charts.png) no-repeat center center; 
	color: #FFF; 
	font-size: 18px; 
	text-align: center; 
	line-height: 128px; 
	font-family: 'playtime'; 
	font-size:15px; 
	}

.semana .mision .tab .charts .jCProgress, .tab_dashboard .charts .jCProgress{ margin-top:14px!important; }

#week-pages{  margin-top: 40px; overflow: hidden; min-height: 570px; display: none; }
.agenda-page{ position: relative;}
.agenda-page #nav{  z-index: 999; background: url(../img/week_bar.png) no-repeat center center; text-align:right;     }

.agenda-page #nav .activeSlide{background-position:bottom center; opacity: 0.7}

.agenda-page #nav a{ font-size: 20px; font-family: 'playtime'; color: #666; text-decoration: none; display: inline-block; width: 50px; height: 50px; overflow: hidden; text-indent: 1000px; }

.agenda-page #nav #week_1{ background: url(../img/week.png) no-repeat 0px -50px;}
.agenda-page #nav #week_2{ background: url(../img/week.png) no-repeat -52px -50px;}
.agenda-page #nav #week_3{ background: url(../img/week.png) no-repeat -106px -50px;}
.agenda-page #nav #week_4{ background: url(../img/week.png) no-repeat -160px -50px;}
.agenda-page #nav #week_5{ background: url(../img/week.png) no-repeat -214px -50px;}

.agenda-page #nav #week_1.activeSlide, .agenda-page #nav #week_1:hover{ background: url(../img/week.png) no-repeat 0px 0px;}
.agenda-page #nav #week_2.activeSlide, .agenda-page #nav #week_2:hover{ background: url(../img/week.png) no-repeat -52px 0px;}
.agenda-page #nav #week_3.activeSlide, .agenda-page #nav #week_3:hover{ background: url(../img/week.png) no-repeat -106px 0px;}
.agenda-page #nav #week_4.activeSlide, .agenda-page #nav #week_4:hover{ background: url(../img/week.png) no-repeat -160px 0px;}
.agenda-page #nav #week_5.activeSlide, .agenda-page #nav #week_5:hover{ background: url(../img/week.png) no-repeat -214px 0px;}

 
.ideas_fase1{ display: none; height: 20px; padding: 15px 0;}
.ideas_fase1.visible{ display: block;}

body{
	background:url(../img/bk.png) repeat; 
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333333;
	}
	
@font-face {
    font-family: 'playtime';
    src: url('fonts/playtime.ttf'); 
}
	
@font-face {
    font-family: 'sniglet';
    src: url('fonts/Sniglet_Regular.otf'); 
}
.alineado{ display: inline-block; *display: inline; zoom:1; vertical-align: top;}

/* HEADER */

#fruta_registrate{ position: absolute; top: 30px; left: 30px; display: none}

#header .grid_12{ position:relative; min-height:180px; }
.home #header .grid_12{ position:relative;  min-height:420px; }

#header .slider{ width:70%; padding-bottom:25px; }
#header .slider.cycle { width: 660px; height: 270px; overflow: hidden; margin-top: 70px;}
#header .slider.cycle div{ width: 660px; height: 270px; overflow: hidden; }

#header #next_arr{ height: 26px; width: 25px; overflow: hidden; display: block; background: url(../img/next_prev.png) no-repeat -25px 0px; position: absolute; top: 240px; left: 610px; position: absolute; z-index: 9999;}
#header #prev_arr{ height: 26px; width: 25px; overflow: hidden; display: block; background: url(../img/next_prev.png) no-repeat 0px 0px; top: 240px; left: -40px; position: absolute; z-index: 9999;}

#header .slider.cycle #frutas{ background:url(../img/fruta_decorativa.png) no-repeat 340px 10px;}
#header .slider.cycle #cajas{ background:url(../img/cajas.png) no-repeat 380px 30px;}
#header .slider .frase{ font-size:20px; line-height:24px; font-family: 'playtime'; text-shadow:1px 1px 0px #FFF;}
#header .slider .frase a{ color: #A89565; display: inline-block; margin: 30px 20px 0px 0; text-decoration: none; } 
#header .slider .frase a:hover{ text-decoration: underline;}

#header #share{ position:absolute; top:390px; left:0px; display: none;}

#header .hometext{display: none;}
#header .hometext h3{ font-size: 30px; font-family: 'playtime'; margin-bottom: 20px; text-shadow: 1px 1px 0px #FFF; }
#header .hometext p{font-size: 14px; line-height: 18px; text-shadow: 1px 1px 0px #FFF;}
#header .hometext p a{ text-decoration: none; color:#CC4446;} 
#header .hometext p a:hover{ color: #FFF;}

.home #logo{ margin-top:80px; display:block; width:400px;}
.home .logo{ margin-top:0px; display:block; width:400px;}
#logo_small{ margin-top:70px; display:block;}

#etiqueta_cultivamos_futuro{ position:absolute; top:0px; left:0px; }
#logo_bouquet{ position:absolute; top:70px; right:0px; }	
.home #logo_bouquet{  top:15px; right:53px;   }	
	
#etiqueta_premio_lasprovincias{ position:fixed; top:0px; right:0px; }

#newsletter{
	position:absolute; 
	top:280px;
	right:10px;
	font-size:14px;
	text-shadow:1px 1px 0px #FFF;
	}
#newsletter input{
	height:42px; 
	width:328px; 
	line-height:42px;
	padding:0 10px;	
	background:url(../img/boton_newsletter.png) no-repeat center center;
	color:#FFF;
	border:none;
	margin-top:10px;
}
#acceder{ 
	display:block; 
	color:#FFF; 
	text-decoration:none; 
	width:279px; 
	height:61px; 
	background:url(../img/botones.png) no-repeat bottom center; 
	line-height:61px;  
	position:absolute;
	text-indent:35px; 
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
	top:270px;
	right:0px; 
	font-size: 16px;
	}
#acceder:hover{ opacity:.9; }
#irpromo{ 
	display:block; 
	color:#FFF; 
	text-decoration:none; 
	width:269px; 
	height:50px; 
	background:#D25253; 
	line-height:50px;  
	position:absolute;
	text-indent:35px; 
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
	box-shadow: 1px 1px 1px #333;
	top:350px;
	border-radius: 5px;
	right:5px; 
	font-size: 16px;
	}
#irpromo:hover{ opacity:.9; }

#registrarse{ 
	display:block; 
	color:#FFF; 
	text-decoration:none;
	width:279px; 
	height:61px; 
	background:url(../img/botones.png) no-repeat top center; 
	line-height:61px; 
	text-indent:35px;  
	position:absolute;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
	top:200px; 
	right:0px; 
	font-size: 16px;
	}
#registrarse:hover{ opacity:.9; }

#userinfo{ position: absolute; top: 0px; right: 0px; width: 374px; padding: 0 15px; height: 42px; line-height: 42px; font-size: 14px; color: #FFF; background: url(../img/bk_userinfo.png) no-repeat; }
#userinfo span{font-family: 'playtime';}
#userinfo span a{ color: #EFEFEF; text-decoration: none; font-weight: bold;}
#userinfo a.action{ float: right; display: block; margin-left: 3px; font-size: 14px; text-decoration: none; font-weight: bold; color: #fff; text-shadow: 1px 1px 0px #333; }
#userinfo a:hover{ color: #FFF; }
#userinfo a.salir{ }
#userinfo a.editarperfil{background: url(../img/bk_editarperfil.png) no-repeat center right; padding-right: 12px; }
.home #userinfo{ display: none;}
.bg-help{ background: url(../images/bg-help.png);}
.bg-help #que-es, .bg-help #instrucciones{padding: 30px 0px; margin-left: 45px;}
.bg-help #que-es h3, .bg-help #instrucciones h3{ color: #fff; text-shadow: 1px 1px 0px black; font-family: Helvetica; font-size: 14px; font-weight: bold;}
.bg-help #que-es p, .bg-help #instrucciones p{ color: #BDB3A5; text-shadow: 1px 1px 0px black; line-height: 20px; font-size: 12px;}

#promo-sandia-sin-pepitas{ padding: 45px 0; color: #FFF; text-shadow: none!important;}
#promo-sandia-sin-pepitas p, #promo-sandia-sin-pepitas h3{ text-shadow: none!important;}

#first_tip{ height: 100%; width: 100%; position: fixed; top: 0px; left: 0px; z-index: 99999999; background: url(../images/overlay.png) repeat; display:none;}
#first_tip img{ position: absolute; top:50%; left: 50%; margin-left: -468px; margin-top: -248px;  width:936px; height: 498px; display:block}
#closelabel{ position: absolute; top: 50%; left: 50%; margin-left: 420px; margin-top: -238px; background: url(../images/close.gif) no-repeat center center; display: block; width: 40px; height: 40px; }
#registrateahora{ position: absolute; top: 50%; left: 50%; margin-left: 170px; margin-top: 158px;  display: block; width: 270px; height: 40px;
 color:#CC4446; font-size: 36px; font-family: 'playtime'; text-shadow:1px 1px 0px #F1EDE7; text-decoration: none;
 }
#registrateahora:hover{ text-decoration: underline; } 

/* CONTENT */

#content{ min-height:300px; padding:20px 0; background:url(../img/bk_middle.png) repeat; width:100%;}
#content .grid_4{ text-align:center; }
#content .polaroid{ padding-top:0px; height: 260px; background: url(../img/slide1.png) no-repeat; width: 310px;}

h2.title{ font-size:24px;  font-family: Helvetica, Arial, sans-serif; text-shadow:1px 1px 0px #FFF; margin-bottom: 20px; font-weight: bold;}

#content h3{ font-size:34px; color:#CC4446; margin-top:15px; margin-bottom:5px;  font-family: 'playtime'; text-shadow:1px 1px 0px #F1EDE7;  }
.home #content .grid_4 p{ text-align:center; font-size:12px; line-height:18px; text-shadow:1px 1px 0px #F1EDE7; margin-left: 0px!important; }

#content .necesitas { width: 204px;}
#content .necesitas a{ color:#333333; text-decoration:none; font-size: 11px; }
#content .necesitas a:hover{ color:#121212; }
#content .necesitas h3{ font-size: 27px;}

#content a#quien{ 
	display:block; 
	background:url(../img/ico_quien_usa.png) no-repeat center top; 
	padding-top:110px; 
	text-align:center; 
	margin-top: 10px;
	color:#FFF;
	text-decoration:none;
	font-family: 'playtime';
	font-size:16px;
	} 
#content a#guia{ 
	display:block; 
	background:url(../img/ico_guia.png) no-repeat center top; 
	padding-top:110px; 
	text-align:center; 
	margin-top: 10px; 
	color:#FFF;
	text-decoration:none;
	font-family: 'playtime';
	font-size:16px;
	} 
	
#facebook_like{ padding:20px 10px; background:url(../img/bk_fb_like.png) no-repeat top center; width:280px; height:80px; margin:10px 0;}
#last_tweet{ padding:20px; background:url(../img/bk_last_tweet.png) no-repeat top center; width:260px; height:110px; font-size:12px!important; text-shadow:none!important;}	
#last_tweet p{font-size:16px!important; text-shadow:none!important; font-family: 'playtime'; line-height:16px;}	
#last_tweet .twtr-hd, #last_tweet .twtr-ft{ display:none; }

.guia .listado_guia{ background: url(../img/bk_guia.png) repeat; margin: 0 40px;}
.guia .listado_guia .grid_12{ margin:0px 30px; width: 900px; }  


.guia .missionimg{ float: left; margin-right: 30px; margin-bottom: 30px; max-width: 200px;}
.guia .mision{ padding: 40px 0; background: url(../img/hr.png) repeat-x bottom center;} 
.guia .mision h2 a{ font-size: 36px; color: #45494B; text-decoration: none; text-shadow: 1px 1px 0px #FFF; font-family: 'playtime'; margin-bottom: 30px; display: block;}
.guia .mision h2 a:hover{ color: #78726A; }
.guia .mision p{ color: #333; margin-bottom: 15px; line-height: 18px;}
.semana .mision .tab p.categorytext, #carrousel p.categorytext, .carrousel p.categorytext{ 
	color: #FFF; 
	text-align: left; 
	padding: 15px; 
	border-radius: 5px; 
	background-color: #1D1B1A!important; 
	box-shadow: 0px 0px 5px #1D1B1A;
	font-family: Helvetica, Arial, sans-serif;
	line-height:18px;
	max-width:503px; 
	min-width: 300px;
	z-index: 999;
	}
.guia .mision h3{ font-size: 36px; font-family: 'playtime'; margin-bottom: 30px; }

.next_page{ 
	display:inline-block; 
	color:#FFF; 
	text-decoration:none; 
	width:153px; 
	padding-left:15px;
	height:42px; 
	line-height:42px; 
	background:url(../img/boton_ya_registrado.png) no-repeat top center; 
	font-size: 15px;  
	border: none;
	margin: 20px auto;
	font-family: 'playtime';

	}
.next_page:hover{ background:url(../img/boton_ya_registrado.png) no-repeat bottom center; }

.prev_page{ 
	display:inline-block;  
	color:#FFF; 
	text-decoration:none; 
	width:153px; 
	padding-right:15px;
	height:42px; 
	line-height:42px; 
	background:url(../img/boton_ya_registrado2.png) no-repeat top center; 
	font-size: 15px; 
	text-align: right; 
	border: none;
	margin: 20px auto;
	font-family: 'playtime';

	}
.prev_page:hover{ background:url(../img/boton_ya_registrado2.png) no-repeat bottom center; }


.hr{ padding: 40px 0; height: 5px; background: url(../img/hr.png) repeat-x center center; }
.red{ color: #CC4446; }
.yellow{ color:#A89565; }

.guia .mision .fase1 h4{ color: #333; font-size: 24px; margin-bottom: 10px; font-weight: bold; }
.guia .mision .fase1 p{ color: #666; }

.guia .mision .fase2, .guia .mision .fase1{ width: 210px!important;}
.guia .mision .fase2 img{ max-width: 100%;}
.guia .mision .fase2 h4{ font-weight: bold; margin: 10px 0;}
.guia .mision .fase2 p{ color: #999; font-size: 11px; font-weight: bold; }
.guia .mision .fase2_txt{ height: 32px; overflow: hidden;  }
.guia .mision .showmoretxt{color: #333; margin: 10px 0; text-decoration: none; line-height: 16px;}
.guia .mision .showmoretxt:hover{color: #666; }
.guia .mision .hiddentext.hidden{ display: none; }

#familia{background:url(../img/bk_middle.png) repeat; padding: 40px 70px; border-radius: 15px; position: relative; margin-bottom: 20px;}
.familia img, #estadisticas .family-pic img, .dash-familia img, .family-block img{ border-radius: 15px; border: 1px solid #BCAEA5; }
.familia .frase, #estadisticas .frase, .family-block .frase{ font-size:20px; line-height:24px; font-family: 'playtime'; text-shadow:1px 1px 0px #FFF; text-align: center; margin-top: 20px;}
.family-pic{ position: relative;}
#estadisticas{ padding: 30px; background: url(../images/bg-family.jpg); border-top-right-radius: 15px; border-top-left-radius: 15px;}

.familia .puntos{ background: url(../images/bg-puntos.png) no-repeat center top; height: 83px; width: 120px; margin-top: 7px; text-align: center; padding-top: 30px;}
.familia #totalpuntos{ font-size: 35px; font-family: 'playtime'; color: #D8AA3B;}
.familia #texto-puntos{ font-size: 9px; text-transform: uppercase; color: #fff; font-family:Helvetica, Arial, sans-serif;}
.familia .line-separador{ background: url(../images/separador.png) repeat-x center; height: 3px; width: 120px;}
.familia .format-text{ 
	font-size: 11px; 
	line-height: 16px; 
	color: #F6F0DF; 
	font-weight:bold;  
	text-shadow: 1px 1px 1px #000; 
	font-family:Helvetica, Arial, sans-serif; 
	text-align: center;
	 width: 125px; 
	 margin-top: 0px; 
	 text-transform: uppercase;
}
.familia #p1{height: 120px; width: 120px; }
.familia #bagde{ background: url(../images/ranking-badge.png) no-repeat center top; height: 130px; padding-right: 15px; width: 114px; position: relative; text-align: center; line-height: 130px;}
.familia .medalla1 #bagde{ background: url(../img/rank1.png) no-repeat center top; }
.familia .medalla2 #bagde{ background: url(../img/rank2.png) no-repeat center top; }
.familia .medalla3 #bagde{ background: url(../img/rank3.png) no-repeat center top; }

.familia .posicion{   font-weight: bold; font-family: Helvetica, Arial, sans-serif; font-size: 40px; color: #333; text-shadow: 1px 1px #fff;}
.familia .porcentaje{ width: 120px; padding-left: 11px;}
.familia #family-block{ float: right;}
.familia #family-block .alineado{ margin-left: 30px;}


.family-block{ margin: 10px 0; background: url(../img/bk_middle.png); border-radius: 15px;}
.family-block.currentuser{ 
		background: #302F2C;
 		-moz-box-shadow: inset 2px 4px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 2px 4px 5px rgba(0,0,0,.5);
    box-shadow: inset 2px 4px 5px rgba(0,0,0,.5);
    padding-top:10px;
 }
.family-block.currentuser .frase{ color: #CCC5B9; text-shadow: 1px 1px 0px #000000; }
.family-block .participantes{ margin-left: 20px;}
.family-block .participantes h2{ margin-top: 0; margin-bottom: 10px;  font-size: 16px; font-family: 'playtime'; color: #333; opacity: 0.5;}
.family-block .participantes li{vertical-align: top; line-height: 25px; font-size: 14px; font-family: 'playtime';}
.family-block .participantes li img{ margin-right: 5px;}
.family-block .participantes li span{line-height: 25px; vertical-align: top; color: #D8AA3B;}
.family-block .stats-participantes{ margin-left: 20px; float: right;}
.family-block .puntos-family{ font-family: 'sniglet'; font-size: 40px;  color: #D8AA3B;}
.family-block .puntos-family span{ color:#3E3739; font-family: 'playtime'; font-size: 20px}
.family-block hr{ border-bottom: 1px solid #fff; border-top: 1px solid #3E3739;}

/*jCProgress*/
.jCProgress {
     position: absolute;
     z-index: 9999999;
     /*  margin-top:-15px; /* offset from the center */
}

.ranking .jCProgress { margin-top: 8px!important; margin-left:10px;  }

.jCProgress > div.percent, .forie.active p{
     font-family: 'playtime';
     font-size: 15px;
     color:#ebebeb;
     text-shadow: 1px 1px 1px #1f1f1f;

     position:absolute;
     margin-top:44px;
     margin-left:20px;
     text-align: center;
     width:60px;
}
#family-block1 .jCProgress, .famila .jCProgress{margin-top: 7px;}



/*menu family*/
.family-menu{ font-family: 'playtime'; font-size: 24px; margin-bottom: 30px; opacity: 1;

transform: scale(0.8);
-ms-transform: scale(0.8); /* IE 9 */
-webkit-transform: scale(0.8); /* Safari and Chrome */
-o-transform: scale(0.8); /* Opera */
-moz-transform: scale(0.8); /* Firefox */	
transition: width 2s, height 2s, transform 0.5s;
-moz-transition: width 2s, height 2s, -moz-transform 0.5s;
-webkit-transition: width 2s, height 2s, -webkit-transform 0.5s;
-o-transition: width 2s, height 2s,-o-transform 0.5s;
}
.family-menu:hover, .family-menu.actual-menu{ 
	opacity: 1;
transform: scale(1);
-ms-transform: scale(1); /* IE 9 */
-webkit-transform: scale(1); /* Safari and Chrome */
-o-transform: scale(1); /* Opera */
-moz-transform: scale(1); /* Firefox */
}
.family-menu a{ text-decoration: none; color: inherit;}
.family-menu p { margin-top: 10px;}
.family-menu .subtitle{ font-size: 16px; opacity: 0.5; margin-top: 5px; }
.family-menu img{ margin-right: 20px; float: left; width: 70px;}

.misionesdehoy{ text-align: left; font-family: 'playtime'; color: #D8AA3A; font-size: 36px; padding: 30px 30px 15px 30px; }
.misionesdehoy span{ color: #333;}

.dash-familia{background:url(../images/bg-family.jpg); border-radius: 15px; }
.dash-familia .img-mision{ float: left; margin:30px 20px 30px 0; width: 140px; height: 140px;}
.dash-familia .num-mision{ color: #CB6396; font-size: 16px; font-family: 'playtime';}
.dash-familia .title-mision{ color: #333;  text-align: left; font-size: 20px; font-weight:bold; padding-top:30px;  margin-bottom: 20px; }
.dash-familia .button_gradient{ float: left; margin: 30px 10px 30px 0;}
.dash-familia .desc-mision{ color: #BDB3A5; text-align: left;  line-height: 16px; }
.dash-familia .mission-info{ text-align: center;  position: relative; padding: 0 34px;}
.dash-familia .mission-info #right-arrow, .dash-familia .mission-info #right-arrow1{ position: absolute;z-index: 99; left: -5px; top: 95px; background: url(../images/r-arrow.png) no-repeat center; height: 36px; width: 35px; cursor: pointer;}
.dash-familia .mission-info #left-arrow, .dash-familia .mission-info #left-arrow1{ position: absolute; z-index: 99;right: -5px; top: 95px; background: url(../images/l-arrow.png) no-repeat center; height: 36px; width: 35px; cursor: pointer;}

.dash-progress{background:#302F2C; border-radius: 15px; height: 194px;
 	-moz-box-shadow: inset 2px 4px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 2px 4px 5px rgba(0,0,0,.5);
    box-shadow: inset 2px 4px 5px rgba(0,0,0,.5);
    margin-bottom:20px;

}
.dash-progress p{text-shadow: none !important;}

.dash1{ text-align: left!important;}
.dash1 img{ float: right; margin-top: 15px; border-radius:10px;}
#content .dash1 h3{ color: #FFF; font-family: Helvetica, Arial, sans-serif; font-size: 24px; font-weight: bold; text-shadow: 1px 1px 0px #000000; margin-bottom: 5px; margin-top: 60px;}
.dash1 h4{color: #F6F0DF; font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold; text-shadow: 1px 1px 0px #000000;}

.progreso .actual-progress{ color: #CCC5B9; text-shadow: 1px 1px 0px #000000;  margin-bottom: 5px; }
.progreso .num-progress{color: #1D1D1A; text-shadow: 1px 1px 0px #3F393A;}
.progreso-text p{ font-family: 'playtime'; text-shadow: 1px 1px 0px #000000; }
.progreso{ font-size: 50px;}
.progress-bar {position: relative; width: 100%; overflow: hidden; height: 10px; border-radius: 5px; }
.progress-bar img, .points-bars img{ position: absolute; top: 1px; left: 0px; height: 10px; border-radius: 6px;}
.points-bars img{ height: 10px; left: 0px !important;}
#estadisticas .points-bars{width: 230px; position: relative; margin-left: 10px;}
#estadisticas .block-bar{float: right; text-align: right; margin-top: 30px;}
#estadisticas .user-block{position: relative; margin-bottom: 30px; line-height: 12px;}
#estadisticas .porcentag{ position: absolute; background: url(../images/pop-percent.png) no-repeat right; width: 27px; height: 31px; bottom: 0; color: #fff; line-height: 25px; padding-right: 6px; font-size: 9px;}
.user-block .h4{ font-size: 14px; color: #333; font-weight: bold; font-family: Helvetica, Arial, sans-serif; text-shadow: 1px 1px 1px #FFF; float: left; }
.user-block .points{ font-size: 12px; color: #999;  font-family: Helvetica, Arial, sans-serif; text-shadow: 1px 1px 1px #FFF; text-transform: uppercase; margin-left: 15px;}
#badge-1{ 
	background: url(../images/first-badge-family.png) no-repeat center top; 
	height: 103px; 
	width: 120px; 
	position: absolute;
  top: 10px;
  width: 120px;
   left: 35px;
  }
#badge-2 {
   background: url("../images/second-badge-family.png") no-repeat scroll center top transparent;
   height: 102px;
   left: 35px;
   position: absolute;
   top: 10px;
   width: 120px;
}
#badge-3{ 
	background: url(../images/third-badge-family.png) no-repeat center top; 
	height: 103px; 
	width: 120px; 
	position: absolute; 
  top: 10px;
  width: 120px;
   left: 35px;
  }


.banner-1anyo{ background: url(../images/bg-footer.jpg); border-radius: 15px; margin-top: 20px;   text-shadow: 1px 1px 0px white; }
.banner-1anyo h2{ font-size: 25px; font-family: 'playtime'; text-align: center;}

.familiadestacada{ width: 236px!important;}
.familiadestacada h4{ font-family: playtime; font-size: 21px; margin: 20px 0 20px 0; }

.home-premio { text-align: left!important; margin: 30px 0; margin-top: 15px; width: 110px;}
.home-premio .anyo{ margin-left: 10px!important;}
.home-premio .invita{   margin: 10px 0 15px 0;  width: 185px!important; }

.banner-1anyo .anyo, .home-premio .anyo{ font-size: 19px!important; font-family: 'playtime'; color: #333!important; width: 184px; vertical-align: bottom; line-height: 25px; margin-left: 20px;}
.banner-1anyo .bigred, .home-premio .bigred{ font-size: 38px!important; color: #CC4446!important;}
.banner-1anyo .invita{ 
	font-family: Helvetica, Arial, sans-serif; 
	vertical-align: bottom; 
	line-height: 15px; 
	padding-bottom: 10px; 
	margin-left: 10px; 
	width: 275px; 
	vertical-align: bottom !important; 
	margin-top: 60px;
}
.banner-1anyo .invita strong{ font-weight: bold; font-size: 13px;}
.banner-1anyo .enviar{
	background: url(../images/bg-button-inv.jpg) repeat-x;
	border: 1px solid black;
	color: white;
	text-shadow: 1px 1px 0px black;
	border-radius: 3px;
	margin-top: 27px;
	height: 24px;
	width: 90px;
	text-align: left;
	padding-left: 12px;
	line-height: 27px;
}
.banner-1anyo hr{ border-top: #333;}

.banner-1anyo .hide{ display: none; margin-top: 30px;}
.hide h2
{
	font-size: 26px;
	font-family: 'playtime';
	color: #333;
	line-height: 74px;
}
.insignas{ text-align: center; margin-top: 25px;}
.insigna{ height: 90px; width: 90px; background: url(../img/badges.png) no-repeat 0px -90px; display: inline-block; margin: 15px; position: relative; }
.ins2{ background-position: -103px -90px;}
.ins3{ background-position: -203px -90px;}
.insigna_5{ background-position: 0px 0px;}
.insigna_10{ background-position: -103px 0px;}
.insigna_20{ background-position: -203px 0px;}

.reinicia{ margin-top: 25px; color:#F6F0DF; text-shadow: 1px 1px 1px #000000; display: block; text-decoration: none; font-size: 21px; line-height: 22px; font-weight: bold;}
.reinicia:hover{ color: #FFF;}


strong.embajador{ font-weight: bold; font-size: 16px;}

#subir_foto{ background: url(../images/bg-share.jpg); padding: 30px; padding-bottom: 20px; margin-top: 30px; border-radius: 10px;}

#share-family{ background: url(../images/bg-share.jpg); padding: 30px 50px;width: 840px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px;}
#share-family h4{ font-size:24px; line-height:24px; font-family: 'playtime'; text-shadow:1px 1px 0px #FFF; line-height: 90px;}
#share-family .tw-share, #tab3 .tw-share, .thanks .tw-share, .share-buttons .tw-share{ background: url(../images/tw-icon.png); width: 69px; height: 90px;}
#share-family .fb-share, #tab3 .fb-share, .thanks .fb-share, .share-buttons .fb-share{ background: url(../images/fb-icon.png); width: 89px; height: 88px;}
#share-family .mail-share, #tab3 .mail-share, .thanks .mail-share, .share-buttons .mail-share{ background: url(../images/email-icon.png); width: 60px; height: 92px;}
#tab3 .foto-share{ background: url(../images/foto-icon.png) no-repeat; width: 90px; height: 90px;}

.banner-1anyo .share-buttons a{ margin-left: 20px;}
#share-family .share-buttons, .banner-1anyo .share-buttons {float: right;}
#share-family .share-buttons div{ margin-left: 40px;}
#tab3 .share-buttons, #subir_foto .share-buttons{float: right; margin-top: 20px; }
#tab3 .share-buttons div{ margin-left: 20px;}
#subir_foto .share-buttons div{ margin-left: 30px;}

.thanks{ text-align: center;}
.thanks h4{ font-size:24px; line-height:24px; font-family: 'playtime'; text-shadow:1px 1px 0px #FFF; line-height: 27px; margin-bottom: 30px;}
.thanks .share-buttons div{ margin: 10px;}
.thanks .accede{ 
	display:block; 
	color:#FFF; 
	text-decoration:none; 
	width:168px; 
	height:42px; 
	line-height:42px; 
	background:url(../img/boton_ya_registrado.png) no-repeat top center; 
	font-size: 15px;  
	border: none;
	margin: 20px auto;
	font-family: 'playtime';
}


.per1{margin-left: auto; margin-right: auto; width: 99px;}

.invitaamigos{ text-align: center; margin: 20px 0;}
.invitaamigos img{ margin: 13px 0; }


/* FOOTER */


#footer .container_12{ position:relative; padding:20px 0; }
#footer .credits{ line-height:45px; color:#908779; font-size:13px; }
#footer .credits img{ float:left; margin-right:15px;}

#footer #facebook{ position:absolute; top:35px; right:145px; }
#footer #twitter{ position:absolute; top:35px; right:55px; }
#footer #siguenos{ position:absolute; bottom:10px; left:985px;}


/* FORMS */

input[type=file], input[type=file]:hover, #bfoto, #bfoto:hover, #bfoto2, #bfoto2:hover{ cursor: pointer!important; }
.formulario input[type='text'], .formulario input[type='email'], .formulario input[type='password']{ 
	height: 48px; 
	width: 324px; 
	line-height: 48px; 
	padding: 0 15px; 
	background: url(../img/bk_input_text.png) no-repeat center center; 
	border: none;
	margin-bottom: 20px;
	font-size: 14px;
	color: #FFF;
	font-family:Helvetica, Arial, sans-serif;
	}
.formulario input.missing{ box-shadow: 1px 1px 3px #D00; border-radius: 8px;}
.formulario input[type='submit'], .test_form input[type='submit']{
	display:block; 
	color:#FFF; 
	text-decoration:none; 
	width:168px; 
	height:42px; 
	background:url(../img/boton_ya_registrado.png) no-repeat top center; 
	font-size: 15px;  
	border: none;
	margin-bottom: 20px;
	font-family: 'playtime';
}	

.formulario a{
	font-family: 'playtime';
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	margin-right: 10px;
	text-shadow: 1px 1px 1px #333;
}
.formulario a:hover{ color: #333; }
	
.test_form textarea{
	width:632px;
	height: 74px;
	background: url(../img/bk_textarea.png) no-repeat;
	padding:10px;
	border:none;
	font-size: 14px;
	color: #FFF;
	font-family:Helvetica, Arial, sans-serif;
}

label{ display:block; margin:10px 0 5px 0; font-size: 18px; font-weight: bold; text-shadow: 1px 1px 1px #FFF; }
.label{ display: block; margin-bottom: 10px; text-shadow: 1px 1px 1px #FFF;}
.socialbutton{ margin-bottom: 20px; display: block;}
.privacy{ height: 100px; width: 324px; overflow: auto; background-color: #FFF; border-radius: 5px; padding: 15px; margin-bottom: 10px;}
.facebook_like_box{   width: 324px; overflow: hidden; background-color: #FFF; border-radius: 5px; padding: 15px; margin-bottom: 20px;}
.next_step{ display: block; margin: 20px 0;}	
.error{ display: block; color: #D00; margin:-10px 0 20px 0; font-size: 11px; font-weight: bold; text-shadow: 1px 1px 0px #FFF; display: none;}	
	
.mostrarfoto{margin: 0 auto; width: 100px;} 
.mostrarfoto img{ width: 100px; height: 100px;} 

.mostrarfoto2{ float: left; margin: 0 0px 0 10px; width: 48px; height: 48px; text-align: center; }
.editar_usuario{ float: left; position: relative;}
.editar_usuario input[type=text]{ margin-bottom: 9px; float: left; margin-right: 10px;}
#edad{ background-color: #FFF; border-radius: 10px; width: 131px; padding: 0 8px; height: 48px; line-height: 48px; float: left; margin-right: 10px; }
#edad label{ display: inline; font-size: 14px; margin-right: 10px;}
#genero{ background-color: #FFF; border-radius: 10px; width: 143px; padding: 0 8px; height: 48px; line-height: 48px; float: left; }
#genero label{ display: inline; font-size: 14px; margin-right: 10px;}
#bfoto{margin-top: 20px; text-align: center;}
#bfoto2{ float: left; margin: 0px 0px 0 10px; width: 150px;   }	
#bfoto2 .left{ float: left; margin: 0px 20px 0 0;}	
#infofoto2{ line-height: 24px;}	
.add_user img{  margin-top: 10px; }

.register_box{ background: url(../img/bk_userlist.png) repeat; overflow: hidden; margin: 10px 0; padding: 20px; border-radius: 10px;}
#datepicker{ 
	background: url(../img/calendar.png) no-repeat center right #FFF!important; 
	border: 1px solid #CCC; 
	font-size: 60px; 
	color: #333; 
	font-weight: bold; 
	height: 72px; 
	line-height: 72px; 
	border-radius: 10px;
	padding-top:5px;
	padding-right: 40px;
	text-align: center; 
	}

	
#users_list{ overflow: hidden; margin: 30px 0; padding: 20px 0px; border-radius: 10px; }	

#users_list .user{ 
	width: 140px; 
	height: 140px; 
	overflow: hidden; 
	display:block; 
	float:left; 
	margin-right:25px; 
	margin-bottom: 12px; 
	padding:10px; 
	background:url(../img/bk.png) repeat; 
	border-radius: 10px; 
	text-align: center; 
	position: relative;
}

#users_list #u5, #users_list #u10, #users_list #u15, #users_list #u20{ margin-right: 0px!important; }

#users_list .user img.userthumb{ max-width: 130px; max-height: 100px; margin-bottom: 10px;} 	
#users_list .user .name{ color: #333; text-shadow: 1px 1px 0px #FFF;  font-family: 'playtime'; font-size: 18px; }
#users_list .user .edit_box{ display: none; height: 160px!important; width: 160px!important; position: absolute; left:0px; top: 0px; background: url(../img/edit_user.png) no-repeat center center;}
#users_list .user .edit_user{ display: block; height: 24px!important; width: 73px!important; position: absolute; left:42px; bottom: 90px; background: url(../img/edit.png) no-repeat top center;} 
#users_list .user .delete_user{ display: block; height: 24px!important; width: 73px!important; position: absolute; left:42px; top: 90px; background: url(../img/delete.png) no-repeat top center;} 
#users_list .user .edit_user:hover, #users_list .user .delete_user:hover{ background-position: bottom center; }

#users_list .user:hover .edit_box{ display: block; }
#users_list .user .edit_user img{ height: 160px; width: 160px;}

/* TOOLTIPS */
	
.tooltip{ position: absolute; top: 80%; left: 0px;   background: url(../img/tooltip_arrow.png) no-repeat top left; display: none; z-index: 9999999;}	
.tooltip span{ background: #666; border-radius: 10px; margin: 15px; display: block; padding: 15px; color:#FFF; font-size: 12px!important;  min-width: 240px; text-shadow: none!important;
	color: #FFF; 
	text-align: left; 
	padding: 15px; 
	border-radius: 5px; 
	background-color: #1D1B1A!important; 
	box-shadow: 0px 0px 5px #1D1B1A;
	font-family: Helvetica, Arial, sans-serif;
	line-height:18px; }
#family-block1 .has_tooltip .tooltip{ left: 4px;}
#family-block1 .jqcount .tooltip, .famila .jqcount .tooltip{ top: 112px; left: 5px;}

.insignas .insigna .tooltip{ left: -10px !important;}

/* HELP BLOCKS */

.help_block{ background: url(../img/bk_userlist.png) repeat; border-radius: 10px; padding: 20px 30px; margin-bottom: 30px; }
.help_block p{ margin-bottom: 10px; line-height: 16px; text-shadow: 1px 1px 0px #FFF; }
.help_block .openclose_help{ text-decoration: none; font-weight: bold; color: #333;display: block;}
.help_block .openclose_help:hover{ color: #666; }
.help_block.closed p{ display: none;}
	
/* LOGIN */	

.login .formulario{ padding: 30px;}


/* REGISTER*/

.panel{ display: none; }
#p1{ display: block; }

.switch_panel{
	text-align: left!important;
	font-family:  'playtime';
	text-decoration: none;
	padding: 30px 0;
	position: relative;
}

.switch_panel .num{ 
	display: block;
	height: 62px;
	width: 61px; float: left; 
	margin-right: 20px;
	font-size: 27px;
	
	background: url(../img/bk_pasos.png) no-repeat bottom center;
	line-height:62px;
	text-align: center;
	color:#999;
	}

.switch_panel .num.actual{
	background: url(../img/bk_pasos.png) no-repeat top center;
	color: #FFF;
	} 
.switch_panel .tit{ 
	font-size: 40px;
	color: #333;
	display: block; 
	}
.switch_panel .subtit{ 
	font-size: 16px;
	color: #999;
	display: block; 
	}

.showonprint{ display: none; }
.showonprint h2{ font-family: 'playtime'; font-size: 24px; color:#CC4446; position: absolute; top:-60px; left: 400px; width: 500px; }

/* PRINT */

.imprimir{ background: #FFF; }
.imprimir #footer #facebook, .imprimir #footer #twitter, .imprimir #footer #siguenos, .imprimir .hideonprint, .imprimir #nav, .imprimir .semaforo, .imprimir #footer{ display: none!important; }
.imprimir .grid_12{  }
.imprimir #logo_small, .imprimir #logo_bouquet{ margin-top: 20px; margin-bottom: 10px; top:auto; }
.imprimir #header .grid_12{ min-height: 10px;}
.imprimir #week-pages{ margin-top: 10px;}
.imprimir .showonprint{ display: block!important; } 
.imprimir .dia h4, .imprimir .dia h4 span{ background: none; color: #333; text-shadow: none; }
.imprimir .dia h4{ border-bottom:1px solid #CCC; }
.imprimir .semana{ border:1px solid #CCC; border-radius:1px; background: url(../img/bk_agenda_misiones_print.png) no-repeat top left; }
.imprimir .dia a{ color: #333; background: none; height: auto; padding-bottom: 10px 15px; }
.imprimir .semana .day0 a{ border-top:1px solid #CCC; background: #FFF; line-height:18px; }
.imprimir .agenda{ border-radius: 1px; margin-bottom: 10px; } 



/* FOR IE*/

.forie{display: none;}
.forie.active{ background: url(../images/png.png) center right no-repeat; height: 100px !important; width: 100px !important; padding-bottom: 20px; padding: 10px 0px; padding-left: 10px; position: relative;}
