/* 	Resets defualt browser settings
	reset.css  */

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 **/
#login{
	width:366px;
	height:63px;
	padding:7px  0 0 8px;
	margin:10px 5px 4px 5px;
	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);
    font-family: 'Varela Round', sans-serif;
	font-size:13px;
	color:#000;
	letter-spacing:0px;
	text-transform:uppercase;
	line-height:12px;
	text-shadow:0px 0px 5px rgba(255,255,255,.9);
}

#login .campos{
	width:280px;
	height:20px;
	float:left;
	clear:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#39913E;
	line-height:15px;
	padding-top:3px;
}
.txt-campos{
	width:140px;
	height:15px;
	float:left;
	clear:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#39913E;
	line-height:11px;
	padding-top:3px;
	text-align:left;
	text-transform:none;
	text-decoration:none;
}
#login input{
	width:131px;
	height:20px;
	float:left;
	clear:none;
	border:1px solid #999;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#193d89;
	text-align:left;
	vertical-align:middle;
	margin-right:4px;
	padding-left:3px;
	margin-bottom:6px;
}
#login input:focus {
	border: 1px solid #193d89;
}
#login .btn-ingreso{
	width:82px;
	height:30px;
	float:left;
	clear:none;
	background:url(../images_web/btn-ingreso.png) no-repeat top left transparent;
	border:0px;
	margin-top:18px;
}
#login .btn-ingreso:hover{
	background:url(../images_web/btn-ingreso.png) no-repeat bottom left transparent;
	margin-top:19px;
	cursor:pointer;
	border:none;
}
#login .txt{
	width:auto;
	height:auto;
	float:left;
	clear:none;
	padding:0px 2px 0 0;
	margin:1px 0 0 0;
	text-align:center;
	font-size:13px;
	line-height:10px;
	color:#a30096 !important;
	text-decoration:none;
	text-transform:none;
	letter-spacing:0;
	font-family: 'HelveticaRoundedBold' !important;
	text-transform:uppercase !important;
}
#login a.txt{
	float:none;
	clear:none;
	text-decoration:underline;
}
#login a.txt:hover{
	text-decoration:none;
}


/** BOTONES HOME **/
#btns-home{
	width:383px;
	height:69px;
	float:left;
	clear:none;
}
#btns-home .btn-registro{
	width:205px;
	height:67px;
	float:left;
	clear:none;
	background:url(../images/btns-home.png) no-repeat top left transparent;
}
#btns-home .btn-registro:hover{
	margin-top:2px;
	background:url(../images/btns-home.png) no-repeat bottom left transparent;
	cursor:pointer;
	border:none;
}
#btns-home .btn-como-ingresar{
	width:178px;
	height:67px;
	float:left;
	clear:none;
	background:url(../images/btns-home.png) no-repeat top right transparent;
}
#btns-home .btn-como-ingresar:hover{
	margin-top:2px;
	background:url(../images/btns-home.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);
	
}

/*  Slideshow  *******************************************************************************************/
#container_slideshow {
	width:966px;
	margin:0 auto;
	position:relative;
	z-index:0;
	float:left;
	clear:none;
}
#container_slideshow img{
	float:left;
	clear:none;
}
#slideshow {
	width:626px;
	height:311px;
	position:relative;
}

#slides {
	position:absolute;
	top:0;
	left:340px;
	z-index:100;
}
.slides_container {
	width:626px;
	height:311px;
	overflow:hidden;
	position:relative;
	display:none;
	float:left;
	clear:none;
	background-color:#43A847;
}
.slides_container div.slide {
	width:626px;
	height:311px;
	margin-bottom:10px;
	display:block;
}



/*	Pagination  */
.pagination {
	margin:26px auto 0;
	width:16px;
	position:absolute;
	top:-12px;
	right:29px;
	z-index:500;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:16px;
	height:0;
	padding-top:16px;
	margin-bottom:7px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:-16px 0;
}

/*  Caption  */
.caption {
	z-index:500;
	width:580px;
	height:auto;
	background:#fff;
	background:rgba(255,255,255,.8);
	margin:10px 10px 13px 10px;
	padding:3px 10px 5px 10px;
	position:absolute;
	bottom:-65px;
	left:0;
	font-size:13px;
	font-weight:normal;
	line-height:14px;
	color:#4A2300;
	text-shadow:none;
}

.elegir-cuento{
	width:964px;
	height:460px;
	background:url(../images/bg-elegir-cuento-home.png) no-repeat top left transparent;
	float:left;
	clear:none;
	text-align:center;
	padding-top:19px;
}
.elegir-cuento .txt{
	margin:0 0 25px 0;
    font-family: 'Varela Round', sans-serif;
	font-size:53px;
	color:#F48700;
	letter-spacing:3px;
	text-transform:none;
	line-height:50px;
	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);
}
.elegir-cuento img{
	padding-bottom:8px;
}
.cuentos-home img{
	text-align:center;
}
.cuentos-home a{
	widows:auto;
	padding:0 12px 17px 3px;
}
.cuentos-home a:hover{
	-webkit-transform: scale(1.1); 
	-moz-transform: scale(1.1); 
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1); 
	transform: scale(1.1);
	zoom: 1; /* Siempre al principio, para activar hasLayout */
    /* Ahora sí, reducimos o ampliamos */
    zoom: 1.1; /* Aumenta tamaño */
}
/** COMO INGRESAR **/ 
#como-ingresar{
	width:874px;
	height:530px;
	background-color:#FFF;
	border: 1px solid #FFF;
	border-radius:30px;
	padding:30px;
	margin:15px 15px;
	text-align:left;
	float:none;
	clear:none;
}
.acceso-tit, .titulo1, #gracias{
	width:auto;
	height:auto;
    font-family: 'Varela Round', sans-serif;
	font-size:38px;
	color:#F48700;
	line-height:40px;
	text-align:left;
	text-decoration:none;
}
.acceso-txt, .titulo2, a.titulo2, #gracias .txt{
	width:auto;
	height:auto;
    font-family: 'Varela Round', sans-serif;
	font-size:16px;
	line-height:30px;
	color:#F48700;
	text-align:left;
	text-decoration:none;
}
a.titulo2{
	text-decoration:underline;
}
.pasos{
	width:860px;
	height:auto;
	margin:20px 0 0 0;
	padding:5px;
	float:left;
	clear:none;
	background-color:#DFECF9;
	border-radius:30px;
}
.pasos .txt{
	width:780px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:17px;
	font-weight:normal;
	color:#000;
	float:right;
	clear:none;
	text-align:left;
	vertical-align:middle;
	padding-top:6px;
	margin-right:15px;
}
.num{
	width:50px;
	height:50px;
	border-radius:50px;
	float:left;
	clear:none;
	margin:0 5px 0 0;
    font-family: 'Varela Round', sans-serif;
	font-size:35px;
	font-weight:bold;
	line-height:49px;
	text-align:center;
	background:#F48700;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F48700', endColorstr='#f0ac00'); /* IE6-8 */
	background-image: linear-gradient(bottom, rgb(244,134,0) 25%, rgb(240,172,0) 100%);
	background-image: -o-linear-gradient(bottom, rgb(244,134,0) 25%, rgb(240,172,0) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(244,134,0) 25%, rgb(240,172,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(244,134,0) 25%, rgb(240,172,0) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(244,134,0) 25%, rgb(240,172,0) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.25, rgb(244,134,0)),
		color-stop(1, rgb(240,172,0))
	);
}
.user{
	width:725px;
	height:530px;
	background-color:#FFF;
	text-align:left;
	float:left;
	clear:none;
	padding-left:25px;
	padding-top:0px;
	margin:0px;
}
.naranja{
	width:100%;
	height:auto;
	color:#F48700;
    font-family: 'Varela Round', sans-serif;
	font-weight:bold;
	font-size:15px;
	padding:15px 0 0 0;
	float:left;
	clear:none;
	font-weight:normal;
}
.black{
	width:860px;
	height:auto;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:25px;
	float:left;
	clear:none;
}
.black-14, .titulo3, .texto1, .errorlogs, .titulo4{
	width:711px;
	height:auto;
	color:#000;
    font-family: 'Varela Round', sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	padding-top:10px;
	float:left;
	clear:none;
}
.errorlogs, .titulo4{
	color:#E10000;
}
a.titulo2:hover{
	text-decoration:none;
}

a.btn-volver-inicio{
	width:auto;
	height:24px;
	float:right;
	clear:none;
	background-color:#A4378E;
	border-radius:8px;
	margin:11px 0 0 0;
	padding:2px 8px;
    font-family: 'Varela Round', sans-serif;
	font-size:14px;
	line-height:24px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
a.btn-volver-inicio:hover{
	background-color:#A4378E;
	color:#EBB9E1;
}



/** BOTONES HOME **/
#btns-home{
	width:383px;
	height:69px;
	float:left;
	clear:none;
}
#btns-home .btn-registro{
	width:205px;
	height:67px;
	float:left;
	clear:none;
	background:url(../images_web/btns-home.png) no-repeat top left transparent;
}
#btns-home .btn-registro:hover{
	margin-top:2px;
	background:url(../images_web/btns-home.png) no-repeat bottom left transparent;
	cursor:pointer;
	border:none;
}
#btns-home .btn-como-ingresar{
	width:178px;
	height:67px;
	float:left;
	clear:none;
	background:url(../images_web/btns-home.png) no-repeat top right transparent;
}
#btns-home .btn-como-ingresar:hover{
	margin-top:2px;
	background:url(../images_web/btns-home.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);
	
}

/*  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: 'Varela Round', sans-serif;
	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;
}