* {
	margin: 0;
}
html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -116px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 116px; /* .push must be the same height as .footer */
	clear: both;
}
#body_emisor
{
	background-color: #D16BA6;
}
/* Formulario Principal */
#divLogoLogin
{
	top: 2em;
	width: 500px;
	margin-left: -250px;
	position: absolute;
	left: 50%;
	/* IE fixes */
	text-align: center;
	z-index: 500;
}
#divLogo {
	text-align: center;
}
#divLogo span#spanEmisor{
	font-size: x-large;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
.divloginDescription{
  padding: 0px 24px 0px 10px ;
  margin-top: 2px;
  height: 30px;
}
.spanloginDescription{
	font-size: 12px;
	font-weight: bold;
	text-shadow:
		0px -1px 0px rgba(255,255,255,0.4),
		0px 1px 0px rgba(168,168,168,0.3);
	text-align: center;
	color: #999999;
	behavior: url(../../PIE.htc);
}
.m01-login-form-close{
	cursor: pointer;
	float: right;
	right: 10px;
	top: 5px;
}
.m01-login-hack-form label{
	display: none !important;
}

#infoEmpresa{
	text-align: center;
}
#infoEmpresa img {
    border-radius: 50%;
    width: 3.35rem;
    height: 3.35rem;
	border-width: 1px;
    border-style: solid;
    padding: 1em;
    display: block;
}
#infoEmpresa h1 {
	font-size: x-large;
	font-weight: bold;
}
#infoEmpresa h2 {
	font-size: large;
}
#infoEmpresa h3 {
	font-size: medium;
	font-weight: bold;
}
#infoEmpresaMainDiv{
    padding: 1em 1em 0em 1em;
    line-height: 2em;
}

/* Hack to remove Safari's extra padding. Remove if you don't care about pixel-perfection. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .input input, .input textarea, .input select { padding: 4px; }
}
#otrosLogin{
	width: 300px;
	left: 50%;
	margin: 0 auto;
	text-align: right;
}
.otrosLogin{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-shadow:
		1px 0px 0px rgba(0,0,0,1),
		0px 1px 0px rgba(0,0,0,1);
}
#otrosLogin img {
	margin-top: 15px;
	margin-right: 5px;
}
.m01-form, #kendo_notifier_container{
	width: 300px;
	font-size: 18px;
	left: 50%;
	margin: 0 auto;
	margin-bottom: 10px;
}

.m01-form .k-form {
	padding: 0 10px 10px 10px;
}

.m01-form .k-form-buttons {
	margin-top: 0px;
}


#divLogin {
	width: 300px;
	font-size: 18px;
	left: 50%;
	margin: 0 auto;
	padding: 10px;
	margin-bottom: 10px;
}
#divLogin input {
	width: 100%;
}
.m01-form button {
	width: 100%;
}
.m01-login-title{
	font-size: 18px;
}
.k-widget{
	width: 100%;
	margin-top: 10px;
}
/* Contenedor para el bot�n nuevo usuario */
#divNuevoUsuario {
	width: 300px;
	font-size: 18px;
	left: 50%;
	padding: 10px;
	margin: 0 auto;
/* 	margin-top: 10px; */
}

/* Bot�n nuevo usuario */
#spanNuevoUsuario{
}
/* Acciones secundarias en principal */
#spanRecordarPass, #spanReenviarCorreo, #spanAyudaRegistro {
	cursor: pointer;
	margin: 15px 10px 0px 0px;
	font-weight: normal;
	font-style: italic;
	display: block;
}
/* Formulario recuperaci�n constrase�a. Versi�n Receptor */
#divRecuperarPass {
	width: 300px;
	font-size: 18px;
	left: 50%;
	margin-left: -150px;
	margin: 0 auto;
	padding: 10px;

}
#divRecuperarPass input {
	width: 100%;
	margin-top: 10px;
}
#divRecuperarPass button {
	width: 100%;
	margin-top: 10px;
	border-color: #ff0000;
	background-color: #ff0000;
    background-image: url();
	color: #ffffff;
}

.m01-login-green button {
	width: 100%;
	border-color: #07a345;
	background-color: #07a345;
    background-image: url();
	color: #ffffff;
}

.m01-login-green button:hover {
	width: 100%;
	border-color: #109244;
	background-color: #109244;
    background-image: url();
	color: #ffffff;
}

.m01-login-red button {
	width: 100%;
	border-color: #ff0000;
	background-color: #ff0000;
    background-image: url();
	color: #ffffff;
}

.m01-login-red button:hover {
	width: 100%;
	border-color: #ff0000;
	background-color: #dd0000;
    background-image: url();
	color: #ffffff;
}

.m01-login-yellow button {
	width: 100%;
	border-color: #ffc000;
	background-color: #ffc000;
    background-image: url();
	color: #ffffff;
}

.m01-login-yellow button:hover {
	width: 100%;
	border-color: #e3ad0b;
	background-color: #e3ad0b;
    background-image: url();
	color: #ffffff;
}

.m01-login-subtitle{
	font-size: small;
	margin: 10px;
}

#signupForm .k-dropdown {
	text-align: left;
}

#signupForm .k-i-arrow-60-down {
	top: 10px;
}

/* Versi�n para el modo EMISOR */
#divRecuperarPassEmisor {
	width: 300px;
	left: 50%;
	margin-left: -150px;
	margin: 0 auto;
	font-size: 18px;
	padding: 10px;
}
#divRecuperarPassEmisor input {
	width: 100%;
	margin-top: 10px;
}
#divRecuperarPassEmisor button {
	width: 100%;
	margin-top: 10px;
	border-color: #ff0000;
	background-color: #ff0000;
    background-image: url();
	color: #ffffff;
}
/* Formulario reenvio correo confirmaci�n */
#divReenviarCorreo {
	width: 300px;
	left: 50%;
	margin-left: -150px;
	margin: 0 auto;
	font-size: 18px;
	padding: 10px;
}
#divReenviarCorreo input {
	margin-top: 10px;
	width: 100%;
}
#divReenviarCorreo button {
	margin-top: 10px;
	width: 100%;
	border-color: #ff0000;
	background-color: #ff0000;
	color: #ffffff;
    background-image: url();

}

/* Alta Nuevo usuario */
#divRegistro {
	width: 300px;
	left: 50%;
	margin-left: -150px;
	margin: 0 auto;
	font-size: 18px;
	padding: 10px;
}
#divRegistro input {
	margin-top: 10px;
	width: 100%;
}
#divRegistro button {
	margin-top: 10px;
	width: 100%;
	border-color: #ffc000;
	background-color: #ffc000;
    background-image: url();
}

/* Mensaje informativo cuando un proceso da error */
#divErrorMessages{
	width: 300px;
	left: 50%;
	margin-left: -150px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
/* Mensaje informativo de procesos que terminan OK "verde" */
#divStatus{
	width: 300px;
	left: 50%;
	margin-left: -150px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

/* div que se muestra cuando se est� enviando un correo o sirviendo al servidor */
#divCargando{
	margin-top: 10px;
	font-size: x-large;
	font-weight: bold;
}
#divCargando img{
	margin-left: 10px;
}

/* Top bar */
#div_logo_top_bar{
	display: none;
	width: 100%;
	height: 50px;
	top: 0px;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
}

#logo_index {
/* 	margin-top: 20px; */
}
.container  {
/* 	padding-top:359px; */
	padding-top:300px;
	position:relative;
	width:100%;
	vertical-align: middle;
	text-align: center;
}
body {
	/*background: #bcdee8 url(../img/sky_blau.png) 0 0 repeat-x;*/
}
.stage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 100;
}
.far-clouds {
	background: transparent url(../include/scriptiny/img/far-clouds.png) 305px 10px repeat-x;
}
.near-clouds {
	background: transparent url(../include/scriptiny/img/near-clouds.png) 305px 102px repeat-x;
}
.mainContent{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
}

/* Zona central */
.div_dibujo_fondo_left {
	position: absolute;
/* 	bottom: 10%; */
	margin-top: -370px;
	left: 5%;
}
.div_dibujo_fondo_right {
	position: absolute;
/* 	bottom: 10%; */
	margin-top: -370px;
	right: 2%;
}
.div_sobres {
	position: absolute;
	margin-top: -370px;
	left: 5%;
}
#div_sobre1 {
	margin-bottom: 10px;
}
#div_sobre2 {
	margin-bottom: 10px;
	margin-left: 110px;
}
#div_sobre3 {
	margin-left: 25px;
}
#img_sobre1 {
	height: 120px;
}
#img_sobre2 {
	height: 150px;
}
#img_sobre1, #img_sobre2, #img_sobre3:hover{
	cursor: pointer;
}
/* Pie p�gina */
.divCookies {
	width: 400px;
	margin-left: 10px;
	padding-top: 25px;
	font-size: 9px;
	color: white;
}
#cookiesTituloGreen {
	font-weight: bold;
}
#cookiesTituloBaldosas {
	font-weight: bold;
	color: white;
}
#cookiesBaldosas {
	color: white;
}
#linkPolitica {
	font-weight: bold;
}

#divPie {
	height: 30px;
 	font-size: 12px;
	vertical-align: middle;
	font-weight: normal;
}
#divPieGreen {
	height: 30px;
	*background-color: #86B348;
	display: none;
}
#divPieBaldosas {
	height: 30px;
	*background: url('../img/baldosas.png') 0 -1 repeat-x;
	display: none;
}

#divPie a {
	color: #FEFEFE;
}
#divPie img {
	width: 25px;
	height: 25px;
	margin-top: -5px;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}
#divPie a:hover {
	color: #CCF;
	cursor: pointer;
}
.aPie {
	padding-top: 8px;
}
.aPieLeft {
 	float: left;
	padding-left: 10px;
}
.aPieRight {
 	float: right;
 	padding-right: 20px;
}
.aPieOutstanding {
	font-weight: bold;
}

#divPie #imgVideo {
	margin-right: 0px;
	vertical-align: top;
}
#divVideo {
	color: rgb(255, 192, 0);
}
#foPresentacion{
	padding: 0px;
}

/* Tablets i equipos con pocas resoluci�n */

 @media only screen and (min-width: 600px) and (max-width: 1024px)  {

	.div_dibujo_fondo_left img, .div_dibujo_fondo_right img {
		width: 289px;
		height: 274px;
	}
	.div_dibujo_fondo_left {
		margin-top: -230px;
	}
	.div_dibujo_fondo_right {
		margin-top: -230px;
	}
	#img_sobre1{
		height: 100px;
	}
	#img_sobre2{
		height: 110px;
		margin-left: 10px;
	}
	#img_sobre3{
		height: 60px;
	}
	.div_sobres {
		margin-top: -300px;
		left: 1px;
		margin-left: 30px;
	}
	.container  {
		padding-top:359px;
		position:relative;
		width:100%;
	}
	#divLogoPrincipal img {
		width: 50%;
	}
}

/* Mobile like iPhone */
  @media only screen and (max-width: 599px) {

	.wrapper {
		margin: 0px;
		min-height: 0px !important;
		height: auto;
/*
		min-height: 0;
		height: 0;
*/
	}
	.push {
		height: 0px;
/* 		display: none; */
/* 		height: 120px; */
	}
	.footer, .push {
		position: relative;
	}

	#div_logo_top_bar{
		display: block;
	}
	#div_logo_top_bar img{
		width: 250px;
		height: 25px;
		margin-top: 10px;
	}
	#divLogin{
		width: 290px;
	}
	#divLogoLogin
	{
		width: 290px;
		height: 400px;
		margin-top: 27px;
		margin-left: -155px;
		top: 0px;
		position: relative;
		padding: 0px;
	}

	#divLogo {
		text-align: center;
		top: 1px;
	}
	#divLogoPrincipal {
		display: none;
	}
	#divLogo span#spanEmisor {
		font-size: 12px;
	}

	#spanRecordarPass, #spanReenviarCorreo, #spanAyudaRegistro {
		margin-top: 10px;
	}
	#divPie{
		background-color: transparent;
/* 		margin-top:20% !important;		 */
	}
	#divPie div{
		font-size: large;
		background-color: #66aaaa;
		*background-color: rgb(138, 181, 75);
		height: 20px;
		margin-bottom: 2px;
		padding: 5px;
	}

	.apieright{
		text-align: center;
		display: inline;
		float: none;
		padding-right: 0px;
	}
	#spanAccesoEmpresas{
		display: none;
	}

	.div_dibujo_fondo_left img, .div_dibujo_fondo_right img {
		display: none;
	}
	.div_dibujo_fondo_left {
		display: none;
		}
	.div_dibujo_fondo_right {
		display: none;
	}
	#divVideo {
		color: rgb(255, 255, 255);
	}
	.div_sobres img{
		display: none;
	}
	.div_sobres {
		display: none;
	}
	.far-clouds {
		display: none;
	}
	.near-clouds {
		display: none;
	}
	.container {
		padding-top:10px;
	}
	.divCookies{
		display: none;
	}

}
