<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

a:link, a:visited {
    text-decoration: none;
color:#C00;
}

a:hover {
    text-decoration: none;
color:#999;
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
table {
    border-spacing:0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style:normal; */
    /* font-weight:normal; */
}

ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border:0;
    height:1px;
    background-color:#000;
    color:#000;
}
a img,:link img,:visited img {
    border:none;
}
address {
    font-style:normal;
}


/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     /*font-weight: normal;*/
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
}

body {
     line-height: 1
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}

/* Fin CSS Reset */

body {
font-family: Arial, Helvetica, sans-serif;
border-top:3px solid #666;
font-size:12px;
margin:0;
padding:0;
}



p {
margin-bottom:10px;
}

p a:link, p a:visited {
    text-decoration: none;
color:#990000;
}

p a:hover {
    text-decoration: none;
color:#666;
}

/********************** FLOAT &amp; CLEAR */
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

/*#### HEADER ####*/

#servicios {
	padding-left:25px;
	float:right;
}

#servicios li {
	float:left;
	font-size:10px;
	text-transform:uppercase;
}

#servicios a:link, #servicios a:visited {
	text-decoration:none;
	color:#666;
	padding:6px 5px;
	display:block;
	float:left;
	background:#FFF;
}

#servicios a:hover {
	text-decoration:none;
	color:#FFF;
	background:#666;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}

#logo {
    background: url(../images/css/logo.png) no-repeat;
    height: 55px;
    width: 365px;
    position: absolute;
    top: 21px;
    left: 0;
}

#logo a {
    height: 55px;
    width: 365px;
    display: block;
    text-indent: -9999px;
}

.barra-roja {
background:#CC0000 url(images/bg-menu.png) repeat-x;
color:#FFF;
margin-top:5px;
padding:0 10px 0 0;
height:20px;
}

.barra-roja ul {
margin:0;
padding:0;
}

.barra-roja ul li {
float:left;
margin:0;
padding:0;
}

.barra-roja ul li a {
float:left;
margin:0;
color:#FFF;
text-decoration:none;
padding:5px 15px 0 15px;
text-transform:uppercase;
font-weight:bold;
font-size:11px;
height:15px;
display:block;
}

.barra-roja ul li a:hover {
background:#900;
color:#FFF;
text-decoration:none;
}

#bread {
float:left;
}

/********************** CONTENT */

.extras {
background: #DDD;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
margin-bottom: 20px;
padding: 5px;
text-align: center;
}

.extras div {
background: #FFF;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
margin-bottom: 20px;
padding: 5px 5px 0 5px;
}

#contenido {
/*background: url(images/bg-menu-mapa.png) repeat-x;*/
margin:20px auto;
width:960px;
}

#col-derecha {
display:inline-block;
margin:0;
padding-left:10px;
vertical-align:top;
width:200px;
}

.image-inline {
}

#col-izq {
background:#FFF;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
box-shadow: 0 0 10px #666;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
display:inline-block;
margin-right:15px;
padding: 15px;
vertical-align:top;
width:730px;
}

#col-izq h2 {
color:#333;
font-size:32px;
margin-bottom:30px;
}

#col-izq h3 {
font-size:16px;
font-weight:bold;
margin:20px 0 10px 0;
color:#333;
}

#col-izq-acerca {
padding:10px 15px;
}

#col-izq-acerca h2 {
font-size:16px;
font-weight:bold;
margin-bottom:10px;
color:#CC0000;
border-bottom:1px solid #FFF;
padding-bottom:5px;
}

#col-izq-acerca h3 {
font-size:14px;
font-weight:bold;
margin:20px 0 5px 0;
color:#CC0000;
}

#col-izq ul {
list-style-image:url(images/bullet.gif);
margin:0 0 10px 25px;
}

#col-izq ul li {
margin-bottom:5px;
}


#col-izq-acerca ul {
list-style-image:url(images/bullet.gif);
margin:0 0 10px 25px;
}

#col-izq-acerca ul li {
margin-bottom:5px;
}

#regiones-chile {
margin:0 auto;
}

#regiones-chile a {
display:block;
float:left;
padding:2px 10px;
border-right:1px dotted #CCC;
margin-bottom:5px;
}

#mapa-chile {
background:#f2f2f2 url(images/mapa-chile.png) center no-repeat;
border:1px solid #CCC;
min-height:200px;
}

.zona-foto {
padding:10px;
float:right;
margin:0 0 20px 10px;
background:#FFF;
border:1px dashed #CCC;
width:200px;
}


.zona-foto-left {
padding:10px;
float:left;
margin:0 20px 20px 0;
background:#FFF;
border:1px dashed #CCC;
width:200px;
}


.zona-foto-auto {
padding:10px;
float:left;
margin:0 20px 20px 0;
background:#FFF;
border:1px dashed #CCC;
width:auto;
height:auto;
}

.zona-foto img, .zona-foto-left img {
width:200px;
height:auto;
}

.zona-foto h1 {
background:#EEE;
border-bottom:3px solid #CCC;
padding:5px 0;
margin:10px 0;
text-align:center;
font-size:12px;
}


.zona-foto ul li ul {
padding-top:7px;
}

.zona-foto a.ir-mapa {
display:block;
border:1px solid #990000;
padding:2px;
background:#CC0000;
color:#FFF;
text-decoration:none;
margin-top:10px;
text-align:center;
cursor:pointer;
}


.zona-foto a.ir-mapa:hover {
color:#FFF;
background:#999;
text-decoration:none;
border:1px solid #666;
}

.provincia {
font-weight:bold;
background: url(images/link-ext.gif) right no-repeat;
padding-right:15px;
}

#portlet_chile_nuestro_pais h1, #portlet-informes h1 {
background: url(images/bg-h1-portlets.png) no-repeat;
padding:9px 0 0 9px;
font-size:13px;
height:24px;
}

#portlet_chile_nuestro_pais ul, #portlet-informes ul {
list-style-image:url(images/bullet.gif);
margin:0 0 10px 25px;
}

#portlet_chile_nuestro_pais ul li, #portlet-informes ul li {
margin-bottom:5px;
}

a.ver_mas {
background: url(images/bg-ver-mas.png) no-repeat;
text-align:center;
width:70px;
display:block;
height:19px;
padding-top:6px;
margin-top:-5px;
color:#333;
}


a.ver_mas:hover {
color:#CC0000;
}

a.external-link {
padding:2px 10px;
background:#CC0000;
color:#fff;
border:1px solid #990000;
}

a.external-link:hover {
padding:2px 10px;
background:#999;
color:#fff;
border:1px solid #666;
}

.linea-top {
border-top:1px dashed #CCC;
padding-top:10px;
clear:both;
}

#portada {
padding:20px;
background:#EEE;
border:1px solid #CCC;
height:140px;
}

#acercade .item_portada {
text-align:left
}

#acercade .item_portada img {
float:left;
margin:3px 10px 10px 0;
}

#portada a.titulo:link, #portada a.titulo:visited {
font-size:12px;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
color:#CC0000;
}

#portada a.titulo:hover {
text-decoration:none;
color:#666666;
}

#portada img {
float:left;
margin:0 10px 10px 0;
}

#portada h2 {
padding-top:7px;
border-bottom:none;
margin-bottom:0;
}

#portada p {
font-size:11px;
font-weight:normal;
margin-top:0;
}

#parlamentarios {
background:#EEE;
border:1px solid #CCC;
padding:20px;
margin-right:240px;
margin-top:20px;
}

#parlamentarios h4 {
height:30px;
}

.parlamentario {
width:100px;
text-align:center;
margin:0 10px;
float:left;
}

#senadores {
/*background: url(images/logo-senado-trama.gif) right 25px no-repeat;*/
}

#diputados {
/*background: url(images/logo-camara-trama.gif) right 30px no-repeat;*/
}

.link-ext {
background: url(images/link-ext.gif) right no-repeat;
padding-right:15px;
}

#regiones td {
background: url(images/bullet.gif) 0 3px no-repeat;
padding:0 0 5px 15px;
}

#division-politica tr {
padding:5px;
border-bottom:1px dotted #CCC;
}

.titulo-division-politica {
background:#666;
color:#FFF;
text-transform:uppercase;
padding:5px;
}

.datos_autoridades_siit {
padding:5px;
}

.abc {
margin-top:40px;
}

.abc a {
padding:0 8px;
border-right:1px dotted #CCC;
}


.abc a.last-abc {
padding:0 8px;
border-right:none;
}
#glosario-abc h3 {
background:#666;
color:#FFF;
text-transform:uppercase;
padding:5px;
}

#glosario-abc span {
font-weight:bold;
}


#col-izq #glosario-abc ul li {
margin-bottom:10px;
}

.tablas-indices {
width:100%;
}

.tablas-indices2 td{
background:#EEE;
padding:4px;
border:2px solid #FFF;
}

.tablas-indices td {
background:#EEE;
padding:4px;
border:2px solid #FFF;
}

.tablas-indices .titulo_tabla_siit {
background:#666;
color:#FFF;
}

.zona-relacionados {
padding:10px;
float:right;
margin:0 0 20px 10px;
background:#FFF;
border:1px dashed #CCC;
width:200px;
}

.zona-relacionados h1 {
font-size:13px;
font-weight:bold;
margin-bottom:10px;
background:#666;
color:#FFF;
padding:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

.bajada {
font-weight:bold;
margin:10px 0;
}

.cifras p {
font-weight:bold;
margin-top:5px;
}

#informes-siit .texto {
background:#FFF;
border:1px solid #CCC;
padding:1px;
width:300px;
}

#informes-siit .buscar {
background:#CC0000;
border:1px solid #990000;
color:#FFF;
}

#informes-siit .buscar:hover {
background:#999;
border:1px solid #666;
color:#FFF;
}

.ayuda-acerca {
background:#EEE url(images/help.png) 5px 15px no-repeat;
border:1px solid #CCC;
border-left:10px solid #CCC;
margin-top:30px;
padding:10px 10px 10px 80px;
width:200px;
}


.ayuda-extraer-datos {
background:#EEE url(images/help.png) 5px 15px no-repeat;
border:1px solid #CCC;
border-left:10px solid #CCC;
padding:10px 10px 10px 80px;
width:250px;
}


.numeros {
padding:0 5px;
border-left:1px dotted #999;
}

.primer-numeros {
padding:0 5px;
}

a.numero-hit {
padding:0 5px;
border-left:1px dotted #999;
font-weight:bold;
color:#CC0000;
}

#resultado-informes h2 {
font-size:12px;
font-weight:bold;
margin:0;
border-bottom:none;
}

.numeros-resultados {
border-bottom:1px dashed #CCC;
padding-bottom:20px;
font-size:11px;
}

#widget-clima {
float:right;
}



/********************** FOOTER */

#footer {
clear:both;
background:#404040;
color:#FFF;
text-align:center;
padding:60px 0;
}

#footer div {
	font-size:10px;
	display:inline;
}

#footer div span {
	position:relative;
}

.logo-footer {
	margin-right:10px;
	margin-left:5px;
}

.logo-footer img {
	border-right:1px solid #CCC;
}

.telefonos-footer {
	position:relative;
	top:-10px;
}

.telefonos-footer span img {
	position:relative;
	top:5px;
	left:10px;
}

#footer a {
color:#999;
border-bottom:1px dotted #999;
}

#rsociales {
    float: right;
    margin: 0;
    padding: 0;
    text-align: right;
}


/* Portada 2014 */

.titulo-portada {
margin:50px 0;
text-align:center;
}

.titulo-portada h1 {
color:#666;
font-size:30px;
font-weight:normal;
line-height:1.2;
}

.titulo-portada h1 span {
display:block;
font-weight:bold;
}

.columna-portada {
display:inline-block;
margin-right:-4px;
text-align:center;
vertical-align:top;
width:25%
}

.columna-portada h3 {
color:#666;
font-size:24px;
margin:30px 0 20px 0;
}

.columna-portada p {
color:#888;
font-size:18px;
line-height:1.5;
margin: 0 5px;
}

.conozca-mas {
margin:50px 0 -45px 0;
text-align:center;
}

.conozca-mas a {
        background:#B20000;
        border-radius:3px;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        box-shadow: 1px 1px 2px #333;
        -moz-box-shadow: 1px 1px 2px #333;
        -webkit-box-shadow: 1px 1px 2px #333;
        color:#FFF;
        display:inline-block;
        font-size:24px;
        padding:15px;
        text-shadow: 1px 1px 2px #333;
        -moz-text-shadow: 1px 1px 2px #333;
        -webkit-text-shadow: 1px 1px 2px #333;
}
.conozca-mas a span {
        padding-left:15px;
}

.extras h3 {
color:#333;
font-size: 15px;
font-weight: bold;
margin-bottom: 10px;
}

#acercade .extras img {
width:44px;
}</pre></body></html>