/* ---------------------------------------------------*/
/* ---------->>> HOJA DE IMPRESIÓN <<<----------------*/
/* ---------------------------------------------------
				4.1  Generales
				4.2  Encabezados
				4.3  Cabecera
				4.4  Párrafos
				4.5  Listas
				4.6  Formularios
				4.7  Imágenes
				4.8  Cuerpo
				4.9  Directorio, destacados...
				4.10 Pie
*/

/* --------->>> 4.1 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, sub, sup, 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;
}
.salto {
	display:none;
}
strong {
	font-weight:bold;
}

hr {
	display:none;
}
a {
	background-color: inherit;
	color: #000;
	text-decoration: none;
}

/* --------->>> 4.2 Encabezados <<<------------------ */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 17pt;
	margin-bottom: 5pt;
}
h2 {
	font-size: 16pt;
	margin-bottom: 5pt;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 12pt;
}
h5 {
	font-size: 11pt;
}
#modulo1 h2 {
	display: none;
}

/* --------->>> 4.3 Cabecera <<<--------------------- */

div#cab1 p {
	border: 1px solid #000;
	font-size: 22pt;
	margin:0;
	padding: 5px;
	text-align: center;
}
ul.idioma,
ul.menu, 
ul.submenu,
p.ruta, 
#cabecera p.tit {
	display: none;
}

/* --------->>> 4.4 Párrafos <<<--------------------- */

p {
	margin-bottom: 10pt;
}
p.fecha {
	margin-bottom: 0;
}
p.masinfo {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5pt;
}
p.volver {
	display:none;
}

/* --------->>> 4.5 Listas <<<----------------------- */

ul, ol, dl {margin: 0 12pt 10pt 12pt;}
ul li, ol li, dt, dd {
	font-size: 12pt;
	line-height: 13pt;
	margin-bottom: 5pt;
}
dt{font-weight:bold;}
dd {margin-bottom: 10pt;}
ul li {margin-bottom: 10pt;}
ul li ul {margin: 5pt 0 5pt 10pt;}
ul li ul li {font-size: 12pt;}

/* --------->>> 4.6 Formularios <<<------------------ */

form {
	margin-bottom:10pt;
}
legend {
	display:none;
}
input, 
select, 
textarea {
	float:none;
}
label {
	display:block;
	float:none;
	font-weight:bold;
}

/* --------->>> 4.7 Imágenes <<<--------------------- */

#titPrincipal img {
	display: none;
}
div.titulo img {
	display:none;
}

/* --------->>> 4.8 Cuerpo <<<----------------------- */

#cuerpo{margin-bottom:60pt;}

/* --------->>> 4.9 Directorios, destacados <<<------ */

div.destacado {
	margin-bottom:5pt;
}
div.destacado h2 {
	font-size:12pt;
	font-weight:bold;
}
div.directorio div, 
div.grupo2col, 
div.grupo3col div, 
div.grupo4col div {
	border: 1px solid #000;
	padding: 15pt 0 5pt 15pt;
	margin-bottom: 10pt;
}
div.directorio h2, 
div.grupo2col div h2, 
div.grupo3col div h2, 
div.grupo4col div h2 {
	font-size: 13pt;
	font-weight: bold;
}
div.grupo2col p {
	margin-bottom:5pt;
}

/* --------->>> 4.10 Pie <<<------------------------- */

#piesup {
	border-top:1px solid #000;
	padding-top:5pt;
}
#piesup ul, 
#pie ul {
	display:none;
}
#piesup p, 
#pie p {
	font-size:10pt;
	margin:0;
}


