@charset "ISO-8859-1";

/*
 * CSS Maquetación para Microsite Plan Avanza.
 * (C) 2007 acens Technologies, S.A.
 *
 */

@media all {

	* {
		font-style: normal;
		border: none;
	}

	body {
		background: #C2145C;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		text-align: center;
	}

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

	a:hover {
		text-decoration: underline;
	}

	#contenedor {
		position: relative;
		background: url(fondo.jpg);
		text-align: left;
		width: 980px;
		height: 680px;
		margin: 10px auto;
	}

	/* Maquetación de elementos del formulario */
	input, select, option {
		background: #E7F5DC;
		border: 1px solid #4F9A15;
		color: #4F9A15;
		font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
	}

	input#dom_name {
		position: absolute;
		height: 18px;
		width: 140px;
		top: 173px;
		left: 660px;
	}

	select#dom_tld {
		position: absolute;
		left: 807px;
		top: 175px;
		height: 18px;
		width: 63px;
	}

	input#submit {
		position: absolute;
		left: 880px;
		top: 153px;
		border: none;
	}

	/* Fin maquetación formulario */
	

	/* FORM Multilingüe */

	input#dom_name2 {
		position: absolute;
		height: 18px;
		width: 190px;
		top: 425px;
		left: 660px;
	}

	select#dom_tld2 {
		position: absolute;
		left: 805px;
		top: 425px;
		height: 18px;
		width: 68px;
	}

	input#submit2 {
		position: absolute;
		left: 880px;
		top: 405px;
		border: none;
	}

	.chk_box {
		position: absolute;
		left: 655px;
		top: 460px;	
	}
	
	.chk_box #chk_es,
	.chk_box #chk_com_es,
	.chk_box #chk_org_es,
	.chk_box #chk_nom_es {
		border: none;
		background-color: none;
	}
	
	/* Fin FORM Multilingüe */

	.domes_precios {
		position: absolute;
		left: 600px;
		top: 50px;
		width: 300px
	}

	.domes_precios h1 {
		font-size: 18pt;
		font-weight: normal;
		color: #000;
		margin: 0px;
		letter-spacing: -1px;
	}

	.domes_precios em {
		font-size: 22pt;
		font-weight: bold;
		color: #000;
		margin: 0px;
		letter-spacing: -2px;
	}

	.domes_precios strong,
	.dom_multilingue a strong,
	.domes_gratis strong {
		font-size: 26pt;
		font-weight: normal;
		letter-spacing: -2px;
		color: #65BE2E;
	}

	.domes_gratis {
		position: absolute;
		left: 600px;
		top: 230px;
	}

	.domes_gratis h2 {
		font-size: 18pt;
		font-weight: normal;
		color: #65BE2E;
		margin: 0px;
		letter-spacing: -1px;
	}
	
	.domes_gratis em {
		font-size: 22pt;
		font-weight: bold;
		color: #65BE2E;
		margin: 0px;
		letter-spacing: -1px;
	}		

	.dom_multilingue h2 {
		font-size: 18pt;
		font-weight: bold;
		color: #61BE1A;
		margin: 0px;
	}

	.domes_gratis p,
	.dom_multilingue p {
		margin: 0px;
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
		font-size: 13px;
	}

	.dom_multilingue {
		position: absolute;
		width: 380px;
		left: 600px;
		top: 320px;
	}

	.dom_multilingue a {
		font-size: 18pt;
		font-weight: normal;
		color: #000000;
		margin: 0px;
		letter-spacing: -1px;
		text-decoration: none;
	}

	.dom_multilingue a:hover {
		font-size: 18pt;
		font-weight: normal;
		color: #65BE2E;
		margin: 0px;
		text-decoration: underline;
	}

}	/* EOF - media/screen */

