/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #fff;
	color: #666;
	padding:0;
	margin:0;
}


/* anchors
----------------------------------------------- */
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#branding {
	font-weight:normal;
	font-size:3em;
	text-align:left;
	margin-bottom:0;
	margin-top:26px;
	width:408px;
	height:26px;
	margin-bottom:0;
	text-indent:-9000px;
}

h1#branding a {
	font-weight:normal;
	font-size:3em;
	text-align:left;
	margin-bottom:0;
	width:408px;
	height:26px;
	position:absolute;
	display:block;
	margin-bottom:0;
	text-indent:-9000px;
	background-attachment:scroll;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(../img/chile-precolombino.gif)
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-family: 'ArialRegular';
	font-size:22px;
	text-transform:uppercase;
	color:#8A5853;
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.box {
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
.box h2 {
	font-size:1em;
	font-weight:normal;
}
.box .entry-content h2 {
	font-size:1.6em;
	font-weight:bold;
}
.block {
	padding-top:10px;
}

/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}




/* table
----------------------------------------------- */
table {
	width:100%;
	margin-bottom:10px;
}

th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}


a.print, a.print_2 {display:block; cursor:pointer; background-image:url(../img/print/print_icon.png); background-repeat:no-repeat; background-position:0 0; font-size:11px; padding-left:26px; color:#666}

a:hover.print, a:hover.print_2 {color:#000}

div.pp_nav {margin-bottom:30px;}
p.pp_description {margin-bottom:20px;}
div.facebook {width:100px !important;}

a.pp_download {display:block; padding:6px 8px; background-color:#81371F; color:#FFFFFF; width:107px; position:absolute; top:-50px; right:0px}

div.pp_social {display:none !important}


#google-cs-results-box {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-image: url(../img/loader.gif);
    min-height: 300px;
}
