@charset "UTF-8";
/* CSS Document */

body {
	background: #FFFFFF url(imagenes/bg.jpg) top center repeat-x fixed; 
	margin: 0;
	padding: 0;
	margin-top: 5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	text-align : justify;
}

#container {
	margin: 0 auto;
	width: 370px;
	height: auto;
	padding: 0;
}

#logo {
	margin-top:100px;
	margin-left:55px;
	width: 250px;
	height: 73px;
	background-image: url("logo.png") !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagenes/logo.png');
}

.login {
	margin-top:10px;
	width: 370px;
	height: 150px;
	background-image:url(imagenes/bg_login.jpg) ;
	background-repeat:no-repeat;
}

.text {
	padding-top:15px;
	margin-left:26px;
	width: auto;
	height: 20px;
}

.campo {
	padding-top:5px;
	margin-left:29px;
	width: auto;
	height: 48px;
}

.ayuda {
	padding-top:25px;
	margin-left:15px;
	width: 65px;
	height: 22px;
	float:left;
}

.quienes {
	padding-top:25px;
	margin-right:15px;
	width: auto;
	height: auto;
	float:right;
}

.member {
	text-align:center;
	margin-top:20px;
	margin-left:-60px;
	width: auto;
	height: auto;
}

.titulo {
	margin-top:15px;
	margin-left:15px;
	font-size:14px;
	color:#999999;
	width: auto;
	height: auto;
}

.texto {
	margin-left:15px;
	margin-right:15px;
	color:#003366;
	width: auto;
	height: auto;
}
.reglas{ width:90px; float:left; padding:30px 5px 0 10px; font-size:.95em; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-align:center;}
.reglas a, a:hover{ color:#000; text-decoration:none;}
.conta{ width:65px; float:left; padding:30px 5px 0 5px; font-size:.95em; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-align:center;}
.conta a, a:hover{ color:#000; text-decoration:none;}
