@charset "ISO-8859-1";

/*
 * CSS Maquetación promo Informes Gratuitos.
 * (C) 2007 acens Technologies, S.A.
 *
 */

@media all {

	* {
		margin: 0px;
		padding: 0px;
		font-style: normal;
		border: none;
	}

	html {
		overflow: scroll;
	}

	body {
		background: #0D1714;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		line-height: 1.2em;
		text-align: center;
	}

	a {
		text-decoration: none;
		color: #65BE2E;
	}

	a:hover {
		text-decoration: underline;
	}


	#wrapper {
		width: 950px;
		margin: 0px auto;
		text-align: left;
	}

	#contenido {
		background: url(../img/fondo-cabecera.jpg) no-repeat top center;
		padding: 0px 82px;
	}

	#cabecera {
	}

	#footer {
		color: #fff;
		background: #65BE2E url(../img/logo-footer.gif) no-repeat 98% center;
		padding: 30px 20px;
		margin-top: 10px;
	}

	#footer a {
		text-decoration: none;
		font-weight: bold;
		color: #fff;
		font-size: 13px;
	}

	#footer a:hover {
		text-decoration: underline;
	}

	#promo {
		width: 330px;
		height: 100px;
		float: right;
	}

	#cuerpo {
		width: 375px;
		margin-left: 27px;
	}

	fieldset {
		margin-top: 20px;
	}

	legend {
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		color: #66CC33;
	}

	* html legend {
		margin: 0px -7px;
	}

	label {
		display: block;
		float: left;
		width: 140px;
		padding: 2px 5px;
		color: #fff;
		font-size: 12px;
		text-align: right;
		font-weight: normal;
	}

	label strong {
		color: #ccc;
	}

	.campo {
		padding: 3px;
	}

	.campo p {
		color: #fff;
		margin-left: 150px;
		font-size: 10px;
	}

	.campo.error {
		background: #3A622F;
	}

	input {
		width: 210px;
		border: 0px transparent;
		background: #ccc;
		font-size: 11px;
		color: #333;
		padding: 2px;
	}

	input#form_submit {
		background: url(../img/fondo-boton.jpg) 0% 0%;
		width: 223px;
		height: 52px;
		margin: 40px 0px 0px 125px;
		cursor: pointer;
		padding: 0px;
	}

	input#form_submit.hover {
		background-position: 0% 50%;
	}

	input#form_submit.disabled {
		background-position: 0% 100%;
	}


	.check label {
		color: #fff;
		float: right;
		width: 89%;
		text-align: left;
		font-size: 10px;
	}

	.check input {
		width: 20px;
		background: transparent;
	}

	.hidden {
		display: none;
	}

	#legal {
		margin-top: 30px;
/*		padding: 0px 50px;  */
}

	#legal p {
		color: #aaa;
		text-align: justify;
		font-size: 9px;
	}

	#texto_error {
		background: #9CE28B;
		color: #000;
		font-size: 12px;
		font-weight: bold;
		padding: 10px;
	}

	#mensenvio {
		background: #666;
		color: #fff;
	}


	#gracias {
		background: url(../img/fondo-gracias.jpg) no-repeat top left;
		padding: 172px 230px 150px;
		font-size: 12px;
		color: #fff;
	}

	#gracias p {
		margin: 5px 0px;
	}

	#error {
		background: url(../img/fondo-error.jpg) no-repeat top left;
		padding: 172px 230px 140px;
		font-size: 12px;
		color: #fff;
	}

	#error p {
		margin: 5px 0px;
	}


}	/* EOF - media/all */

