/* CORE CSS 20040217 */

/* BODY */

body
{
    font-family: Arial, Helvetica, sans-serif; /* Base font family for most elements */
    font-size: 8pt; /* Base size for all elements; other size definitions relates to this */
    background-color: #ffffff;
    background-image: url('/images/wood29-2.jpg');
    margin: 0;
    margin-top: 0;
    margin-left: 17px;
    margin-right: 17px;
}

/* HEADERS */

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    margin: 0 0 0.5em 0;
    padding: 0;
}

h1
{
    font-size: 1.5em;
}

h2
{
    font-size: 1.3em;
}

h3
{
    font-size: 1.2em;
}

h4, h5, h6
{ 
    font-size: 1em;
}

div.classiftit {
    font-size: 1.1em;
    font-weight: bold;
}

div.classiffone {
    font-weight: bold;
}

div.author {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10pt;
}

div.classifemail {
    font-weight: bold;
}



/* PARAGRAPHS */

p
{
    margin: 0.5em 0 0.5em 0;
    line-height: 1.25em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
}

/* LINKS */

a
{
    color: #0000a0;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    color: #0000ff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

a img
{
    border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */
}
/* PRE TEXT */

pre, code
{
    font-family: "Courier New", Courier, monospace; /* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */
    font-size: 1em; /* Setting this exact size may also help visual consistency */
}

pre
{
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    margin: 1em 0 1em 0;
    padding: 0.2em;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* TABLES */

table
{ 
    font-size: 1em; /* Fix for size "loss" in tables in IE; redundant for most others, but does no harm */
    margin: 0;
    padding: 0;
    border-width:0 ;
    border-spacing: 0;
}


div.pagelayout
{
    background-color: #ffffff;
    border-color: #000000;
    border-style: solid;
    border-width: 2px;
    padding: 1em;
}

td.moviecover {
    padding: 0.5em;
}

td.menu, td.moviecover {
    padding-right: 1em;
}

td.fieldname {
    text-align: right;
}

td.fieldcontent {
    text-align: left;
}

td.rightcol {
    padding-left: 1em;
    border-width: 1px;
    border-style: none none none dotted;
    border-color: #000000;
    vertical-align: top;
}

td.classificados {
    vertical-align: top;
    border-width: 1px;
    border-style: none none none none;
    border-color: #000000;
    padding: 0.5em;
}

td.classcat {
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    background-color: #d0d0d0;
}

div.ypcategory {
    font-weight: bold;
    font-size: 1.3em;
    text-align: left;
    background-color: #d0d0d0;
    margin: 4px;
    width: 100%;
}

span.yptitle {
    font-weight: bold;
    font-size: 1.1em;
}

th, td
{
    padding: 0;
}


td.adnotauthorized, td.adauthorized, td.adold {
    width: 25%;
    vertical-align: top;
    text-align: center;
    padding: 4px;
    margin: 4px;
}

td.adnotauthorized , div.ypnotauthorized , div.adminbox {
    background-color: orange;
}

td.adold {
    background-color: #e0e0e0;
}

div.adminbox {
    width: 100%;
}

div.ypauthorized , div.ypnotauthorized {
    width: 100%;
    vertical-align: top;
    text-align: left;
    margin: 4px;
}


table.list
{
    width: 100%;
    margin: 1em 0 1em 0;
}

table.list th, table.list td
{
    padding: 0.25em 0.5em 0.25em 0.5em;
    text-align: left;
    vertical-align: top;
}

table.list th
{
    font-weight: bold;
    background-color: #f0f0f0;
}

table.list td
{
    font-weight: normal;
}

tr.bglight
{
    background-color: #fcfcfc;
}

tr.bgdark
{
    background-color: #f8f8f8;
}

/* ORDERED AND UNORDERED LISTS */

ul, ol
{
    padding: 0;
    margin: 0.75em 0 1em 2.5em;
}

ul ul, ol ul
{
    margin: 0.3em 0 0.5em 1.3em;
}

ul ol, ol ol
{
    margin: 0.3em 0 0.5em 1.9em;
}

ul, ul ul
{
    list-style-type: disc;
}

li
{
    margin: 0 0 0.3em 0;
    padding: 0;
    line-height: 1.25em;
}

/* DEFINITION LISTS */

dl
{
    padding: 0em;
    margin: 0.25em 0 0.25em 0;
}

dt, dd
{
    font-style: normal;
    margin: 0 0 0.25em 0;
}

dt
{
    font-weight: bold;
}

dd
{
    margin: 0 1em 0.5em 2.5em;
}

/* FORM ELEMENTS */

form
{
    padding: 0em;
    margin: 0em;
}

label
{
    font-weight: bold;
    padding-right: 0.5em;
    display: block;
    white-space: nowrap;
}

textarea
{
    font-family: Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */
    font-size: 1em; /* Needs to be specified for IE */
}

input.box, textarea.box
{
    width: 98%;
}

input.halfbox, textarea.halfbox
{
    width: 47%;
}

optgroup
{
    font-weight: bold;
    font-style: normal;
}

input.button
{
    font-weight: normal;
    margin: 1em 1em 0 0;
}

input.button-default
{
    font-weight: bold;
}

/* PAGE DIVIDERS */

div.block /* Use this style around groups of objects which are connected in some way */
{
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    clear: both;
}

div.block div.element, div.buttonblock div.element /* Use this style if several objects are to be stacked horizontally within the same block */
{
    padding-right: 1em;
    float: left;
}

div.block div.left
{
    width: 48%;
    text-align: left;
    float: left;
    clear: left;
}

div.block div.right
{
    width: 48%;
    text-align: right;
    float: right;
    clear: right;
}

div.break /* Used this style to terminate floating elements, to clear all floating attributes */
{
    clear: both;
}

/* MESSAGES TO THE USER */

div.message-feedback, div.message-warning, div.message-error
{
    padding: 0.1em 0.5em 0.5em 0.5em;
}

div.message-feedback
{
    background-color: #f0fff0;
}

div.message-warning
{
    background-color: #ffffe0;
}

div.message-error
{
    background-color: #fff0f0;
}

/* PAGE NAVIGATION */

div.pagenavigator
{
    text-align: center;    
}

div.pagenavigator span.previous
{
    float: left;
}

div.pagenavigator span.next
{
    clear: right;
    float: right;
}

/* MISC STYLES */

.small
{
    font-size: 85%;
}

.hide
{
    display: none;
}


div.imageleft, div.imageright, div.columnresume, div.faxtboxleft, div.faxtboxright, div.leftobject, div.rightobject, .tright, .tleft
{
    margin: 0.5em;
    display: inline;
}

div.imagecenter, div.factboxcenter, div.centerobject
{
    width: 100%;
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    display: block;
}

div.imagecenter
{
    text-align: center;
}

div.factboxcenter
{
    text-align: left;
}

div.imageleft, div.factboxleft, div.leftobject
{
    float: left;
    padding-right: 0.5em;
}

div.imageright, div.columnresume, div.factboxright, div.rightobject, .floatright
{
    clear: right;
    float: right;
    padding-right: 0;
}

.tright
{
    clear: right;
    float: right;
    padding: 2px;
    padding-right: 0px;
}

.tleft
{
    clear: left;
    float: left;
    padding: 2px;
    padding-right: 0px;
}

div.faxtboxleft, div.faxtboxright
{
    background-color: #f0f0f0;
}

div.imageleft p.picturetext, p.picturetext, div.imagecenter p.picturetext, p.factbox, .tright
{
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

div.imageleft p.picturetext, div.imageright, div.columnresume, p.picturetext, span.picturetext, p.factbox
{
    background-color: #f0f0f0;
}

div.imageright, div.columnresume, .tright, .tleft {
    background-color: #d0d0d0;
}

/* Misc */

span.spamfilter
{
     display: none;
}

span.classname, span.classtitle {
     font-weight: bold;
}

span.rightcolhead {
  color: red;
  font-weight: bold;
}

#efemeridessnip {
  text-align: left;
}

div.righttext {
  text-align: right;
}

div.imageright {
    max-width: 300px;
}

div.columnresume {
    padding: 3px;
    border: 1px solid black;
    width: 300px;
}

div.pictcaption {
    text-align: center;
    font-weight: bold;
    
}

#siteSub {
    font-size: 0.8em;
}

.coordinates {
    text-align: right;
    font-size: 0.8em;
}

span.menutop, a.menusub {
    color: #8b0000;
}

a.menutop:hover, a.menusub:hover {
    color: #ff0000;
}

.menutop {
    font-size: 1.4em;
    font-weight: bold;
}

.menusub {
    font-size: 1.2em;
    margin-left: 10px;
    font-weight: normal;
}

a.menusub:hover {
    font-weight: normal;
}

div.menudiv {
    margin-top: 5px;
}

.wikitable, .infobox {
    clear: right;
    float: right;
    border: 1px solid #e0e0e0;
}



/* SAPOI-SA */

<style type="text/css">
<!--
.Estilo1 {font-size: 10px}
.Estilo4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #002D59;
}
.Estilo6 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #B7E331;
}
.Estilo7 {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #B7E331;
	font-family: Arial, Helvetica, sans-serif;
}
.Estilo9 {color: #000000; font-weight: bold; font-size: 12px;}
.Estilo133 {	FONT-FAMILY: Arial, Helvetica, sans-serif
}
.Estilo337 {	color: #000000;
	font-size: 12px;
}
.Estilo10 {
	font-size: 11px;
	font-weight: bold;
}
.Estilo19 {font-size: 12px; font-weight: bold; }
.Estilo20 {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Estilo22 {FONT-FAMILY: Arial, Helvetica, sans-serif; font-weight: bold; }

.sapoi {
       border: 2px solid black; 
}



/* wikipedia */



a.new, a.new:hover
{
    color: #606060;
    cursor: text;
    font-weight: normal;
}


#content a {
    font-weight: inherit;
}


table.gallery {
	border: 1px solid #ccc;
	margin: 0px;
	padding: 0px;
	background-color: white;
}

table.gallery tr {
	vertical-align: top;
}

table.gallery td {
	vertical-align: top;
	background-color: #f9f9f9;
	border: solid 2px white;
}

div.gallerybox {
	margin: 2px;
}

div.gallerybox div.thumb {
	text-align: center;
	border: 1px solid #ccc;
	margin: 3px;
        max-width: 150px;
        overflow: auto;
}

div.gallerytext {
	font-size: 94%;
	padding: 2px 4px;
}

div.thumb {
	margin: .1em;
	border-style: solid;
	border-color: white;
}

#toc,
.toc,
.mw-warning {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
}


/* componentes ocultos */

#siteNotice, .noprint, .protected, #siteSub, .printfooter, #catlinks, #interProject, .editsection, .hiddenStructure, #jump-to-nav, .magnify, .current, #minidesambig {
	display: none;
}

/* 
#logo {
	position: absolute;
	top: 10px;
	left: 280px;	
}
*/

.sabiaque .firstHeading {
        display: none;
}

.sabiaquecontent {
	border: 1px solid #ccc;
	padding: 5px;
}

.usermessage, .subpages {
	display: none;
}

#efemeridessnipcontent .firstHeading {
        display: none;
}


#efemeridessnipcontent {
    text-align: left;
}

#credit, #wikicredit {
    text-align: center;
    font-style: italic;
}

#wikicredit a {
    font-weight: bold;
}

#efemeridessnipcontent #footer {
    display: none;
}

.wikilicense {
    font-weight: bold;
    border: 1px solid #000;
    font-size: 11pt;
    background-color: red;
    text-align: center;
}

