/***********************************************************
  Imaginarium.es
  Define el estilo de impresion del modulo de Alta Socio
************************************************************/

/*------------------------------------- ELEMENTOS GLOBALES -------------------------------------*/
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

/*------------------------------------- ELEMENTOS OCULTOS -------------------------------------*/
#header,
#breadcrumb,
#col-left,
h1,
.print,
#footer { display: none }
	
/*------------------------------------- HAZTE SOCIO: RESUMEN FORMULARIO DE ALTA -------------------------------------*/

/*--- Encabezados H2 ---*/
.hazte-socio.alta-form h2 { margin: .4cm 0 .9cm 0; font-size: 14pt }
.hazte-socio.alta-form h2 span { margin-left: .2cm; font-size: 11px }
.hazte-socio.alta-form h2 big { margin-right: .2cm }
.hazte-socio.alta-form h2 em { font-style: normal; font-weight: normal }

/*--- Encabezados H3 ---*/
.hazte-socio.alta-form .summary h3 {
	border-bottom: 1px solid #000;
	* border-bottom: 1px solid #999; /* para IE */
	margin-bottom: .2cm;
	font-size: 11pt;
}

.hazte-socio.alta-form .summary h3.datos-personales { margin-bottom: .2cm }
.hazte-socio.alta-form .summary h3 small { font-weight: normal; font-size: 8pt }

.hazte-socio.alta-form .summary p.indent { margin-bottom: .7cm; padding: 0 15px; font-size: 7pt }

/*--- Lista de definicion (datos) ---*/
.hazte-socio.alta-form .summary dl {
	margin: 0 0 .5cm 50px;
	font-size: 9pt;
}

	.hazte-socio.alta-form .summary dt {
		clear: both;
		float: left;
		width: 188px;
		font-weight: bold;
	}
	
	.hazte-socio.alta-form .summary dt.tel,
	.hazte-socio.alta-form .summary dd.tel { margin-top: .5cm }
	
	.hazte-socio.alta-form .summary dd { margin: 0 }

/*--- Firma ---*/
.hazte-socio.alta-form .summary .firma {
	margin: .5cm 0 0 50px;
	font-size: 9pt;
	font-weight: bold;
}

	.hazte-socio.alta-form .summary .firma li {
		float: left;
		width: 7cm;
		list-style: none;
	}

