body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font: 14px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	/* background: #fff url(images/stripe.png) repeat; */
	color: #777;
}

#container {
	text-align: left;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1000;
	width: 300px;
	background: #FFFFFF;
	border: 1px solid lightgray;
	border-radius: 5px;
	box-shadow: 2px 2px 4px #000000;
}

/* LOGO QUE SE DESPLIEGA EN LA PAGINA DE LOGIN INCIAL */
#login_logo {
	width: 200px;
	height: 84px;
	margin-left: 50px;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
	background: #fff url(../../logo.png)  no-repeat center bottom;
	background-size: contain;
}

/*input{
	width: 200px;
	border: solid #e3e3e3 1px;
	height:25px;
	background:url(images/input_bg.png) repeat-x left top;
	padding:4px 0;
	vertical-align:middle;
	margin-left:50px;
	margin-bottom:10px;
}

input:hover {
	border: solid #aad4e3 1px;
	background-position:left bottom;
}*/

/*input.button {
	font-weight: bold;
	color: #fff;
	background:url(images/menu_bg.png) 0px -8px repeat-x;
	border: solid #e3e3e3 1px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 30px;
}*/

/*input.button:hover {
	background:url(images/menu_bg_dblue.png) 0px -8px repeat-x;
}*/

/*label{
	width:200px;
	padding-top:7px;
	padding-left:50px;
}*/

/*#demo_text{
	margin-left:50px;
	width:200px;
}*/
