<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------------------------------------
&gt;&gt;&gt;&gt;&gt; Estructura General
--------------------------------------- */

body {
	margin: 0px; 
	background-color: #FFFFFF;
}

#caja-contenedor-imprimir{
    width: 668px;
    margin: 0 auto;
	background-color: #FFFFFF;
    margin-top: 12px;
}

/* ---------------------------------------
&gt;&gt;&gt;&gt;&gt; Textos
--------------------------------------- */

.url-int{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	line-height: 15px;
	margin-top: 6px;
	margin-bottom: 2px;
    width: 668px;
}

.volanta-int{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	line-height: 15px;
    width: 668px;
}

.titulo-int{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #7E0E04;
	font-weight: bold;
	text-decoration: none;
    width: 668px;
}

.bajada-int{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 15px;
    width: 668px;
    margin-bottom: 8px;
}

.fecha-int{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	line-height: 15px;
    width: 668px;
    margin-bottom: 8px;
}

.texto-int{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    width: 668px;
	overflow: hidden;
    margin-bottom: 8px;
}

.texto-int a{
	color: #7E0E04;
	text-decoration: underline;
}

.texto-int a:after {
  content: " [" attr(href) "] ";
}</pre></body></html>