body{
	margin: 0px; zoom:100%;
}
a {
	font-size: 12px;
	color: #000;
	outline: none;
}
*:focus {outline: none;}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
*:focus {outline: none;}
img {border:0px;}

.textbox {
    width: 490px;
    padding:20px;
	border:0px;
    border-bottom:1px solid #CCC;
	font-size:16px;
}
.textbox:focus {
    border-bottom:1px solid #0073C8;
	background:#E6E6E6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.buttonGreen{
	-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
	background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
	background-color:#74ad5a;
	border:1px solid #3b6e22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:14px;
	padding:10px 15px;
	text-decoration:none;
	border-radius:25px;
}
.buttonGreen:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
	background:-moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
	background-color:#68a54b; color:#ffffff;
}
.buttonGreen:active {
	position:relative;
	top:1px; 
}
#inicioLogo{
	display			:	none;
	text-align		:	center;
	position		:	fixed;
	width			:	100%;
	top				:	20%;
	transition: 	width 2s;
	z-index: 		1000;
}

@media (max-width: 1200px) {
#inicioImagen{
	width: 			70%;
}}


#loginContent{
	display:		none;
	font-family: 	'Lato', sans-serif;
	font-size:		18px;
	width:			30%;
	height:			100%;
	border-left:	1px solid #ccc;    
	position: 		fixed;
	background: 	#EDEDED;
	right: 			0;
	transition: 	width 2s;
	z-index: 		2000;
}

#loginForm{
	font-family: 	'Lato', sans-serif;
	font-size:		18px;
	padding: 		20px 50px;
	margin-top: 	38%;
}
#loginLoad{
	display:		none;
	font-family: 	'Lato', sans-serif;
	font-size:		18px;
	padding: 		20px 50px;
	margin-top: 	65%;
}
#loginImg{
	float: 			left;
	padding-right: 	40px;
	margin-top: 5px;
}
#loginTop{
	width: 100%;
	position: 		absolute;
	top: 			40px;
	right: 0px;
	padding: 		13px 20px 10px 15px;
	font-family: 	'Lato', sans-serif;
	font-size:		18px;
	margin-left: -60px;
	border-radius: 15px 0px 0px 15px;
	color:#FFF;
	background: rgba(3,155,230,1);
background: -moz-linear-gradient(left, rgba(3,155,230,1) 0%, rgba(3,155,230,1) 51%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(3,155,230,1)), color-stop(51%, rgba(3,155,230,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(left, rgba(3,155,230,1) 0%, rgba(3,155,230,1) 51%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(left, rgba(3,155,230,1) 0%, rgba(3,155,230,1) 51%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(left, rgba(3,155,230,1) 0%, rgba(3,155,230,1) 51%, rgba(237,237,237,1) 100%);
background: linear-gradient(to right, rgba(3,155,230,1) 0%, rgba(3,155,230,1) 51%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#039be6', endColorstr='#ededed', GradientType=1 );
}
#loginBottom{
	position: 		absolute;
	bottom: 		0px;
	padding: 		20px 20px 50px 50px;
	font-family: 	'Lato', sans-serif;
	font-size:		16px;
}

.loginTextbox {
    width: 			200px;
    padding:		20px;
	border:			0px;
    border-bottom:	1px solid #CCC;
	font-family: 	'Lato', sans-serif;
	font-size:		18px;
	border-radius:25px;
}

.loginTextbox:focus {
    border-bottom:	1px solid #333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#contenidoMovil{
	text-align:center;
	font-family: 	'Lato', sans-serif;
	font-size:		45px;
    margin-top: 30px; 
	transition: 	width 2s;
}
#loginFormMovil{
	font-family: 	'Lato', sans-serif;
	font-size: 45px;
	padding: 50px 50px 70px 50px;
	text-align:center;
	margin: 0px 50px;
	border-radius: 30px;
	background: rgba(237,237,237,1);
background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
}
#inicioLogoMovil{
	text-align:	center;
	transition: width 2s;
}
#botonLoginMovil{
	font-size: 40px;
	padding: 40px 60px;
}
.loginTextboxMovil {
    width: 			500px;
    padding:		50px 60px;
	border:			0px;
    border-bottom:	1px solid #CCC;
	font-family: 	'Lato', sans-serif;
	font-size:		40px;
}
.loginTextboxMovil:focus {
    border-bottom:	2px solid #333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#loginLoadMovil{
	display:		none;
	font-family: 	'Lato', sans-serif;
	font-size:		65px;
	padding: 		50px 50px;
}
#loginMsjMovil{
	margin-top:50px;
}