﻿@charset "UTF-8";
/* CSS Document */


/* MI PERFIL
---------------------------------------------------------------------------------------------*/
body.perfil #main .main-block { overflow:hidden; }
	
body.perfil #main .main-block .editar {
	position: absolute;
	z-index: 10;
	top: 5px;
	right: 5px;
	display: block;
	width: 42px;
	height: 42px;
}
body.perfil #main .main-block .editar:hover { opacity:0.5; }

/* Bloque izquierdo */
body.perfil #main .main-block>.left {
	position: relative;
	width: 300px;
	height: 300px;
	margin: 0 0 15px 0;
}
body.perfil #main .main-block > .left > img {
	display: block;
	border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px;
}

/* Bloque derecho */
body.perfil #main .main-block>.right {
	position: relative;
	width: 345px;
	height: 300px;
	margin: 0 0 15px 0;
}
body.perfil #main .main-block>.right h2 {
	margin: 0 0 4px 0;
	color: #da5b3a;
	font-size: 24px;
	font-weight: 300;
	line-height: 26px;
}
body.perfil #main .main-block>.right h3 {
	margin: 0 0 15px 0;
	color: #da5b3a;
	font-size: 16px;
	font-weight: 300;
	line-height: 18px;
}
body.perfil #main .main-block>.right p {
	display: block;
	clear: both;
	min-height: 30px;
	margin: 0 0 10px 0;
	padding: 0 0 0 38px;
}
body.perfil #main .main-block>.right p:last-child { margin:0; }

body.perfil #main img.icon {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 0 0 -38px;
}


/* Bloque suscripciones */
body.perfil #main #perfil .suscripcion-wrap {
	clear: both;
	position: relative;
	width: 660px;
}
body.perfil #main #perfil .suscripcion-wrap .alerta {
	position: absolute;
	overflow: hidden;
	z-index: 10;
	left: 258px;
	top: -20px;
	width: 80px;
	height: 80px;
	background-color: #FFF;
	border: 2px solid #FFF;
	border-radius:80px; -moz-border-radius:80px; -webkit-border-radius:80px; -ms-border-radius:80px; -o-border-radius:80px;
	box-shadow:0 0 16px #FFF; -moz-box-shadow:0 0 16px #FFF; -webkit-box-shadow:0 0 16px #FFF; -ms-box-shadow:0 0 16px #FFF;
}
body.perfil #main #perfil .suscripcion-wrap .alerta a {
	display: block;
	width: 80px;
	height: 59px;
	padding-top: 21px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	line-height: 16px;
	background: #da5b3a url('../images/bg-rojo.png');
	background-size: 100% 100%;
	text-shadow:0 0 4px #600; -moz-text-shadow:0 0 4px #600; -webkit-text-shadow:0 0 4px #600; -ms-text-shadow:0 0 4px #600;
}
body.perfil #main #perfil .suscripcion-wrap .alerta a:hover { opacity:0.7; }

body.perfil #main #perfil .suscripcion-wrap .alerta a strong { display:block; font-size:18px; font-weight:500; }

body.perfil #main #perfil .suscripcion-wrap .suscripcion {
	overflow: hidden;
	height: 50px;
	margin: 0 0 2px 0;
	background: url('../images/bg-crema.png') center;
	background-size: 100% 100%;
	border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px;
}
body.perfil #main #perfil .suscripcion-wrap .suscripcion:last-child { margin:0; }

body.perfil #main #perfil .suscripcion-wrap .suscripcion .left {
	width: 290px;
	height: 43px;
	padding: 7px 0 0 10px;
	text-align: center;
}
body.perfil #main #perfil .suscripcion-wrap .suscripcion .left .title1 { display:block; font-size:16px; font-weight:500; margin-bottom:1px; }
body.perfil #main #perfil .suscripcion-wrap .suscripcion .left .title2 { display:block; font-size:12px; }

body.perfil #main #perfil .suscripcion-wrap .suscripcion.school .left .title1 { color:#1786b5; }
body.perfil #main #perfil .suscripcion-wrap .suscripcion.home .left .title1   { color:#73bb1e; }

body.perfil #main #perfil .suscripcion-wrap .suscripcion .right a.boton {
	display: block;
	width: 340px;
	height: 50px;
	padding: 0 0 0 20px;
	font-size: 18px;
	font-weight: 500;
	line-height: 48px;
}


/* Productos comprados */
body.perfil #main #productos .title .more {
	height: 30px;
	padding: 5px 0 0 0;
	font-size: inherit;
}

body.perfil #main #productos .content {
	width: 680px !important;
	padding: 10px 0 10px 10px !important;
}

body.perfil #main #productos .content .producto {
	display: block;
	float: left;
	width: 160px;
	/*height: 115px;*/
	margin: 0 10px 10px 0;
	background-color: rgba(255,255,255,0.7);
	border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px;
}

body.perfil #main #productos .content .producto h3 {
	display: block;
	height: 28px;
	margin: 10px 8px 0 10px;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
}
body.perfil #main #productos .content .producto h3 span {
	display: block;
	font-weight: 300;
}
body.perfil #main #productos .content .producto img {
	width: 160px;
	height: 96px;
}


/* POP-UPS */
body.perfil #popup #pop-head .icon {
	width: 60px;
	height: 60px;
}




/* EDITAR MASCOTA
---------------------------------------------------------------------------------------------*/
#popup.editar-mascota #pop-body>.left {
	width: 350px;
	height: 300px;
}
#popup.editar-mascota #pop-body>.left .boton-lr {
	width: 340px;
}
#popup.editar-mascota #pop-body>.left .content {
	overflow: hidden;
	margin: 10px 0;
}
#popup.editar-mascota #pop-body>.left .content a.box {
	overflow: hidden;
	position: relative;
	display: block;
	float: left;
	width: 77px;
	height: 77px;
	margin: 0 8px 8px 0;
	border: 1px solid #1786b5;
	transition: none;
	border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px;
}
#popup.editar-mascota #pop-body>.left .content a.box>img {
	display: block;
	height: 65px;
	margin-left: -16px;
}
#popup.editar-mascota #pop-body>.left .content a.box .tovis-s {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	z-index: 11;
	width: 100%;
	padding: 2px 0;
	color: #654;
	text-align: center;
	/*background-color: rgba(255,255,255,0.5);*/
}

#popup.editar-mascota #pop-body>.left .content a.box:hover,
#popup.editar-mascota #pop-body>.left .content a.box.actual {
	width: 73px;
	height: 73px;
	border: 3px solid #987;
}
#popup.editar-mascota #pop-body>.left .content a.box:hover>img,
#popup.editar-mascota #pop-body>.left .content a.box.actual>img {
	margin: -2px -2px -2px -18px;
}
#popup.editar-mascota #pop-body>.left .content a.box:hover .tovis-s,
#popup.editar-mascota #pop-body>.left .content a.box.actual .tovis-s {
	padding: 2px 0 0 0;
}
#popup.editar-mascota #pop-body>.left .botones {
	margin: 30px 0 0 0;
	width: 340px;
}

#popup.editar-mascota #pop-body>.right {
	overflow: hidden;
	width: 300px;
	height: 300px;
	background-color: #fdf8ec;
	border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px;
}
#popup.editar-mascota #div-avatar { position:relative; }
#popup.editar-mascota #div-avatar div {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 300px;
}
#popup.editar-mascota #div-avatar #cuerpo	{ z-index:1010; }
#popup.editar-mascota #div-avatar #mancha	{ z-index:1011; }
#popup.editar-mascota #div-avatar #ojos		{ z-index:1015; }
#popup.editar-mascota #div-avatar #boca		{ z-index:1012; }
#popup.editar-mascota #div-avatar #piernas	{ z-index:1011; }
#popup.editar-mascota #div-avatar #torso	{ z-index:1016; }
#popup.editar-mascota #div-avatar #cresta	{ z-index:1021; }
#popup.editar-mascota #div-avatar #cara		{ z-index:1015; }
#popup.editar-mascota #div-avatar #espalda	{ z-index:1019; }
#popup.editar-mascota #div-avatar #manos	{ z-index:1020; }
#popup.editar-mascota #div-avatar #pies		{ z-index:1018; }
#popup.editar-mascota #div-avatar #accesorios	{ z-index:1021; }




/* EDITAR PERFIL
---------------------------------------------------------------------------------------------*/
#popup-wrap #popup.editar-perfil {
	margin: 40px auto 20px auto;
}

#popup.editar-perfil #pop-body form h4 {
	margin: 0 0 10px 0;
	font-size: 21px;
	font-weight: 300;
	color: #654;
}
#popup.editar-perfil #pop-body form p {
	margin: -12px 0 10px 0;
}

#popup.editar-perfil #pop-body form .form-item a.icon { margin:0; float:left; }

#popup.editar-perfil #pop-body form #config-data,
#popup.editar-perfil #pop-body form #config-password {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 17px 20px 20px 20px;
	border: 1px solid rgba(212,178,136,0.5);
	border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px;
}

#popup.editar-perfil #pop-body form #config-password .form-item { width:300px; margin:0; }
#popup.editar-perfil #pop-body form #config-password .form-item label { display:none; }
#popup.editar-perfil #pop-body form #config-password .form-item input { width:290px; }

#popup.editar-perfil #pop-body form .form-item.botones {
	width: 100%;
	text-align: right;
}
#popup.editar-perfil #pop-body form .form-item.botones input {
	margin: 0;
	width: 180px;
}




/* LOGROS
---------------------------------------------------------------------------------------------*/
/* Pestañas */
body.logros #main .tabs li {
	background: #e4d4bb url('../images/bg-mainblock1.png') repeat-x left top;
}
body.logros #main .tabs li:hover,
body.logros #main .tabs li.active {
	background-color: #FFF;
}
body.logros #main .tabs li a {
	color: #654;
}

body.logros #main .tabs li .tab { background:url('../images/tab-left.png') no-repeat left center; }
body.logros #main .tabs li:first-child .tab { background-image:none; }

/* Contenidos */
body.perfil #main #logros .main-block article {
	overflow: hidden;
	display: block;
	width: 660px;
}
body.perfil #main #logros .main-block article:last-child { margin:0; }

body.perfil #main #logros .main-block article h2 {
	clear: both;
	margin: 0 5px 3px 5px;
	padding: 10px 0 0 0;
	border-bottom: 2px solid #987;
}
body.perfil #main #logros .main-block article h2:first-child { padding-top:0; }

body.perfil #main #logros .main-block article .logro {
	float: left;
	margin: 5px;
}

body.perfil #main #logros .main-block article .logro img {
	display: block;
	width: 100px;
	height: 100px;
	padding: 7px 10px;
	opacity: 0.15;
	background-color: transparent;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-radius:4px 4px 0 0; -moz-border-radius:4px 4px 0 0; -webkit-border-radius:4px 4px 0 0; -ms-border-radius:4px 4px 0 0; -o-border-radius:4px 4px 0 0;
}
body.perfil #main #logros .main-block article .logro.active img { opacity:1; background-color:#FFF; border-color:#f0e4d3; }

body.perfil #main #logros .main-block article .logro span {
	display: block;
	width: 106px;
	height: 79px;
	padding: 7px 7px 0 7px;
	font-size: 11px;
	color: #987;
	line-height: 12px;
	text-align: center;
	background-color: #f8f1e8;
	border-left: 1px solid #f8f1e8;
	border-right: 1px solid #f8f1e8;
	border-bottom: 1px solid #f8f1e8;
	border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px;
}
body.perfil #main #logros .main-block article .logro.active span {
	color: #654;
	border-color: #f0e4d3;
	background-image: url('../images/bg-crema.png');
	background-size: 100% 100%;
	border-radius:0 0 4px 4px; -moz-border-radius:0 0 4px 4px; -webkit-border-radius:0 0 4px 4px; -ms-border-radius:0 0 4px 4px; -o-border-radius:0 0 4px 4px;
}




/* AMIGOS
---------------------------------------------------------------------------------------------*/
body.perfil #main #amigos .main-block {
	width: 675px !important;
	padding: 15px 0 15px 15px !important;
}
body.perfil #main #amigos .main-block .article {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	width: 210px;
	height: 210px;
	margin: 0 15px 15px 0;
	border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px;
}
body.perfil #main #amigos .main-block .article .aceptar {
	position: absolute;
	display: block;
	right: 5px;
	top: 5px;
}
body.perfil #main #amigos .main-block .article .aceptar img { margin:0; }

body.perfil #main #amigos .main-block .article .avatar {
	display: block;
	width: 210px;
	height: 210px;
}
body.perfil #main #amigos .main-block .article .avatar>img {
	display: block;
	width: 210px;
	height: 210px;
	border: none;
	opacity: 1;
	transition:0.3s all; -moz-transition:0.3s all; -webkit-transition:0.3s all; -ms-transition:0.3s all; -o-transition:0.3s all;
}
body.perfil #main #amigos .main-block .article .avatar .nivel {
	position: absolute;
	left: 6px;
	top: 6px;
}
body.perfil #main #amigos .main-block .article .avatar .data {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 190px;
	padding: 10px;
	color: #FFF;
	background-color: rgba(102,85,68,0.7);
	transition:0.3s all; -moz-transition:0.3s all; -webkit-transition:0.3s all; -ms-transition:0.3s all; -o-transition:0.3s all;
}
body.perfil #main #amigos .main-block .article .avatar .data .nombre {
	display: block;
	margin: 0 0 4px 0;
	font-size: 14px;
	line-height: 16px;
}
body.perfil #main #amigos .main-block .article .avatar .data .escuela {
	display: block;
	font-size: 12px;
	line-height: 14px;
}

body.perfil #main #amigos .main-block .article .avatar:hover>img { opacity:0.5; }
body.perfil #main #amigos .main-block .article .avatar:hover>.data { background-color:rgba(152,140,126,0.7); }

body.perfil #main #amigos .main-block .paginacion { margin-right:15px; }




/* PERFIL PUBLICO
---------------------------------------------------------------------------------------------*/
body.perfil.publico #main #perfil { width:610px; margin:0 0 0 80px; }
body.perfil.publico #main #perfil .main-block { width:580px; }

body.perfil.publico #main .main-block>.left {
	width: 210px;
	height: 210px;
	margin: 0;
}
body.perfil.publico #main .main-block>.left img { width:210px; height:210px; }

body.perfil.publico #main .main-block>.right {
	width: 355px;
	height: 210px;
	margin: 0;
}

body.perfil.publico #main .main-block>.center {
	width: 580px;
	height: auto;
}


/* Opciones */
body.perfil.publico #main #opciones {
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 10;
	width: 60px;
	padding: 0 0 20px 0;
	background: url('../images/sombra01.png') no-repeat center bottom;
}
body.perfil.publico #main #opciones .content {
	width: 40px;
	padding: 10px;
	background: transparent url('../images/bg-mainblock2.png') no-repeat left top;
	border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px;
}
body.perfil.publico #main #opciones .content a {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 0 5px 0;
	opacity: 1;
}
body.perfil.publico #main #opciones .content a:hover { opacity:0.5; }
body.perfil.publico #main #opciones .content a:last-child { margin:0; }

body.perfil.publico #main #opciones .content a.no-disponible { opacity:0.5; }

body.perfil.publico #main #opciones .content a img.icon {
	width: 40px;
	height: 40px;
	margin: 0;
	opacity:1;
	border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px;
}


/* Comparativa */
body.perfil #main #comparativa .title span {
	display: block;
	float: left;
	width: 300px;
	height: 35px;
	overflow: hidden;
}
body.perfil #main #comparativa .title img {
	display: block;
	float: left;
	width: 50px;
	height: 35px;
	margin: 0 10px;
}
body.perfil #main #comparativa .content table tr td:first-child,
body.perfil #main #comparativa .title span:first-child { text-align:right; }

body.perfil #main #comparativa .content table tr td:last-child,
body.perfil #main #comparativa .title span:last-child { text-align:left; }

body.perfil #main #comparativa .content table {
	margin: -2px;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 16px;
	font-weight: 500;
}
body.perfil #main #comparativa .content table tr th {
	width: 154px;
	padding: 4px 6px 6px 6px;
	text-align: center;
	font-weight: 500;
	color: #FFF;
	line-height: 18px;
	background: #654 url('../images/bg-marron.png');
	background-size: 100% 100%;
	border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px;
}
body.perfil #main #comparativa .content table tr td {
	width: 240px;
	padding: 0 5px;
	line-height: 30px;
	background-color: rgba(152,140,126,0.1);
	box-shadow:0 1px 1px rgba(152,140,126,0.7) inset; -webkit-box-shadow:0 1px 1px rgba(152,140,126,0.7) inset; -ms-box-shadow:0 1px 1px rgba(152,140,126,0.7) inset;
	border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px;
}

body.perfil #main #comparativa .content table tr td.bar1 {
	width: 250px;
	padding: 0;
}
body.perfil #main #comparativa .content table tr td.bar1 .bar2 {
	display: block;
	height: 30px;
	border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px;
}
body.perfil #main #comparativa .content table tr td:first-child .bar2 { float:right; }
body.perfil #main #comparativa .content table tr td:last-child .bar2 { float:left; }




/* PROFESOR VE PERFIL DE ALUMNO / PADRE VE PERFIL DE HIJO
---------------------------------------------------------------------------------------------*/
body.padres.perfil.publico #main #perfil.alumno .main-block>.left,
body.profesor.perfil.publico #main #perfil.alumno .main-block>.left {
	width: 210px;
	height: 210px;
	margin: 0 0 15px 0;
}
body.padres.perfil.publico #main #perfil.alumno .main-block>.right,
body.profesor.perfil.publico #main #perfil.alumno .main-block>.right {
	overflow: hidden;
	width: 355px;
	height: auto;
	margin: 0 0 15px 0;
}

/* Reputacion del alumno */
body.perfil #main .main-block .reputacion-wrap {
	clear: both;
	overflow: hidden;
	width: 560px;
	margin: 10px 0 0 0;
	padding: 10px 10px;
	background: url('../images/bg-crema.png');
	background-size: 100% 100%;
	border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px;
}
body.perfil #main .main-block .reputacion-wrap .column .fila { overflow:hidden; }

body.perfil #main .main-block .reputacion-wrap .column {
	float: left;
	overflow: hidden;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #cba;
}
body.perfil #main .main-block .reputacion-wrap .column:last-child { margin:0; padding:0; border:none; }

body.perfil #main .main-block .reputacion-wrap .column span.left  { text-align:left; font-size:13px; }
body.perfil #main .main-block .reputacion-wrap .column span.right { text-align:right; font-weight:500; }

body.perfil #main .main-block .reputacion-wrap .column1  { width:167px; }
body.perfil #main .main-block .reputacion-wrap .column1 span.left  { width:80px; }
body.perfil #main .main-block .reputacion-wrap .column1 span.right { width:87px; }

body.perfil #main .main-block .reputacion-wrap .column2 { width:190px; }
body.perfil #main .main-block .reputacion-wrap .column2 span.left { width:90px; }
body.perfil #main .main-block .reputacion-wrap .column2 span.right { width:100px; }

body.perfil #main .main-block .reputacion-wrap .column3 { width:158px; }
body.perfil #main .main-block .reputacion-wrap .column3 span.left { width:123px; }
body.perfil #main .main-block .reputacion-wrap .column3 span.right { width:35px; }

body.perfil #main .main-block .reputacion-wrap .bar1 {
	width: 100px;
	height: 13px;
	margin: 3px 0;
	background-color: rgba(102,85,68,0.2);
	box-shadow: 0 1px 1px rgba(102,85,68,0.5) inset;
}
body.perfil #main .main-block .reputacion-wrap .bar2 {
	display: block;
	height: 13px;
}

/* Suscripcion del hijo */
body.padres.perfil.publico #main #perfil .suscripcion-wrap { width:580px; }
body.padres.perfil.publico #main #perfil .suscripcion-wrap .alerta { left:208px; }
body.padres.perfil.publico #main #perfil .suscripcion-wrap .suscripcion .left { width:240px; }

body.padres.perfil.publico #main #perfil .suscripcion-wrap .suscripcion .right a.boton {
	display: block;
	width: 310px;
	height: 50px;
	padding: 0 0 0 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	text-transform: uppercase;
	border-radius:0; -moz-border-radius:0; -webkit-border-radius:0; -ms-border-radius:0; -o-border-radius:0;
}


/* Listado de desafíos */
body.perfil #main #kitchen .main-block { width:670px; padding:17px 10px 15px 10px; }

body.perfil #main #kitchen table tr .title1 {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
}
body.perfil #main #kitchen table tr .title2 {
	display: block;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
}
body.perfil #main #kitchen table.desafios {
	margin: -2px 0;
	border-collapse: separate;
	border-spacing: 0 2px;
}
body.perfil #main #kitchen table.desafios tr th {
	height: 20px;
	font-size: 12px;
	color: #876;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	background-image:url('../images/kitchen-bg-semanas.png');
	background-size: 100% 100%;
}
body.perfil #main #kitchen table.desafios tbody tr td {
	height: 40px;
	font-weight: 300;
	line-height: 16px;
	background-image:url('../images/bg-crema.png');
	background-size: 100% 100%;
	border-bottom: none;
}
body.perfil #main #kitchen table.desafios tbody tr.mal td { color:#855; background-image:url('../images/bg-mal.png'); }
body.perfil #main #kitchen table.desafios tbody tr.bien td { color:#784; background-image:url('../images/bg-bien.png'); }
body.perfil #main #kitchen table.desafios tbody tr.regular td { color:#960; background-image:url('../images/bg-regular.png'); }

body.perfil #main #kitchen table.desafios tr .tema   { width:250px; text-align:left; }
body.perfil #main #kitchen table.desafios tr .quien  { width:150px; text-align:left; }
body.perfil #main #kitchen table.desafios tr .fecha  { width:70px; text-align:center; }
body.perfil #main #kitchen table.desafios tr .estado { width:60px; text-align:center; }
body.perfil #main #kitchen table.desafios tr .tovis  { width:60px; text-align:right; }
body.perfil #main #kitchen table.desafios tr th.tovis { text-align:center; }

body.perfil #main #kitchen table.desafios thead tr th:first-child { padding-left:5px; }
body.perfil #main #kitchen table.desafios thead tr th:last-child { padding-right:5px; }

body.perfil #main #kitchen table.desafios tbody tr td:first-child { padding-left:5px; border-radius:4px 0 0 4px; -moz-border-radius:4px 0 0 4px; -webkit-border-radius:4px 0 0 4px; -ms-border-radius:4px 0 0 4px; }
body.perfil #main #kitchen table.desafios tbody tr td:last-child { padding-right:5px; border-radius:0 4px 4px 0; -moz-border-radius:0 4px 4px 0; -webkit-border-radius:0 4px 4px 0; -ms-border-radius:0 4px 4px 0; }

body.perfil #main #kitchen table.desafios tr td.estado img {
	float: none;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	opacity: 0.67;
	border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; -ms-border-radius:15px;
}
body.perfil #main #kitchen table.desafios tr.mal td.estado img { background-color:#855; }
body.perfil #main #kitchen table.desafios tr.bien td.estado img { background-color:#784; }
body.perfil #main #kitchen table.desafios tr.regular td.estado img { background-color:#960; }

body.perfil #main #kitchen .paginacion { margin:10px 0 -5px 0; }


/* Padre regala TOVIS a su hijo */
body.padres #popup #pop-body.big form .form-item {
	width: 300px;
	height: 70px;
	margin: 40px auto 60px auto;
}
body.padres #popup #pop-body.big form .form-item label {
	width: 70px;
	height: 70px;
	font-size: 48px;
	font-weight: 100;
	line-height: 70px;
}
body.padres #popup #pop-body.big form .form-item label img {
	width: 70px;
	height: 70px;
	margin: -5px 0 0 0;
}
body.padres #popup #pop-body.big form .select select {
	width: 200px;
	height: 70px;
	padding: 5px 5px;
	margin: 0 10px 0 0;
	font-size: 52px;
	text-align: right;
}
body.padres #popup #pop-body form .form-item.botones {
	height: 40px;
	margin: 0 auto;
}
body.padres #popup #pop-body form .form-item.botones input {
	margin: 0;
	width: 300px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;