/*-------------------------------------------------

	Colegio Notarial de Mendoza
	http://www.cnmza.org.ar/
	
	Hoja de estilos adicional
	Tipo de medio: impresión
	
	Autor: Alejandro Prieto - ABC Comunicación
	
---------------------------------------------------*/

/* Configuración inicial */
* {
	background: none !important;
}
/* Elementos invisbles */
#encabezado, #menu, #banners, #pie, noscript {
	display: none !important;
}
/* GENÉRICOS (objetos de texto, tablas, etc.) */
body {
	font: 80% Georgia, "Times New Roman", Times, serif;
}
h1, h2, h3, h4 {
	color: #00446B;
}
h1 {
	font-size: 1.6em;
	margin-left: 22mm;
	text-transform: uppercase;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
	text-decoration: underline;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 1em;
	color: #437DB8;
}
h2, h3{
	padding: 4px 0;
}
h4, p, ul, ol, dl {
	margin: 12px;
}
p, ul, ol, dl {
	font-size: 1em;
	color: #555555;
}
p {
	line-height: 1.4em;
}
ul, ol {
	margin-left: 18px;
}
li {
	margin-top: 0.4em;
}
dt {
	font-weight: bold;
	margin-top: 0.6em;
}
abbr {
	text-decoration: none;
}
/* Estilos para tablas genéricas */
table {
	width: 80%;
	margin-bottom: 18px;
}
table, tr, th, td {
	border: 0 none;
}
th, td {
	text-align: center;
	padding: 6px;
}
th {
	background: #A2C8F3;
	color: #00446B;
}
td {
	border: 1px solid #CCCCCC;
}
caption {
	text-transform: uppercase;
	color: #437CB8;
}
/* Estilos para links genéricos */
a:link {
	color: #0068B5;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #00446B;
}
/* Encabezado para impresión */
#encabezado-print {
	display: block;
	height: 26mm;
	background: url(../imagenes/logo_print.png) no-repeat;
	border-bottom: 2pt solid #0F5682;
}
#encabezado-print p {
	margin-left: 22mm;
}
