/* HOJA DE ESTILOS DE IMPRESIÓN
   Proyecto:    Mutua Navarra
   Autor: 		Interesa Consultores
   
   Índice:		1.1  Generales
				1.2  Encabezados
				1.3  Cabecera
				1.4  Párrafos
				1.5  Listas
				1.6  Formularios
				1.7  Imágenes
				1.8  Cuerpo
				1.9  Directorio, destacados...
				1.10 Pie	
   -----------------------------------------------------------*/


/* =GENERALES
   -----------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body{
	background-color: #FFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.salto {
	display:none;
}
strong {
	font-weight:bold;
}

hr {
	display:none;
}
a {
	background-color: inherit;
	color: #000;
	text-decoration: none;
}


/* =ENCABEZADOS
   -----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 25pt;
	margin-bottom: 5pt;
}
h2 {
	font-size: 16pt;
	margin-bottom: 5pt;
}
h3 {
	font-size: 13pt;
}
h4 {
	font-size: 12pt;
}
h5 {
	font-size: 11pt;
}

p a {text-decoration: underline;}

p{margin-bottom:10pt;}
p.dato{font-size:50pt;}

p.salto,
p.idioma,
p.logo,
p.oculto,
img,
map,
#flashcontent,
#menu,
#modulo3,
#pie,
.imagen-pie,
.clear,
.limpiar,
.ampliar-detalle {display:none;}

.normal {font-weight:normal;}

h2.seccion,
h2.seccion-masinfo{
	border: 1px solid #000;
}

.seccion,
.seccion-masinfo,
.titular,
.titular-grande,
.titular-pequenyo,
.titulo-indice{margin-top: 10pt;}

li{margin-left:20pt;}
li,
.titulo-indice{margin-bottom:10pt;}
li div{margin:0;padding:0;width:auto;display:block;}


#modulo1,
#modulo2,
.modulo-banners{display:block;width:100%;margin:0;padding:0;}

.caja{margin:0;padding:0;}

.caja-cita {margin-bottom: 10pt;}
cite{font-weight:bold;text-transform:uppercase;}

.caja li{margin-bottom:5pt;}
.caja-lista-imagen li{list-style:none;margin-left:0;}


/* =FORMULARIOS
   -----------------------------------------------------------*/

form {
	display: none;
	margin-bottom:10pt;
}
legend {
	display:none;
}
input, 
select, 
textarea {
	float:none;
}
label {
	display:block;
	float:none;
	font-weight:bold;
}