/* Hoja de estilos de impresion */
body {
	font-family:arial,Tahoma,sans-serif;
	font-size:12pt;	
	color:#000;
	background:#fff;
}

#bodyMain {
	width:auto;
	border:0;
	padding:0;
	float:none !important;
}

#globalTop, #mainHeader, #rightCol, #mainLeft, #breadCrumbs, #footer {
	display:none;	
}

img {border:none;}

.backLink {display:none;}

/* Estilos generales h1-h6 y ul interiores */
h1 {display:none;}

/* Informacion h2 va en el title */
h2 {	
	font-size:1.1em;
	margin:.3em 0;
	display:none;
}

	html>body h2 {display:block;}

	h3 {
		color:#d2140f;
		font-size:1.1em;
	}

	h4 {
		font-size:1em;
		color:#000;
		margin:.3em 0;
	}
	
	h5 {
		font-size:.95em;
		color:#000;
	}
	
	h6 {
		font-size:.90em;
		color:#000;
		font-weight:bold;
	}
/* Fin h1-h6 */
/* Extras */
/* Mozilla, mostrar url junto al literal */
/*
a:link:after, a:visited:after {
   content:" -" attr(href) "- ";
   font-size:85%;
}
*/
/* Si no queremos que aparezcan las imagenes
evitando dejar un espacio en blanco en el flujo del documento */
/* * img {
    height:0;
    width:0;
    position:absolute;
} */	