@charset "utf-8";
/* CSS Document */

#contenido #texto {
	float: left;
	width: 273px;
	margin-right: 50px;
}
#contenido form {
	width: 470px;
}
#contenido form fieldset{
	border:none;
	color: #6eb841;
}
#contenido form legend{
	display:none;
}
#elementosFormulario {
	width: 470px;
	text-align: right;
}
label {
	display:block;
	width: 80px;
	float: left;
	display: block;
	line-height: 22px;
	text-align: left;
}
label.obligatorio{
	width:auto;	
}
label.avisolegal{width:380px;}
input.avisolegal{width:80px;}
input,select,textarea {
	float: left;
	color: #CCC;
	width: 380px;
	border: 1px solid #6eb841;
	background: none;
	line-height: 18px;
}
input.boton{
	width:auto;
	display:inline;
	float:right;
	margin-bottom:30px;
	border:none;
	color:#6eb841;
	font-weight:bold;
}
label.mensaje{
	width:120px;
}
textarea.mensaje{
	width:340px;
	height:100px;
}


input#recordar {
	width: auto;
}
label.sinancho {
	width: auto;
}
p.mensajeOK{
	font-size:14px;
	font-weight:bold;
	color:#6C0;
}
p.mensajeERROR{
	font-size:14px;
	color:#f00;
	font-weight:bold;
}

