/*
CSS Stylesheet | Vereda | Manual del Curador Latinoamericano | Override Styling for Print
Author: coCoKNIght
Author Web: www.cocoknight.com
Company: Vereda
Company Web: vereda.saber.ula.ve
*/

* {
	color: black;
	background: white none!important;
	background-image: none!important;
	text-decoration: none;
        font-family: Helvetica;
        margin:20pt 5pt 3pt 10pt;
}


form, #ajaxmenu, #cHeader img, #cSidebar, #vFooter, #cFooter, #cPiePagina, #vAnimacion {

	display: none;

}

#cHeader {height: auto}

#cHeader h1 {
	display: block;
	padding-top: 6pt;
	padding-bottom: 12pt;
	font-size: 18pt;
	line-height: 36pt;
	font-weight: bold;
	text-transform: uppercase;
}

#cContent h1 {
	padding-bottom: 9pt;
	font-size: 18pt;
	line-height: 27pt;
	font-weight: bold;
}

h2 {
	padding-bottom: 8pt;
	font-size: 16pt;
	line-height: 24pt;
}

p, li {
	padding-bottom: 6pt;
	font-size: 12pt;
	line-height: 18pt;
        text-align:justify;

}

li {
	padding: 3pt 10pt 6pt 10pt;
}

ol, ul {
	margin: 0 10pt;
	padding: 3pt 10pt;
}
