body {
	margin:0;
	padding:0;
	background:url(images/bg.png) 0 0 repeat-x;
	font-family:Arial, Helvetica, sans-serif;	
	text-align:center;
}
pre{
	clear:both;
}
#logo{
	position:absolute;
	top:0px;
	left:0px;
	width:479px;
	height:74px;
	background:url(images/sector_logo.png) 0 0 no-repeat;	
}
#login{	
	margin:100px auto 20px; 
	width:435px;	
}
#middle{
	float:left;
}
#middle,#box_middle{	
	border:1px solid #ccc;
	border-top:0px;
	border-bottom:0px;
	font-size:11px;
	padding:2px 6px;
}
#middle h1{
	font-size:24px;
	color:#2680e6;
	margin:0;
	text-indent:20px;
	text-align:left;
	border-bottom:1px solid #7fc116;
}
#box_middle{
	padding:2px;
	text-align:center;
}
	#box_middle input.text{		
		margin:0px;
		width:74px;
		height:16px;
		border:1px solid #ccc;		
		padding:4px 0 0 27px;
		overflow:none;	
		font-size:90%;
	}
	#apodo{
		background:url(images/persona.png) scroll 0 3px no-repeat;
	}
	#clave{
		background:url(images/llave.png) scroll 0 3px no-repeat;
	}
	#box_middle .button{
		background:url(images/boton.png) 0 0 no-repeat;	
		width:101px;
		height:28px;
		border:0px;
    	line-height:27px;	
		text-align:left;
		padding-left:10px;
	}
	#box_middle .button:hover{
		background-position:0 -28px;	
		color:white;
	}
	#box_middle label, #box_middle .button{	
		font-weight:bold;	
		font-size:11px;	
	}
#ayuda,#box{
		margin-top:10px;
}
#box{
	width:266px;	
	float:right;
}
#ayuda{
	width:155px;	
	float:left;
	text-align:center;
}
	#ayuda p{
		text-align:left;
	}
table{
	border-spacing:0;
	border-collapse:collapse;
	margin:5px auto 0px;
	padding:0px;
	border:0;
}
	table tr,table tr td{
		margin:0px;
	}
	table tr td{	
		padding:0px 2px 7px;	
	}
	
#error_msg{	
	float:left;
	margin-top:6px;
	background:#d77171 url(images/Login2_28.png) no-repeat 4px 4px;	
	border:1px solid #984646;
	height:35px;	
	width: 193px;
	color:white;
	padding:10px 6px 10px 65px;
	font-size:13px;
}
#footer{
font-size:10px;
	font-weight:bold;
	width: 100%;
	border-top: 1px solid #CEB70D;
}
