/* Hoja de Estilo para Login de EnlaceFiscal.com
	Copyright 2006 Accend Consulting, S.C. */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: #f9f9f9;
	background-repeat: repeat;
	margin-top: 40px;
	background-image: url(../_images/login_screen/login_fondo.gif);
}

#container {
	left:50%;
	position:absolute;
	width:701px;
	margin-top: 40;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -350px;
}

#principal {
	width: 700px;
	height: 450px;
	background-color:#FFFFFF;
	border: 1px solid #9E9E9E;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
}
#principal_sombra {
	width:700px;
	height: 450px;
	border: 1px solid #313131;
	position: absolute;
	z-index: 1;
	left: 1px;
	top: 1px;
}
#marca {
	width: 660px;
	height: 90px;
	background-color:#FFFFFF;
	border-bottom: 1px solid #9E9E9E;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 26px;
}
#login {
	width: 700px;
	height: 222px;
	border-bottom: 1px solid #9E9E9E;
	background-color:#E0E0E0;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
}
#powered_by {
	width: 672px;
	height: 46px;
	background-color:#FFFFFF;
	padding: 14px;
	text-align: right;
}
#cuadro_datos {
	width: 500px;
	height: 222px;
	background-color:#FFFFFF;
	border: 1px solid #9E9E9E;
	left:360px;
	position:absolute;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -250px;
	top: 136px;
}
#placa {
	width: 166px;
	height: 222px;
	background-repeat: no-repeat;
	background-position: center center;	
}
.placa_verde {
	background-image: url(../_images/login_screen/verde.gif);
}
.placa_amarilla {
	background-image: url(../_images/login_screen/amarilla.gif);
}
.placa_roja {
	background-image: url(../_images/login_screen/roja.gif);
}
.placa_azul {
	background-image: url(../_images/login_screen/azul.gif);
}
.forma {
	width: 334px;
	height: 222px;
	position:absolute;
	left:166px;
	top: 0px;
}
#espacio_letreros {
	height: 28px;
	padding-top: 20px;
	padding-left: 8px;
	padding-right: 18px;
	padding-bottom: 10px;
}
#celdas {
	height: 168px;
	padding-top: 8px;
}
.campos {
	font-weight:bold;
	text-align:right;
}
.sin_error {
	font-size:16px;
	font-weight:bold;
	color:#666666;
}
.error {
	width: 275px;
	background-color:#FFF4EA;
	color:#FF6600;
	border: 1px solid #FF6600;
	height:28px;
	text-align: center;
	letter-spacing:0.2em;
	vertical-align: middle;
	line-height: 28px;
}	
