body{
	margin: 0px;
	font-family: "Book Antiqua", Georgia, serif;
	background-image: none;
	background-color: transparent;
	font-size: 100%;
}


/*
 * Bloques ocultos
 */
.no-print{
	display: none;
}
#encabezado, #menu, #opciones, .recomendados{
	display: none;
}


/*
 * Formato
 */
#contenido h1{
	margin: 0 0 1em 0;
	padding: 0 0 0 3mm;
	line-height: 1cm;
	max-height: 999cm;
	color: black;
	background: transparent none;
	text-shadow: none;
	font-size: 25pt;
	letter-spacing: 0;
	font-variant: small-caps;
	/*border: 1px solid #808080;*/
	border-left: 1cm solid #E98C38;
}
#contenido h2{
	margin: 1em 0 1em 0;
	padding: 0 0 0 2mm;
	line-height: 0.6cm;
	color: black;
	background: transparent none;
	font-size: 16pt;
	border-left: 0.6cm solid #E98C38;
}
#contenido h2 code{
	color: black;
	font-size: 12pt;
}
#contenido h3{
	margin: 1em 0 0.75em 0;
	padding: 0;
	line-height: 1.25;
	color: black;
	background: transparent none;
	font-size: 12pt;
}


#contenido p, #contenido ul, #contenido ol,  #contenido dl, #contenido table{
	font-size: 11pt;
}


#contenido ul{
	padding-left: 5mm;
	list-style-type: square;
}
#contenido ul li{
	padding-left: 0;
	background-image: none;
}


#contenido dl dd{
	margin: 1mm 0 2mm 8mm;
	padding: 0 0 0 2mm;
	background-image: none;
	border-left: 1px solid #448ccb;
}


#contenido pre, #contenido code{
	font-size: 9pt;
}
#contenido kbd{
	font-size: 8pt;
}
#contenido blockquote{
	font-size: 10pt;
	margin: 1em 0;
	padding: 0 1.75em;
	color: navy;
	background-color: transparent;
	background-image: none;
	border-left: 1px solid navy;
	border-bottom-width: 0;
}
#contenido blockquote pre{
	font-size: 9pt;
}


#contenido a, #contenido a:visited{
	color: #808080;
	text-decoration: none;
	border-bottom: 1px dotted #808080;
}
#contenido a.no-hover{
	border-bottom-width: 0;
}



#contenido em, #contenido strong{
	color: black;
}


/*
 * Elementos de formulario
 */
#contenido label{
	border-bottom-width: 0;
}

#contenido input, #contenido textarea, #contenido button{
	padding: 1mm;
}
#contenido input[type=text], #contenido input[type=password], #contenido textarea{
	background-image: none;
	background-color: transparent;
}


/*
 * Tablas para visualizar datos
 */
table.decorada{
	border: 1px solid #D0E2F2;
	border-collapse: collapse;
}
table.decorada th, table.decorada td{
	border: 1px solid #D0E2F2;
}
table.decorada th{
	color: black;
	background-color: transparent;
}
table.decorada th.resaltado{
	color: black;
	background-color: transparent;
	font-size: 125%;
	letter-spacing: 2px;
}
table.decorada td{
	color: black;
	background-color: transparent;
}
/*
table.decorada tr.fila-impar td{
}
*/
table.decorada tr.fila-par td{
	background-color: transparent;
}


/*
 * Clases útiles
 */
a.external img.external{
	display: none;
}

.errata{
	background-image: none;
	border-bottom: 1px dashed #008000;
}
.flata{
	background-image: none;
	border-bottom: 1px dashed #FF0000;
}

.nota{
	padding: 2mm 2mm 0 2mm;
	background-color: transparent;
	border: 0.5mm solid #E4D50A;
}
.nota, .nota *{
	font-size: 10pt !important;
}
.error{
	padding: 2mm;
	background-color: transparent;
	border: 0.5mm solid #D01E30;
}
.error, .error *{
	font-size: 10pt !important;
}


/*
 * Recortes de código
 */
#contenido .src{
	padding: 2mm 2mm 0 2mm;
	font-size: 10pt;
	border: 1px solid #448CCB;
	border-left-width: 1mm;
	color: black;
	background-color: transparent;
	background-image: none;
	overflow: visible !important;
	white-space: normal !important;
}

#contenido .botonera{
	display: none;
}


/*
 * Caja principal con el contenido
 */
#contenido{
	margin: 0px;
	padding: 0px;
	border-style: none;
	min-width: 0;
	min-height: 0;
	background: transparent none;
}


/*
 * Pie de página
 */
#pie{
	margin: 0.5cm 0 0 0;
	padding: 0.2cm 0 0 0;
	clear: both;
	color: black;
	background: transparent none;
	border-top: 2mm dotted #C2C62C;
	font-size: 10pt;
	font-style: italic;
}
#pie .n{
	display: none;
}
#pie .se{
	background: transparent none;
}
#pie .so{
	min-height: 0;
	padding: 0;
	background: transparent none;
}
#pie p{
	margin: 0.25em 0 0.75em 0;
	line-height: 1;
}
#pie a, #pie a:visited{
	text-decoration: none;
	color: black;
}
#pie p:first-child a{
	font-style: normal;
}
