@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 300;
	src: local('Nunito-Light'), url(http://themes.googleusercontent.com/static/fonts/nunito/v5/1TiHc9yag0wq3lDO9cw0vj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	src: local('Nunito-Regular'), url(http://themes.googleusercontent.com/static/fonts/nunito/v5/0rdItLTcOd8TSMl72RUU5w.woff) format('woff');
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 700;
	src: local('Nunito-Bold'), url(http://themes.googleusercontent.com/static/fonts/nunito/v5/TttUCfJ272GBgSKaOaD7Kj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

html,body {
	height: 100%;
	text-align: center;
	background: #ccc url(../img/bg.png);
}

h1, h2, h3, h4, h5, h6, p, li, a, span, input, textarea, label, strong, em {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
}

a, h1, .autito, .prod-fondo, input, textarea, .modulo {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}

.container {
	width: 1240px;
	margin: 0 auto;
	background: #f7c829 url(../img/bgYellow.png) 0 0 no-repeat;
	min-height: 100%;
	-webkit-box-shadow: rgba(0,0,0,.5) 0 0 30px;
	-moz-box-shadow: rgba(0,0,0,.5) 0 0 30px;
	box-shadow: rgba(0,0,0,.5) 0 0 30px;
}

.wrapper {
	margin: 0 auto;
	width: 1160px;
	text-align: left;
	position: relative;
}

.col25,.col33,.col50,.col66,.col75,.col100 {
	float: left;
	position: relative;
}

.col25	 {width: 25%;}
.col33	 {width: 33.33%;}
.col50	 {width: 50%;}
.col66	 {width: 66.66%;}
.col75	 {width: 75%;}
.col100  {width: 100%;}

.left12  {left: 12.5%;}
.left25  {left: 25%;}
.left33  {left: 33.33%;}
.left50  {left: 50%;}
.left66  {left: 66.66%;}
.left75  {left: 75%;}
.left100 {left: 100%;}

.modulo {
	margin: 20px;
	position: relative;
}

header {
	height: 150px;
	z-index: 3;
	position: relative;
	background: #f7c829 url(../img/bgYellow.png) 0 0 no-repeat;
}

.logo {
	position: absolute;
	top: 14px;
	left: 0;
	z-index: 1;
}

.peru {
	position: absolute;
	top: 20px;
	right: 20px;
	-webkit-box-shadow: rgba(0,0,0,.2) 0 2px 3px;
	-moz-box-shadow: rgba(0,0,0,.2) 0 2px 3px;
	box-shadow: rgba(0,0,0,.2) 0 2px 3px;
	line-height: 0;
}

nav {
	height: 45px;
	background: #fff;
	top: 105px;
	position: relative;
	display: none;
	-webkit-box-shadow: rgba(0,0,0,.3) 0 15px 15px -10px;
	-moz-box-shadow: rgba(0,0,0,.3) 0 15px 15px -10px;
	box-shadow: rgba(0,0,0,.3) 0 15px 15px -10px;
}

nav ul {
	float: right;
	margin: 0 20px;
}

nav li {
	float: left;
	height: 45px;
}

nav a {
	display: block;
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	font-size: 19px;
	color: #9800aa;
}

nav a:hover {
	background: #FBDF82;
}

nav .current a {
	background: #A271AA;
	color: #fff;
}

.categorias {
	background: #93569b url(../img/bgPurple.png) 0 0 no-repeat;
	position: relative;
	padding: 20px 0 30px;
	display: block;
	-webkit-box-shadow: rgba(255,255,255,.5) 0 10px 0;
	-moz-box-shadow: rgba(255,255,255,.5) 0 10px 0;
	box-shadow: rgba(255,255,255,.5) 0 10px 0;
	overflow: hidden;
}

a.categorias {
	padding: 50px 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 50%;
	float: left;
}

a.categorias .wrapper {
	width: 100%;
}

.separaLight {
	height: 10px;
	background: rgba(255,255,255,.5);
}

a.categorias:hover {
	-webkit-box-shadow: inset rgba(0,0,0,.5) 0 0 20px;
	-moz-box-shadow: inset rgba(0,0,0,.5) 0 0 20px;
	box-shadow: inset rgba(0,0,0,.5) 0 0 20px;
}

a.categorias h1 {
	line-height: 44px;
	padding: 20px;
}

.prod-fondo {
	position: absolute;
	bottom: -110px;
	right: -60px;
	z-index: 1;
}

a.categorias:hover .prod-fondo {
	right: -15px;
}

.catHome {
	display: none;
	height: 600px;
}

.catHome a {
	cursor: default;
}

.bgOrange {
	background: #e08802 url(../img/bgOrange.png) 0 0 no-repeat;
}

.bgGreen {
	background: #62b03a url(../img/bgGreen.png) 0 0 no-repeat;
}

.bgBlue {
	background: #5a7acc url(../img/bgBlue.png) 0 0 no-repeat;
}

.bgPink {
	background: #ea608f url(../img/bgPink.png) 0 0 no-repeat;
}

.bgPurple {
	background: #93569b url(../img/bgPurple.png) 0 0 no-repeat;
}

.cat-home {
	margin: 0 3px;
	position: relative;
	display: block;
}

.cat-home:hover {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.a-didacticas {
	top: 90px;
}

.a-musicales {
	top: 192px;
}

.v-control {
	top: 41px;
}

.p-infancia {
	top: 137px;
}

.texto {
	padding: 0 0 100px;
	-webkit-box-shadow: inset #f7c829 0 -30px 30px;
	-moz-box-shadow: inset #f7c829 0 -30px 30px;
	box-shadow: inset #f7c829 0 -30px 30px;
}

.conFondo {
	background: url(../img/bgYellow.png) 0 bottom no-repeat;
}

h1 {
	font-size: 44px;
	color: #784082;
	border-bottom: 2px solid;
	padding: 20px 0 0;
}

.titulo {
	background: #93569b url(../img/bgPurple.png) center center no-repeat;
	margin-top: 60px;
	border-radius: 10px 10px 0 0;
	text-shadow: rgba(0,0,0,.3) 0 2px 3px;
}

.titulo h1 {
	color: #fff;
	padding: 0;
	font-size: 32px;
}

.centrado {
	text-align: center;
}

.fondoWhite {
	background: rgba(255,255,255,.6);
	margin-top: -22px;
	padding: 40px 0 0;
	-webkit-box-shadow: rgba(0,0,0,.2) 0 3px 10px;
	-moz-box-shadow: rgba(0,0,0,.2) 0 3px 10px;
	box-shadow: rgba(0,0,0,.2) 0 3px 10px;
	border-radius: 0 0 10px 10px;
}

.texto p {
	color: #2c2c2c;
	font-size: 16px;
	padding: 0 20px 10px;
	margin: 10px 0 0;
	line-height: 18px;
}

.texto p:first-child {
	margin: -30px 0 0;
}

.texto p:last-child {
	padding-bottom: 20px;
}

.texto p.slogan {
	font-size: 22px;
	color: #7C4884;
	text-shadow: rgba(255,255,255,.3) 0 1px 0;
	text-align: center;
	font-weight: 700;
}

.logo {
	left: 437px;
}

.continuar {
	display: block;
	padding: 20px;
	color: #fff;
	text-align: center;
	background: #93569b;
	font-size: 26px;
	-webkit-box-shadow: rgba(255,255,255,.6) 0 5px 0, inset rgba(0,0,0,.3) 0 0 0;
	-moz-box-shadow: rgba(255,255,255,.6) 0 5px 0, inset rgba(0,0,0,.3) 0 0 0;
	box-shadow: rgba(255,255,255,.6) 0 5px 0, inset rgba(0,0,0,.3) 0 0 0;
	text-indent: 80px;
	border-radius: 10px;
}

.continuar:hover {
	background: #824B89;
	-webkit-box-shadow: rgba(0,0,0,.3) 0 0 0, inset rgba(0,0,0,.3) 0 5px 0;
	-moz-box-shadow: rgba(0,0,0,.3) 0 0 0, inset rgba(0,0,0,.3) 0 5px 0;
	box-shadow: rgba(0,0,0,.3) 0 0 0, inset rgba(0,0,0,.3) 0 5px 0;
	padding: 25px 20px 15px;
	text-shadow: rgba(0,0,0,.3) 0 2px 0;
}

.autito {
	position: absolute;
	top: -15px;
	left: -20px;
}

.continuar:hover .autito {
	left: 5px;
}

.listado {
	margin: 20px -20px;
}

.listaDonde li .modulo{
	background: rgba(255,255,255,.2);
}

.listaDonde li a, .listaDonde li a:hover {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.listaDonde a .modulo {
	background: #f7c829;
}

.listaDonde a:hover .modulo {
	background: #FBE391;
}

.listaDonde img {
	border-radius: 13px;
	overflow: hidden;
	-webkit-box-shadow: rgba(0,0,0,.3) 0 2px 5px;
	-moz-box-shadow: rgba(0,0,0,.3) 0 2px 5px;
	box-shadow: rgba(0,0,0,.3) 0 2px 5px;
}

.listado li {
	float: left;
	width: 25%;
	list-style: none;
}

.listado a {
	display: block;
	background: #fff;
	-webkit-box-shadow: rgba(0,0,0,.2) 0 3px 5px;
	box-shadow: rgba(0,0,0,.2) 0 3px 5px;
	border-radius: 10px;
	overflow: hidden;
}

.listado img {
	width: 100%;
	position: relative;
	z-index: 1;
}

.listado h4 {
	margin: 0;
	padding: 10px 10px 5px;
	font-size: 18px;
	color: #666;
}

.listado h5 {
	margin: 0 10px;
	padding: 5px 0 10px;
	font-size: 16px;
	color: #999;
	border-top: 1px solid #ccc;
}

.listado a:hover {
	color: #fff;
	background: #ac72b4;
	-webkit-box-shadow: rgba(0,0,0,.2) 0 5px 10px;
	box-shadow: rgba(0,0,0,.2) 0 5px 10px;
	text-shadow: rgba(0,0,0,.2) 0 2px 3px;
}

.listado a:hover img {
	box-shadow: rgba(0,0,0,.2) 0 3px 5px;
}

.listado li .modulo {
	padding: 10px;
	border-radius: 15px;
	box-shadow: inset rgba(255,255,255,.4) 0 1px 0, rgba(0,0,0,.4) 0 3px 6px;
}

.bgOrange .listado a:hover {
	background: #F99602;
}

.bgOrange .bx-wrapper .bx-viewport {
	border: 10px solid #62b03a;
}

.bgOrange li .modulo {
	background: #62b03a;
}

.bgOrange .nombreListado, a.bgOrange:hover .nombreListado , .bgOrange .descripcion .encabezado {
	background: #62b03a;
}

.bgPurple .nombreListado, a.bgPurple:hover .nombreListado , .bgPurple .descripcion .encabezado {
	background: #f7c829;
	color: #77467D;
	text-shadow: rgba(255,255,255,.4) 0 1px 0;
}

.bgGreen .listado a:hover {
	background: #6FC043;
}

.bgGreen .bx-wrapper .bx-viewport {
	border: 10px solid #EA5783;
}

.bgGreen li .modulo {
	background: #EA5783;
}

.bgGreen .nombreListado, a.bgGreen:hover .nombreListado , .bgGreen .descripcion .encabezado {
	background: #EA5783;
}

.bgBlue .listado a:hover {
	background: #6D89D3;
}

.bgBlue .bx-wrapper .bx-viewport {
	border: 10px solid #EF894B;
}

.bgBlue li .modulo {
	background: #EF894B;
}

.bgBlue .nombreListado, a.bgBlue:hover .nombreListado , .bgBlue .descripcion .encabezado {
	background: #EF894B;
}

.bgPink .listado a:hover {
	background: #EC6F9A;
}

.bgPink .bx-wrapper .bx-viewport {
	border: 10px solid #008cc9;
}

.bgPink li .modulo {
	background: #008cc9;
}

.bgPink .nombreListado, a.bgPink:hover .nombreListado , .bgPink .descripcion .encabezado {
	background: #008cc9;
}

a.bgOrange, a.bgGreen, a.bgBlue, a.bgPink {
	background-position: left bottom;
}

a.categorias .nombreListado {
	border: none;
	background: rgba(255,255,255,.4);
}

.listado a:hover h4, .listado a:hover h5 {
	color: #fff;
	border-color: #fff;
}

.nombreListado {
	color: #fff;
	background: rgba(255,255,255,.3);
	border-radius: 10px;
	padding: 5px 20px;
	text-shadow: rgba(0,0,0,.3) 0 2px 3px;
	-webkit-box-shadow: rgba(0,0,0,.3) 0 10px 10px -10px, inset rgba(255,255,255,.3) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,.3) 0 10px 10px -10px, inset rgba(255,255,255,.3) 0 1px 0;
	box-shadow: rgba(0,0,0,.3) 0 10px 10px -10px, inset rgba(255,255,255,.3) 0 1px 0;
	border: none;
}

.subtituloListado {
	color: #fff;
	font-size: 26px;
	margin: 0;
	padding: 10px 0 0;
	text-shadow: rgba(0,0,0,.3) 0 1px 2px;
	border-bottom: 1px solid rgba(255,255,255,.5);
	-webkit-box-shadow: rgba(0,0,0,.3) 0 10px 10px -10px;
	-moz-box-shadow: rgba(0,0,0,.3) 0 10px 10px -10px;
	box-shadow: rgba(0,0,0,.3) 0 10px 10px -10px;
}

.descripcion {
	padding: 10px 20px;
	background: #f7c829 url(../img/bgYellow.png) 0 0 no-repeat;
	min-height: 487px;
	border-radius: 15px;
	box-shadow: rgba(0,0,0,.3) 0 3px 5px;
	-moz-box-shadow: rgba(0,0,0,.3) 0 3px 5px;
	-webkit-box-shadow: rgba(0,0,0,.3) 0 3px 5px;
}

.encabezado {
	margin: -10px -20px;
	padding: 5px 20px 5px;
	border-radius: 15px 15px 0 0;
	-webkit-box-shadow: inset rgba(0,0,0,.2) 0 -3px 10px, rgba(255,255,255,.3) 0 1px 0;
	-moz-box-shadow: inset rgba(0,0,0,.2) 0 -3px 10px, rgba(255,255,255,.3) 0 1px 0;
	box-shadow: inset rgba(0,0,0,.2) 0 -3px 10px, rgba(255,255,255,.3) 0 1px 0;
}

.descripcion h3 {
	margin: 10px 0 0;
	font-size: 20px;
	text-shadow: rgba(0,0,0,.3) 0 1px 2px;
	color: #fff;
}

.descripcion h3 a {
	color: #FEDDAB;
}

.descripcion h3 a:hover {
	text-decoration: underline;
}

.descripcion h3 a span {
	display: inline-block;
	height: 20px;
	width: 20px;
	background: rgba(0,0,0,.3);
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	font-size: 16px;
	margin: 0 5px 0 0;
	position: relative;
	top: -3px;
	-webkit-box-shadow: inset rgba(0,0,0,.3) 0 1px 2px, rgba(255,255,255,.3) 0 1px 0;
	-moz-box-shadow: inset rgba(0,0,0,.3) 0 1px 2px, rgba(255,255,255,.3) 0 1px 0;
	box-shadow: inset rgba(0,0,0,.3) 0 1px 2px, rgba(255,255,255,.3) 0 1px 0;
}

.descripcion h1 {
	color: #fff;
	margin: 0;
	padding: 0;
	text-shadow: rgba(0,0,0,.3) 0 2px 3px;
	border: none;
	border-top: 1px solid rgba(0,0,0,.2);
	-webkit-box-shadow: inset rgba(255,255,255,.3) 0 1px 0;
	-moz-box-shadow: inset rgba(255,255,255,.3) 0 1px 0;
	box-shadow: inset rgba(255,255,255,.3) 0 1px 0;
	line-height: 38px;
	font-size: 38px;
	padding: 10px 0;
}

.descripcion h2 {
	font-size: 22px;
	color: #333;
	color: rgba(0,0,0,.6);
	margin: 0;
	padding: 0;
	text-shadow: rgba(255,255,255,.3) 0 1px 0;
	border-top: 1px solid rgba(0,0,0,.2);
	-webkit-box-shadow: inset rgba(255,255,255,.3) 0 1px 0;
	-moz-box-shadow: inset rgba(255,255,255,.3) 0 1px 0;
	box-shadow: inset rgba(255,255,255,.3) 0 1px 0;
}

.descripcion p {
	font-size: 16px;
	line-height: 19px;
	margin: 0;
	padding: 25px 0 0;
	text-shadow: rgba(255,255,255,.3) 0 1px 0;
}

.detalles {
	color: #913F9A;
	font-size: 16px;
	padding: 10px 0 0;
	text-shadow: rgba(255,255,255,.3) 0 1px 0;
	list-style: inside;
	border-bottom: 1px solid rgba(255,255,255,.3);
	box-shadow: inset rgba(0,0,0,.2) 0 -1px 0;
}

.detalles li {
	border-top: 1px solid rgba(0,0,0,.2);
	padding: 3px 0;
	box-shadow: inset rgba(255,255,255,.3) 0 1px 0;
}

.detallesContacto li {
	padding: 8px 0;
	font-size: 17px;
}

.bgPurple .detalles {
	color: #f7c829;
	text-shadow: rgba(0,0,0,.5) 0 1px 2px;
}

.detalles li span {
	color: #222;
}

.bgPurple .detalles li span {
	color: #fff;
}

.detalles a {
	color: inherit;
	text-decoration: underline;
}

.contactText {
	color: #fff;
	font-size: 20px;
	text-shadow: rgba(0,0,0,.2) 0 1px 2px;
}

.zippy-peru {
	margin: 0 -5px;
}

form {
	margin: -10px 0 0;
}

label, input, textarea {
	display: block;
	width: 100%;
	border: none;
	border-radius: 5px;
	resize: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
}

label {
	text-shadow: rgba(0,0,0,.3) 0 2px 3px;
	color: #FCEAAB !important;
	position: relative;
}

label span {
	font-weight: normal;
	text-transform: none;
	text-align: right;
	font-size: 16px;
	color: #eee;
	position: absolute;
	top: 10px;
	right: 0;
}

input, textarea {
	-webkit-box-shadow: rgba(0,0,0,.2) 0 3px 5px;
	-moz-box-shadow: rgba(0,0,0,.2) 0 3px 5px;
	box-shadow: rgba(0,0,0,.2) 0 3px 5px;
}

.inputFormRojo {
	background: #CA8E8E;
	color: #482222;
}

.inputFormVerde {
	background: #96CD8D;
	color: #152812;
}

textarea {
	height: 100px;
}

label {
	font-size: 18px;
	padding: 10px 0 0;
	color: #fff;
}

input.submit {
	background: #f7c829;
	margin: 20px 0 0;
	padding: 10px 5px;
	color: #9800aa;
	-webkit-box-shadow: inset rgba(255,255,255,.7) 0 1px 0, rgba(0,0,0,.2) 0 3px 5px;
	-moz-box-shadow: inset rgba(255,255,255,.7) 0 1px 0, rgba(0,0,0,.2) 0 3px 5px;
	box-shadow: inset rgba(255,255,255,.7) 0 1px 0, rgba(0,0,0,.2) 0 3px 5px;
	text-shadow: rgba(255,255,255,.5) 0 1px 0;
	font-size: 18px;
}

input:focus, textarea:focus {
	background: #ccc;
}

input.submit:hover, input.submit:focus {
	background: #D9A906;
	color: #fff;
	-webkit-box-shadow: inset rgba(0,0,0,.2) 0 4px 0, rgba(255,255,255,.5) 0 1px 0;
	-moz-box-shadow: inset rgba(0,0,0,.2) 0 4px 0, rgba(255,255,255,.5) 0 1px 0;
	box-shadow: inset rgba(0,0,0,.2) 0 4px 0, rgba(255,255,255,.5) 0 1px 0;
	text-shadow: rgba(0,0,0,.5) 0 1px 2px;
}

footer .detalles {
	list-style: none;
	text-align: right;
	padding: 30px 60px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	text-shadow: none;
}

footer .detalles li {
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	padding: 0;
	color: #222;
	font-size: 14px;
}