/* Reset ---------------------------------- */
* {	margin: 0;padding: 0;}
body { font-family: Tahoma, Geneva, sans-serif; font-size: 10px; /*1em=10px*/ text-align: center;/* Hack para que IE6 no de problemas */}
ol, ul {list-style: none;list-style-type: none;}
img, a img {border: none;text-decoration: none;}
fieldset {border:none;}
label, button {	cursor: pointer;}
input:focus, select:focus, textarea:focus {	background-color: #FFF;}
input, textarea, select, button {font-size: 100%;font-family: inherit; border:none;}
table {	border-collapse:collapse;border-spacing:0;}
q:before,q:after {content:'';}
h1,h2,h3,h4,h5,h6 {	font-size:100%;font-weight:normal;}

/* clearfix --------------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

/* -------------------Fin Reset ------------------ */
/* ------------------------------------------------*/

/* Generales */

/************/

/*
body { background:#f1eee4;}

#cabecera { position:relative; margin:0 auto; width:100%; height:335px; text-align:left; background:#fff; }
	#cabecera h1 { position:absolute; bottom:20px; left:50%; margin-left:-74px; height:141px; width:147px; text-indent:-9999px; background:url(../img/interface/logo-lostal-login.png) no-repeat; }

#pagina { margin: 0 auto; overflow:hidden; width:98%; text-align:left; color:#2f3034; }

	#login { margin:0 auto; width:22em; padding-right:6em; margin-top:10px; }
		#login dl { overflow:hidden; width:100%; font-size:1.1em; margin-bottom:10px;}
			#login dl dt { clear:left; float:left; width:28%; line-height:20px; margin-bottom:3px; text-align:right; margin-right:5px;}
			#login dl dd { float:left; width:66%; line-height:20px; margin-bottom:3px;}
				#login dl dd input { width:150px; height:16px; line-height:16px; border:1px solid #cfc8b2;}
		#login .boton-acceder { float:right; padding:2px 4px; font-weight:bold; color:#fff; background:#e57f00; font-size:1.1em; }
*/	

body { background:#f1eee4;}

#cabecera { position:relative; margin:0 auto; width:100%; height:335px; text-align:left; background:#000; }
	#cabecera h1 { position:absolute; bottom:20px; left:50%; margin-left:-179px; height:170px; width:380px; text-indent:-9999px; background:url(../img/interface/logo-lostal-grupo.png) no-repeat }

#pagina { margin: 0 auto; overflow:hidden; width:98%; text-align:left; color:#2f3034; }

	#login { margin:0 auto; width:90%; max-width:45em; padding-right:6em; margin-top:10px; }
		#login dl { overflow:hidden; width:100%; font-size:1.5em; margin-bottom:10px;}
			#login dl dt { clear:left; float:left; width:28%; line-height:25px; margin-bottom:0px; text-align:right; margin-right:10px;}
			#login dl dd { float:left; width:66%; line-height:25px; margin-bottom:8px;}
				#login dl dd input { width: 20em; height: 25px; line-height: 1.3;}
		#login .boton-acceder { float:right; padding:5px 12px; font-weight:bold; color:#fff; background:#e57f00; font-size:1.4em; }

		
		
		
		