body{	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000000;
	background-color:#F4F4F4;
}
a{color:#0033CC;}
h1, h2, p, form{
	border:0px; 
	margin:0px; 
	padding:0px;
}

label strong{
	color:red;
	margin:0 0 0 5px;
	}

input{	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}
h2{	color:#666666; 
	margin-bottom:20px;
	font-size:16px;
}

.acceso {
	margin-top:175px;
	text-align:center;
	}
div.main{
	/*margin:30px auto; 
	width:340px;*/
	}


div.box{
	border:solid 1px #c6cfe1;
	background:#dfe4ee; 
	background-image:url(al-logo.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding:20px;
	color:#333333;
	width:440px;
	margin-left: -230px;
	position: absolute;
	top: -210px;
	left: 50%;	
	height: 300px;
	visibility: visible
	-webkit-border-radius: 10px; /* para Safari y Chrome */
	-moz-border-radius: 10px; /* Para Firefox y deribados */
	-khtml-border-radius: 10px; /* Para... ¿Konkeror? */
	border-radius: 10px; /* Para el todopoderoso Opera */
	/*margin-bottom:20px;*/
}
div.box h1 {
	font-size:26px;
	color:#575555;
    text-shadow: 0px 1px 0px #fff;
	padding-bottom:4px;
	/*text-align:center;*/

}
div.box p{padding-bottom:14px;}

div.box input .input-text{
	border:1px solid #3b6e22;
	color:#666666;
	width:180px;
}

div.box label{
	display:block;
	margin-bottom:5px;
	color:#555555;
}

div.box label span{
	display:block;
	float:left;
	padding-right:6px;
	width:70px;
	text-align:right;
	font-weight:bold;
}

.main        
	{	
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
	
.spacer{
	/*margin-left:75px; */
	margin-bottom:8px;
	text-align: center;
	font-size:11px;
	color:#555555;
	text-shadow: 0px 1px 0px #fff;
}
.spacer1{margin-left:120px; 
	margin-bottom:10px;
	font-size:11px;
	color:#555555;
}
.pie p{
	color:#B6B4B4;
  text-align:center;
 /* font-weight:bold;*/
 	margin:5px 0 0 0;
	padding:0px;
	text-indent:0px;
	/*font-size:14px;*/
	/*text-shadow: 0px -1px 0px #374683; */
  text-shadow: 0px 0px 0px #e5e5ee; 
  filter: dropshadow(color=#e5e5ee,offX=0,offY=1); 
	
	}
.green{
	background:url(img/blue.gif);
	padding:0px 6px;
	border:1px solid #3b6e22;
	height:24px; 
	line-height:24px;
	color:#FFFFFF;
	font-size:12px;
	margin-right:10px;
	display:inline-block;
	text-decoration:none;
}

.select{
	background:url(vacio.png);;
	background-repeat: no-repeat;
	background-position: center right;
	padding:2px 6px;
	border:1px solid #B6B4B4;
	height:20px; 


	font-size:12px;
	/*margin-right:10px;*/
	/*display:inline-block;*/
	text-decoration:none;
}

.cal{
	background:url(calendarui.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding:2px 6px;
	border:1px solid #B6B4B4;
	height:20px; 


	font-size:12px;
	/*margin-right:10px;*/
	/*display:inline-block;*/
	text-decoration:none;
}


.submit{
	margin-top:20px;
	padding:6px 6px;
	background:#477fbc;	
  background-image:url(botona.png);
  background-repeat:repeat;
   color:#ffffff;  
  height:40px;
  width:150px;
  background-position:center;
  border:none;
  font-weight:bold;
 font-size:16px;
  border:1px solid #ffffff;  
  cursor:pointer;
}