/* 	Resets defualt browser settings
	reset.css  */
	
@font-face {
    font-family: 'HelveticaRoundedBold';
    src: url('../fonts/helveticarounded-bold-webfont.eot');
    src: url('../fonts/helveticarounded-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticarounded-bold-webfont.woff') format('woff'),
         url('../fonts/helveticarounded-bold-webfont.ttf') format('truetype'),
         url('../fonts/helveticarounded-bold-webfont.svg#HelveticaRoundedBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

*{
	margin:0px;
	padding:0px;
}
img{
	border:0px;
}

body { 
	background:url(../images/bg.png) repeat-x top left #fff;
	background-attachment:fixed;
	margin: 0px;
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#fff;
	-webkit-font-smoothing: subpixel-antialiased;
}
#master{
	width:955px;
	height:auto;
	margin:auto;
}
#top{
	width:995px;
	height:auto;
	float:left;
	clear:right;
}
.logo{
	width:319px;
	height:144px;
	padding:0;
	margin:0 4px 5px 38px;
	float:left;
	clear:none;
	background-color:rgba(255,255,255,1);
	border:1px rgba(255,255,255,.5);
	border-radius:0 0 28px 28px;
	behavior:url(border-radius.htc); /* para Explorers */
	box-shadow: 0px 0px 9px rgba(0,0,0,.3);
}
.logo img{
	width:331px;
	height:125px;
	position:relative;
	top:9px;
	left:-19px;
	z-index:500;
}

.logo_cliente{
	width:213px;
	height:144px;
	padding:0;
	margin:0 33px 0 0;
	float:right;
	clear:none;
	background-color:rgba(255,255,255,1);
	border:1px rgba(255,255,255,.5);
	border-radius:0 0 11px 11px;
	behavior:url(border-radius.htc); /* para Explorers */
	box-shadow: 0px 0px 9px rgba(0,0,0,.3);
}
.logo_cliente img{
	padding:70px 0 0 25px;
}



/** LOGIN TOP **/
#bienvenida{
	width:auto;
	height:58px;
	padding:7px  0 0 8px;
	margin:10px 5px 4px 35px;
	float:left;
	clear:none;
	background-color:rgba(255,255,255,.5);
	border:1px rgba(255,255,255,.5);
	border-radius:11px;
	behavior:url(border-radius.htc); /* para Explorers */
	box-shadow: 0px 0px 9px rgba(0,0,0,.2);
}
#bienvenida .txt{
	float:left;
	clear:none;
	padding: 17px 5px 17px 0;
	text-align:left;
	font-family: 'HelveticaRoundedBold';
	font-size:22px;
	color:#a30096;
	letter-spacing:1px;
	text-transform:uppercase;
	line-height:15px;
	text-shadow:0px 0px 5px rgba(255,255,255,.9);
}


/** BOTONES TOP **/
.btn-cuenta{
	width:158px;
	height:52px;
	float:left;
	clear:none;
	background:url(../images/btns-perfil.png) no-repeat top left transparent;
}
.btn-cuenta:hover{
	margin-top:2px;
	background:url(../images/btns-perfil.png) no-repeat bottom left transparent;
	cursor:pointer;
	border:none;
}
.btn-cerrar{
	width:217px;
	height:52px;
	float:left;
	clear:none;
	background:url(../images/btns-perfil.png) no-repeat top right transparent;
}
.btn-cerrar:hover{
	margin-top:2px;
	background:url(../images/btns-perfil.png) no-repeat bottom right transparent;
	cursor:pointer;
	border:none;
}
.btn-elegir{
	width:361px;
	height:67px;
	margin-left:146px;
	float:left;
	clear:none;
	background:url(../images/btn-elegir.png) no-repeat top right transparent;
}
.btn-elegir:hover{
	margin-top:2px;
	background:url(../images/btn-elegir.png) no-repeat bottom right transparent;
	cursor:pointer;
	border:none;
}

#cont-home{
	width:auto;
	height:auto;
	float:left;
	clear:none;
	margin:9px;
	background-color:#43A847;
	border:10px solid #43A847;
	border-radius:30px;
	behavior:url(border-radius.htc); /* para Explorers */
	box-shadow: 0px 0px 9px rgba(0,0,0,.3);
}

/** CUENTO **/
#cuento{
	width:966px;
	height:668px;
}
body#blancanieves #cuento{
	background:url(../images/img-blancanieves.png) no-repeat top right #43A847;
}
body#libro-selva #cuento{
	background:url(../images/img-libro-de-la-selva.png) no-repeat top right #43A847;
}

body#caperucita-roja #cuento{
	background:url(../images/img-caperucita-roja.png) no-repeat top right #43A847;
}
body#tres-chanchitos #cuento{
	background:url(../images/img-tres-chanchitos.png) no-repeat top right #43A847;
}

body#la-cenicienta #cuento{
	background:url(../images/img-la-cenicienta.png) no-repeat top right #43A847;
}

body#pulgarcito #cuento{
	background:url(../images/img-pulgarcito.png) no-repeat top right #43A847;
}

body#bella-y-bestia #cuento{
	background:url(../images/img-la-bella-y-la-bestia.png) no-repeat top right #43A847;
}

body#peter-pan #cuento{
	background:url(../images/img-peter-pan.png) no-repeat top right #43A847;
}

body#la-sirenita #cuento{
	background:url(../images/img-la-sirenita.png) no-repeat top right #43A847;
}

body#hansel-y-gretel #cuento{
	background:url(../images/img-hansel-y-gretel.png) no-repeat top right #43A847;
}


.tit{
	width:100%;
	height:auto;
	float:left;
	clear:none;
	padding:14px 0 0 50px;
}
/*
#btns-cuento .btn-leer, #btns-cuento .btn-leer:hover, #btns-cuento .btn-escuchar, #btns-cuento .btn-escuchar:hover, #btns-cuento .btn-ver, #btns-cuento .btn-ver:hover, #btns-cuento .btn-jugar, #btns-cuento .btn-jugar:hover{
	width:310px;
	height:81px;
	float:left;
	clear:none;
	margin-bottom:7px;
	border:none;
}
#btns-cuento .btn-leer{
	background:url(../images/btn-leer-escuchar.png) no-repeat top left transparent;
}
#btns-cuento .btn-leer:hover{
	background:url(../images/btn-leer-escuchar.png) no-repeat bottom left transparent;
	cursor:pointer;
	border:none;
}
#btns-cuento .btn-escuchar{
	background:url(../images/btn-leer-escuchar.png) no-repeat top right transparent;
}
#btns-cuento .btn-escuchar:hover{
	background:url(../images/btn-leer-escuchar.png) no-repeat bottom right transparent;
	cursor:pointer;
	border:none;
}
#btns-cuento .btn-ver{
	background:url(../images/btn-jugar-ver.png) no-repeat top right transparent;
}
#btns-cuento .btn-ver:hover{
	background:url(../images/btn-jugar-ver.png) no-repeat bottom right transparent;
	cursor:pointer;
	border:none;
}
#btns-cuento .btn-jugar{
	margin-bottom:8px;
	background:url(../images/btn-jugar-ver.png) no-repeat top left transparent;
}
#btns-cuento .btn-jugar:hover{
	background:url(../images/btn-jugar-ver.png) no-repeat bottom left transparent;
	cursor:pointer;
	border:none;
}
*/
/** BOTONERA PARA PAGINAS INTERNAS **/
#btns-cuento{
	width:280px;
	height:353px;
	padding-left:75px;
	float:left;
	clear:none;
	text-align:left;
}
#btns-leer, #btns-en-colorear, #btns-en-audios, #btns-en-videos, #btns-en-jugar{
	width:auto;
	height:auto;
	padding-left:25px;
	float:left;
	clear:none;
	text-align:left;
}
#btns-cuento .btn-colorear, #btns-cuento .btn-escuchar, #btns-cuento .btn-ver, #btns-cuento .btn-leer, #btns-cuento .btn-jugar{
	width:254px;
	height:67px;
	float:left;
	clear:none;
	margin-bottom:3px;
}
#btns-en-audios .btn-colorear, #btns-en-videos .btn-colorear, #btns-en-jugar .btn-colorear, #btns-en-colorear .btn-escuchar, #btns-en-videos .btn-escuchar, #btns-en-jugar .btn-escuchar, #btns-en-colorear .btn-ver, #btns-en-audios .btn-ver,  #btns-en-jugar .btn-ver, #btns-en-colorear .btn-leer, #btns-en-audios .btn-leer, #btns-en-videos .btn-leer, #btns-en-colorear .btn-jugar, #btns-en-audios .btn-jugar, #btns-en-videos .btn-jugar{
	width:254px;
	height:67px;
	float:left;
	clear:none;
	margin-bottom:6px;
}
/*
#btns-cuento .btn-colorear, #btns-en-audios .btn-colorear, #btns-en-videos .btn-colorear, #btns-en-jugar .btn-colorear, #btns-cuento .btn-escuchar, #btns-en-colorear .btn-escuchar, #btns-en-videos .btn-escuchar, #btns-en-jugar .btn-escuchar, #btns-cuento .btn-ver, #btns-en-colorear .btn-ver, #btns-en-audios .btn-ver, #btns-cuento .btn-ver, #btns-en-jugar .btn-ver, #btns-cuento .btn-leer, #btns-en-colorear .btn-leer, #btns-en-audios .btn-leer, #btns-en-videos .btn-leer, #btns-cuento .btn-jugar, #btns-en-colorear .btn-jugar, #btns-en-audios .btn-jugar, #btns-en-videos .btn-jugar{
	width:254px;
	height:67px;
	float:left;
	clear:none;
	margin-bottom:6px;
}
*/


/* BOTON LEER */
#btns-cuento .btn-leer, #btns-en-colorear .btn-leer, #btns-en-audios .btn-leer, #btns-en-videos .btn-leer, #btns-en-jugar .btn-leer{
	background:url(../images/btn-leer-escuchar-s.png) no-repeat top left transparent;
}
#btns-cuento .btn-leer:hover, #btns-en-colorear .btn-leer:hover, #btns-en-audios .btn-leer:hover, #btns-en-videos .btn-leer:hover, #btns-en-jugar .btn-leer:hover{
	background:url(../images/btn-leer-escuchar-s.png) no-repeat bottom left transparent;
	cursor:pointer;
	border:none;
}

/* BOTONES EN ESCUCHAR */
#btns-cuento .btn-escuchar, #btns-en-colorear .btn-escuchar, #btns-en-videos .btn-escuchar, #btns-en-jugar .btn-escuchar{
	background:url(../images/btn-leer-escuchar-s.png) no-repeat top right transparent;
}
#btns-cuento .btn-escuchar:hover, #btns-en-colorear .btn-escuchar:hover, #btns-en-videos .btn-escuchar:hover, #btns-en-jugar .btn-escuchar:hover{
	background:url(../images/btn-leer-escuchar-s.png) no-repeat bottom right transparent;
	cursor:pointer;
	border:none;
}

/* BOTONES EN COLOREAR */
#btns-cuento .btn-colorear, #btns-en-colorear .btn-colorear,  #btns-en-videos .btn-colorear, #btns-en-audios .btn-colorear, #btns-en-jugar .btn-colorear{
	background:url(../images/btn-jugar-ver-s.png) no-repeat top right transparent;
}
#btns-cuento .btn-colorear:hover, #btns-en-colorear .btn-colorear:hover, #btns-en-videos .btn-colorear:hover, #btns-en-audios .btn-colorear:hover, #btns-en-jugar .btn-colorear:hover{
	background:url(../images/btn-jugar-ver-s.png) no-repeat bottom right transparent;
	cursor:pointer;
	border:none;
}
/* BOTONES EN VER */
#btns-cuento .btn-ver, #btns-en-colorear .btn-ver, #btns-en-audios .btn-ver, #btns-en-jugar .btn-ver{
	background:url(../images/btn-jugar-ver-s.png) no-repeat top center transparent;
}
#btns-cuento .btn-ver:hover, #btns-en-colorear .btn-ver:hover, #btns-en-audios .btn-ver:hover, #btns-en-jugar .btn-ver:hover{
	background:url(../images/btn-jugar-ver-s.png) no-repeat bottom center transparent;
	cursor:pointer;
	border:none;
}
/* BOTONES EN  JUGAR */
#btns-cuento .btn-jugar, #btns-en-colorear .btn-jugar, #btns-en-audios .btn-jugar, #btns-en-videos .btn-jugar{
	background:url(../images/btn-jugar-ver-s.png) no-repeat top left transparent;
}
#btns-cuento .btn-jugar:hover, #btns-en-colorear .btn-jugar:hover, #btns-en-audios .btn-jugar:hover, #btns-en-videos .btn-jugar:hover{
	background:url(../images/btn-jugar-ver-s.png) no-repeat bottom left transparent;
	cursor:pointer;
	border:none;
}


#sinopsis{
	width:313px;
	height:144px;
	padding:15px  56px 0 21px;
	margin:6px 5px 4px 23px;
	float:left;
	clear:both;
	background-color:rgba(255,255,255,1);
	border:1px rgba(255,255,255,1);
	border-radius:28px;
	behavior:url(border-radius.htc); /* para Explorers */
	box-shadow: 0px 0px 9px rgba(0,0,0,.2);
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
	text-transform:none;
	line-height:22px;
}
#sinopsis img{
	width:145px;
	height:185px;
	position:relative;
	top:-155px;
	left:300px;
	z-index:500;
	margin-left:10px;
}

/** LEER **/ 
#cuento-leer{
	background:url(../images/bg-video.png) no-repeat top right #43A847;
}
#cuento-leer .tit, #cont-video .tit, #cont-audios .tit{
	width:310px;
	height:auto;
	float:left;
	clear:none;
	padding:14px 0 0 50px;
}
/*#btns-read-print{
	width:300px;
	height:280px;
	padding:20px 0 0 0 75px;
	float:left;
	clear:none;
	text-align:left;
}
#cuento-leer .img-ebook-lines{
	float:left;
	clear:none;
	padding:30px 10px 0 0;
	margin:0;
}
#btns-read-print .btn-leer, #btns-read-print .btn-imprimir{
	width:310px;
	height:81px;
	float:right;
	clear:none;
	margin:50px 0 7px 0;
	background:url(../images/btn-leer-escuchar.png) no-repeat top left transparent;
	border:0px;
}
#btns-read-print .btn-leer{
	background:url(../images/btn-leer-escuchar.png) no-repeat top left transparent;
}
#btns-read-print .btn-leer:hover{
	background:url(../images/btn-leer-escuchar.png) no-repeat bottom left transparent;
	cursor:pointer;
	border:none;
}
#btns-read-print .btn-imprimir{
	background:url(../images/btn-imprimir.png) no-repeat top left transparent;
}
#btns-read-print .btn-imprimir:hover{
	background:url(../images/btn-imprimir.png) no-repeat bottom left transparent;
	cursor:pointer;
	border:none;
}
*/
.descripcion{
	width:500px;
	height:auto;
	padding:0 0 0 10px;
	margin:32px 25px 3px 0;
	float:right;
	clear:none;
	text-align:left;
	font-family: 'HelveticaRoundedBold';
	font-size:18px;
	text-transform:uppercase;
	line-height:20px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
body#blancanieves .descripcion{color:#642037;}
body#libro-selva .descripcion, body#caperucita-roja .descripcion, body#la-cenicienta .descripcion, body#pulgarcito .descripcion{color:#FFF;}
body#tres-chanchitos .descripcion{color:#2E6939;}
body#bella-y-bestia .descripcion{color:#FFFF7D;}
body#peter-pan .descripcion{color:#FFF;}
body#la-sirenita .descripcion{color:#13006F;}
body#hansel-y-gretel .descripcion{color:#D50000;}

.imagenes-colorear{
	width:535px;
	height:auto;
	float:right;
	clear:none;
}
.imagenes-colorear img{
	margin:0 0 0 4px;
	cursor:pointer;
}
.imagenes-colorear img:hover{
	opacity:0.9;
	filter:alpha(opacity=90); 
	cursor:pointer;
	background-color:#FFF;
}
#img-imprimir-1, #img-imprimir-2, #img-imprimir-3, #img-imprimir-4{
	display:none;
}


/** VIDEO **/
#cont-video, #cuento-leer{
	width:966px;
	height:440px;
	margin:0;
}
body#blancanieves #cont-video, body#blancanieves #cuento-leer{
	background:url(../images/bg-video-blancanieves.png) no-repeat top right #43A847;
}
body#libro-selva #cont-video, body#libro-selva #cuento-leer{
	background:url(../images/bg-video-libro-selva.png) no-repeat top right #43A847;
}
body#caperucita-roja #cont-video, body#caperucita-roja #cuento-leer{
	background:url(../images/bg-video-caperucita-roja.png) no-repeat top right #43A847;
}
body#tres-chanchitos #cont-video, body#tres-chanchitos #cuento-leer{
	background:url(../images/bg-video-tres-chanchitos.png) no-repeat top right #43A847;
}
body#la-cenicienta #cont-video, body#la-cenicienta #cuento-leer{
	background:url(../images/bg-video-la-cenicienta.png) no-repeat top right #43A847;
}
body#pulgarcito #cont-video, body#pulgarcito #cuento-leer{
	background:url(../images/bg-video-pulgarcito.png) no-repeat top right #43A847;
}
body#bella-y-bestia #cont-video, body#bella-y-bestia #cuento-leer{
	background:url(../images/bg-video-la-bella-y-la-bestia.png) no-repeat top right #43A847;
}
body#peter-pan #cont-video, body#peter-pan #cuento-leer{
	background:url(../images/bg-video-peter-pan.png) no-repeat top right #43A847;
}
body#la-sirenita #cont-video, body#la-sirenita #cuento-leer{
	background:url(../images/bg-video-la-sirenita.png) no-repeat top right #43A847;
}
body#hansel-y-gretel #cont-video, body#hansel-y-gretel #cuento-leer{
	background:url(../images/bg-video-hansel-y-gretel.png) no-repeat top right #43A847;
}
.player-audio{
	margin:100px 0 0 0;
}

.video{
	width:550px;
	height:312px;
	float:left;
	clear:none;
	margin:70px 0 0 15px;
	text-align:right;
}
.aviso-video{
	width:550px;
	height:312px;
	float:left;
	clear:none;
	margin:70px 0 0 15px;
	text-align:right;
	background:url(../images/aviso-video.png) no-repeat top left;
}



/** SLIDESHOW **/
#wrap {
	width:966px;
	height:288px;
    margin: 0;
	padding:0;
	background:url(../images/bg-slider-cuentos.png) no-repeat 0 0;
}
.tit-slices{
	/*margin:0 0 0 50px;*/
	text-align:center;
	font-family: 'HelveticaRoundedBold';
	font-size:40px;
	color:#F48700;
	letter-spacing:3px;
	text-transform:none;
	line-height:80px;
	text-shadow: 0px 2px 1px #c95200,
	    		 2px 0px 1px #c95200,
				 0px -2px 1px #c95200,
	    		 -2px 0px 1px #c95200,
				 2px 2px 5px rgba(0,0,0,.3);
}
/** Style **/
.jcarousel-skin-tango .jcarousel-container-horizontal {
    padding:5px 30px 0 30px;
	width:966px;
}
.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:906px;
    height: 169px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 169px;
    height: 169px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 15px;
}
/***  Horizontal Buttons ***/
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: -80px;
    right: 60px;
    width: 59px;
    height: 285px;
    cursor: pointer;
	background:url(../images/flechas.png) transparent no-repeat top right;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover{
	background:url(../images/flechas.png) transparent no-repeat bottom right;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: -80px;
    left: 0px;
    width: 53px;
    height: 280px;
    cursor: pointer;
	background: url(../images/flechas.png) no-repeat top left transparent;}


.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background: url(../images/flechas.png) no-repeat bottom left transparent;}

 

/*  Footer  */
#pie{
	width:964px;
	height:41px;
	background-color:#e98701;
	border:1px solid #e98701;
	border-radius:0 0 30px 30px;
	behavior:url(border-radius.htc); /* para Explorers */
	float:left;
	clear:none;
	margin-top:8px;
	text-align:right;
}
#pie .txt{
	color:#fff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	text-align:right;
	line-height:35px;
	margin-right:21px;
	text-transform:uppercase;
}
.txt-politica{
	width:auto;
	float:right;
	clear:left;
	padding-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	text-align:right;
	color:#e98701;
	text-decoration:none;
	text-transform:uppercase;
}
a.contacto{
	width:155px;
	height:27px;
	background:url(../images/btn-contacto.png) no-repeat top left;
	margin:7px 4px 0 20px;
	float:left;
	clear:none;
	text-align:right;
	font-family: 'HelveticaRoundedBold';
	font-size:15px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	line-height:28px;
}
a.contacto:hover{
	background:url(../images/btn-contacto.png) no-repeat bottom left;
	color:#FFDD02;
}
