@charset "utf-8";
/* CSS Document */

body {
  background: #e8e9eb url(../imagenes/fondo_con_barra.gif)  repeat-x;
	margin: 0;
	text-align: center; /*junto con wrapper hacen centrar el layer wrapper*/
  }

.login, {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#444;
	width:350px;
	padding-left:10px;
	text-decoration:none;
	background: #e8e9eb url(../imagenes/fondo_con_barra.gif)  repeat-x;
}

.login a {
	font-size:12px;
	color:#fff;
	text-decoration:none;
}

.login a:hover{
	text-decoration:underline;
}


.barra_login {
	height:67px;	
}

.barra_login_icon {
	height:67px;
	width:81px;	
	background:url(../imagenes/login_icon.gif) no-repeat;
	float:left;
}
.barra_login_texto {
	height:67px;
	width:200px;	
	background:url(../imagenes/login_fondo.gif) repeat-x;
	float:left;
	line-height:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing: 3px;
	color:#FFF;
}

label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#444;
	display:block;	
	width:100px;
	float:left;
}

.linea_form {
	clear:both;
	padding:10px;
}

.btn_ingreso {
	height:31px;
	width:146px;
	background:url(../imagenes/login_btn.png);
	display:block;
}

.barra_inf {
	background:#0077bb;
	height:40px;
	line-height:40px;
	padding:0 10px;
}

.barra_inf a, .barra_inf visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
}

.barra_inf a:hover{
	text-decoration:underline;
}

.texto_error {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#F00;
	
}

