body {
	background: #ebebe9 url(itpageBackground.jpg);
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	height: 100%;
}
#container {
    position: absolute;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	text-align: center;
	background: url(recepcionFondo.jpg) top left no-repeat;
}
#colores {
	position: absolute;
	top: 22%;
	right: 15%;
	height: 7px;
	width: 157px;
	z-index: 10;
	background: url(recepcionColores.gif) no-repeat;
}
#topper {
	position: relative;
	top: 22%;
	height: 95px;
	width: 100%;
	background-color: #fff;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
#logo {
	position: absolute;
	top: 24%;
	height: 48px;
	margin-top: 8px;
	width: 100%;
	z-index: 11;
	background: url(recepcionLogo.gif) center no-repeat;
}
#formularioBg {
	position: relative;
	margin: 0 auto;
	top: 22%;
	height: 190px;
	width: 605px;
	background: #377d89 url(recepcionFormulario.jpg) center top no-repeat;
	text-align: right;
}

.itpageLoginForm {
	font-size: 80%;
	color: #fff;
	width: 270px;
	padding: 26px 30px 0 0;
	margin: 0 0 0 auto;
}
.itpageLoginForm .user, .itpageLoginForm .password {
	border: 1px solid #357d89;
	width: 100px;
}
.itpageLoginForm OL {
	clear: left;
	list-style: none; 
	padding: 0.2em 0;
	margin: 0;
} 
.itpageLoginForm LI {  
	float: left;
	clear: left;  
	width: 100%;
	text-align: right; 
	padding: 0.3em 0;
} 
.itpageLoginForm LI + * {
	vertical-align: middle;
}
.itpageLoginForm LABEL {  
	float: left;
	width: 10em;
	padding-top: 3px;
	text-align: right;
}

.boton {
	border: #dc6b00 1px solid;
	padding: 2px 4px 2px 4px;
	font-size: 0.9em;
	height: 23px;
	color: #fff;
	background: url(iteditButtonBackground.jpg) #ff8410 repeat-x;
}
.texto {
    clear:left;
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 0.9em;
	margin-top: 34px;
	margin-right: 38px;
}
.textoError {
	margin-right:5px;
	border-top: solid 1px red;
	border-bottom: solid 1px red;
}
.imagenLink {
	border: none;
	vertical-align: middle;
	margin-right: 2px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #2c5f68;
	text-decoration: none;
}
