
	
	input{
		margin-left:30px;
		
		height:30px;
		width:230px;
		
	padding: 5px;
	
	text-shadow: 0px 1px 0px #fff;
	outline: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbe), to(#ffffff));
	background: -moz-linear-gradient(top,  #bcbcbe,  #ffffff);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #717171;
	-webkit-box-shadow: 1px 1px 0px #efefef;
	-moz-box-shadow: 1px 1px 0px #efefef;
	box-shadow:  1px 1px 0px #efefef;
	
	font-family: tahoma, verdana, sans-serif;
    font-size:50px;	
		
		
		}
		
::-webkit-input-placeholder  { color: #999; }
input:-moz-placeholder { color:#999; }


.boton_icon{
	position:absolute;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	
	box-shadow:  1px 1px 0px #efefef;
	padding-top:8px;
	padding-bottom: 2px;
	height:30px;
	width:30px;
	border: #717171 solid 1px;
	margin-left: 26px;
	
	
	
	
	
	
	background: #eeeeee; /* Old browsers */

background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */

background: linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */


	
	}
	
.boton_icon_bad{
	position:absolute;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	
	box-shadow:  1px 1px 0px #efefef;
	padding-top:8px;
	padding-bottom: 2px;
	height:30px;
	width:30px;
	border: #717171 solid 1px;
	margin-left: 26px;
	
	background: rgb(247,126,126); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(247,126,126,1) 0%, rgba(252,123,123,1) 45%, rgba(255,63,63,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,126,126,1)), color-stop(45%,rgba(252,123,123,1)), color-stop(100%,rgba(255,63,63,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(247,126,126,1) 0%,rgba(252,123,123,1) 45%,rgba(255,63,63,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(247,126,126,1) 0%,rgba(252,123,123,1) 45%,rgba(255,63,63,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(247,126,126,1) 0%,rgba(252,123,123,1) 45%,rgba(255,63,63,1) 100%); /* IE10+ */

background: linear-gradient(top,  rgba(247,126,126,1) 0%,rgba(252,123,123,1) 45%,rgba(255,63,63,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77e7e', endColorstr='#ff3f3f',GradientType=0 ); /* IE6-9 */


	
	}	
	
.boton_icon_enter{
	position:absolute;
	
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	
	
	box-shadow:  1px 1px 0px #efefef;
	
	border: #717171 solid 1px;
	height: 42px;
	width:52px;
	margin-left:-2px;
	
	
	background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */

background: linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */


	
	}
	
.boton_icon_enter:hover {
	background: rgb(226,226,226); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */

background: linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */




}.boton_icon_enter:active {
	position:relative;
	top:1px;	
}
	.wellcome{
margin-top:0px;font-family: Tahoma, Geneva, sans-serif; font-size: 18px; font-weight: bold; color: #333; text-shadow: 0px 1px 0px #fff;		
		
		
		}
		.session_cargando{
margin-top:-20px;font-family: Tahoma, Geneva, sans-serif; font-size: 10px; font-weight:  100; color: #333; text-shadow: 1px 1px 1px 0px #666;		
		
		
		}