
body {
	margin: 10px 0px 20px 0px;
	background: #fff;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
}

.contenedor {
	padding: 0px;
	margin: 0 auto 0;
	width: 728px;
	height: 100%;
	background: #fff;
}


/* ----CONTENIDO---- */

.cajaContenido {
	clear: both;
	width: 728px;
	/*height: 100%;*/
	margin-bottom: 9px;
}

.registrate {
	float: left;
	width: 234px;
	height: 24px;
	margin: 0px 0px 4px 0px;
	padding: 4px 0px 0px 8px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #F6CF05 url('http://www.spanishchat.com/images/titulo_registrate.gif') no-repeat;
}

.leyenda {
	clear: both;
	margin: 0px 0px 8px 0px;
	color: #8d8d8d;
}

.cajaFormu {
	width: 728px;
	height: 100%;
	padding: 10px;
	background: #EDEDED;
	margin-top: 15px;
}
.cajaFormu table {
	margin: 0 auto 0;
}

.cajaFormu p {
	margin: 8px 0px 8px 0px;
	font-size: 11px;
	color: #484848;
}

.formu {
	color: #484848;
	display: block;
	font-size: 11px;
	list-style-type: none;
	margin-bottom: 10px;
	text-align: left;
	width: 500px;
}

.formu li {
	margin-bottom: 3px;
}

.formu label {
	color: #000;
	display: block;
	float: left;
	font-size: 12px;
	margin-right: 5px;
	text-align: right;
	width: 100px;
}

input, select {
	height: 14px;
	background: #fff;
	border: solid 1px #484848;
	font-size: 11px;
	color: #000;
}

.botonRegistrar {
	width: 82px;
	height: 23px;
	background: #49759A url('http://www.spanishchat.com/images/boton_registrar.gif') no-repeat;
	border: none;
	cursor: pointer;
}

.legal {
	width: 684px;
	padding: 10px;
	font-size: 11px;
	color: #484848;
	background: #fff;
	margin-bottom: 20px;
}
.legal p {
	margin: 5px 0px 5px 0px;
}
.legal strong {
	color: #D40000;
}

p.error {
	background: #D40000;
	color: #FFF;
	padding: 3px;
}
