
body {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: black;
	color: #979797;
}
a {	
	margin: 3px;	
	text-decoration: none;	
	color: #a2a2a2;
	
}
img {
	margin:0;
	padding:0;
	border:none;
}

p, form {
	margin:10px 10px 0 20px;
}
.clear {
	clear:both;
	float:none;
	height:0.1em;
}

/* LAYOUT */
#wrapper {
	height: 100%;
	min-height:650px;
	width: 998px;
	margin:0 auto;
	overflow:visible;
	border-right: 1px solid #393939;
	border-left: 1px solid #393939;
}
#col1 {
	background-color: black;
	position: relative;
	float: left;
	display:inline;
	height: 100%;
	min-height:650px;
	width: 350px;
	
	border-right: 1px solid #393939;
}
#col2 {
	background-color: black;
	position: relative;
	float: left;
	display:inline;
	height: 100%;
	min-height:650px;
	width: 645px;
	
	overflow:auto;
	overflow-y:auto;
}

#menu {
	position: fixed;
	bottom: 0px;
	width: 998px;
	height: 34px;
	margin:0 auto;
	color: #393939;
	background-color: #1f1f1f;
	
	border-top: 1px solid #393939;
}
	#menu a:hover {
		text-decoration: underline;
	}

.bloque_menu {
	float:left;
	display:inline;
	height: 34px;
	background-color: #1f1f1f;
}
	.menu1 {
		width:350px;
		border-right: 1px solid #393939;
	}
	.menu2 {
		width: 500px;
	}

/* CONTENIDOS */

.titular {
	margin:28px 0 0 20px;
	width:223px;
	height:128px;
	background:url(images/titular.gif) no-repeat 0 0;
}
.logo {
	margin: 5px 0 40px 20px;
	width:187px;
	height:43px;
	background:url(images/logo_nebrija.gif) no-repeat 0 0;
}
.titular a, .logo a, .btn a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	text-indent:-9999px;
}
.btn {
	margin-left: 50px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 28px;
	background-repeat: no-repeat;
	background-image: url(images/boton.gif);
	height: 29px;
	width: 188px;	
}

#juego {
	position: absolute;
	left: 29px;
	top: 25px;
}
.fotos {
	margin:10px 10px 0 20px;
}
.elemento {
	left: -4px;
	height: 25px;
	padding: 3px 10px;
	position: relative;
	width: 400px;
	color: white;
	background-color: #1f1f1f;
	margin: 2px;
}
	.elemento label {
		position: absolute;
		top: 8px;
		left: 5px;
		width:200px;
		height: 22px;
	}
	.elemento input, .elemento select {
		position: absolute;
		top: 2px;
		right: 3px;
		background-color: black;
		border:1px solid #646464;
		
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 10px;
		color: white;
		
		padding: 2px;
		margin: 2px;
		height: 22px;
		width: 250px;
	}
.elemento2 {
	left: -4px;
	height: 30px;
	padding: 3px;
	position: relative;
	width: 400px;
	color: white;
	background-color: #1f1f1f;
	margin: 5px;
}
	.elemento2 input {
		right: 3px;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 10px;
		top: 4px;
		position: absolute;
	}
.fotos img {
	margin-left: 4px;
	margin-right: 29px;
}
.importante {
	margin: 50px;
	color: #d7d7d7;
	font-weight: bold;
	font-size: 15px;
}
#rank {
	height: 450px;
	width: 600px;
	overflow: auto;
}
.fila_impar {
	background-color: #1f1f1f;
}
.colfb{
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: black;
	color: #979797;
	position: relative;
	height: 550px;
	border-left-color: #393939;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: black;
	width: 640px;
}
.peque {
	margin-left: 20px;
	display: block;
	width: 240px;
	text-align: left;
	color: white;
	font-size: 8px;
}
#legal {
	left: 0px;
	top: 0px;
}
.destacado_rojo {
	font-weight: bold;
	color: #d6132c;
}
.titular_seccion {
	
	margin-top: 4px;	
	margin-bottom: 20px;	
	margin-left: 19px;
	
}
.footer {
	float: left;
	width: 100%;
	position: relative;
	z-index: 3;
}
.peque_asterisco{
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #970000;
}
