.combo{
	width:240px;
}
.entrada{
	width:237px;
	float:left;
}

#existenick{
	float:right;
	}

/* -------------------- CONTENIDO -------------------- */
#inferior{
	background:url(../imagenes/intro/fondo.gif);
	height:360px;
}

#inferior h1{
	font-size:25px;
	font-weight:bold;
	margin-bottom:7px;
	line-height:23px;
}

#inferior h2{
	font-size:14px;
	margin-bottom:10px;
}

#inferior #contenido{
	width:970px;
	margin:auto;
}

#inferior #contenido #left{
	margin-top:40px;
	width:470px;
	color:#FFF;
	float:left;
}

#inferior #contenido #right{
	margin-top:40px;
	width:470px;
	color:#FFF;
	float:right;
}

#inferior #contenido #right .columna-opcion{
	text-align:left;
	font-weight:bold;
}

#condiciones{
	width:970px;
	color:#666;
	margin:auto;
	padding:20px;
	text-align:justify;
}

#condiciones h1{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

#condiciones h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

#condiciones ul{
	padding:10px 0 15px 30px;
}

#condiciones li{
	list-style:disc;
}

#informacion{
	width:970px;
	color:#666;
	margin:auto;
	padding:20px;
	text-align:justify;
}

#informacion a{
	color:#424242;
}

#informacion a:hover{
	color:#e500ba;
}

#informacion h1{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

#informacion h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

#informacion #listado-notas-1{
	float:left;
	margin-right:20px;
}
#informacion #listado-notas-2{
	float:left;
}

#informacion ul{
	padding:10px 0 15px 30px;
}

#informacion li{
	list-style:disc;
}

/* PREHOME */
#prehome #inferior{
	background:none;
}

#prehome #destacados{
	margin:15px 0 15px 0;
	text-align:center;
}

#prehome #legal{
	border:#CCC 1px solid;
	padding:20px;
	color:#333;
	margin-bottom:15px;
}

#prehome .rechazo{
	width:228px;
	height:30px;
	background:url(../imagenes/pre-rechazo.gif);
	color:#FFF;
	text-align:center;
	border:none;
	cursor:pointer;
}
#prehome .acepto{
	width:228px;
	height:30px;
	background:url(../imagenes/pre-acepto.gif);
	color:#FFF;
	text-align:center;
	border:none;
	cursor:pointer;
}
/* PREHOME FIN */
