@charset "utf-8";
/* CSS Document */
html, body {
	height:100%;
	width:100%;
	margin:0;
	background: repeat-x url(../images/fondo.gif);
}
form {
	padding:0;
	margin:0;
}
#contenedorlogin {
	height:auto;
	width:900px;
	margin:0 auto 0 -450px;
	display:block;
	position:absolute;
    left: 50%;
}
#contenedor {
	width:760px;
	height:100%;
	position:absolute;
	margin: 0 0 0 -380px;
	top:0;
	left: 50%;
	bottom:0;
	background:#837556;
	z-index:1;
}
#capa {
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0; 
	overflow:auto; 
	z-index:2;
}
#logo {
	width: 700px;
	height:60px;
	margin:auto;
	padding:10px 0 10px 0px;
	z-index:3;
}
#contenido {
	width:700px;
	height:auto;
	margin:10px auto auto -360px;
	position:absolute;
	left:50%;
	background:#FFF;
	padding:10px;
	z-index:3;
}
#creditos {
	background-image: url(../images/creditos.jpg);
	height: 73px;
	width: 900px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	float:left;
	clear:both;
	padding:58px 0 0 0;
}
#banner {
	width:900px;
	height:550px;
	margin:0;
}
#creditos a:link {
font-weight: bold;
color:#000000;
}
.creditos a:hover {
font-weight: bold;
color:#996600;
}
#login {
	width:100%;
	height:auto;
	background:#837556;
}
#logincontent {
	width:630px;
	height:auto;
	margin:auto;
	font:15px Verdana, Geneva, sans-serif;
	text-align:center;
	color:#CCC;
	overflow:auto;
}
#newuser {
	width:420px;
	height:170px;
	float:left;
	margin:0 20px 0 0;
	font:15px Verdana, Geneva, sans-serif;
	text-align: justify;
	color:#CCC;
}
#olduser {
	width:170px;
	height:170px;
	float:left;
}
#resultado {
	width:100%;
	height:50px;
	float:left;
}
input {
	padding:2px;
	_padding:inherit;
	margin:0;
	_margin:auto;
	width:150px;
	height:20px;
	font:16px Verdana, Geneva, sans-serif;
	color:#000;
}
#btn {
	padding:2px;
	margin:4px;
	width:54px;
	height:24px;
	font:16px Verdana, Geneva, sans-serif;
	border:0;
}
#registro {
	position:absolute;
	width:450px;
	height:650px;
	top:50%;
	left:50%;
	margin:-325px 0 0 -225px;
	background:#fff no-repeat url(../images/Logofnd.png);
	z-index:15;
	border:2px #E9E9E9 solid;
	filter: alpha(opacity=90);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
 	-moz-opacity: 0.90; 
	opacity:0.9;
}
#registro {_behavior: url(iepngfix.htc);}
#registro_content {
	font:11px Verdana, Geneva, sans-serif;
	color:#333;
	text-align:justify;
	text-transform:uppercase;
	width:100%;
	height:100%;
	padding:60px 10px 10px 10px;
}
.colunm_a input, .colunm_b input {
	width:170px;
	height:20px;
	font:12px Verdana, Geneva, sans-serif;
}
.colunm_a, .colunm_b {
	display: block;
	float:left;
}
.colunm_a {
	height:20px;
	width:170px;
	padding:6px;
}
.colunm_b {
	height:26px;
	width:250px;
	padding:3px;
}
#recordar {
	visibility:hidden;
	width:400px;
	height:200px;
	background:#FFF;
	position:absolute;
	margin:-150px 0 0 -200px;
	top:50%;
	left:50%;
}