/* Colors and format */

@import"base.css";

/* Body color */

body {
text-align: center; 
background: #fafafa;
color: #8b5a00;
}


/* Global link colors */

a {
text-decoration: none;
color: #da8d00;
}
a:hover {
	color:  #FF7F00;
	text-decoration: none;}

.titlelink {
	color:#da8d00 ;
	}

/* wrapper isn't actually seen */
#wrapper { 
background: #fff;
border-left: 1px solid #8b5a00;
border-right: 1px solid #8b5a00;
}

/* Above the header */

#pagetop {
text-align: right;
margin-right: 19%;
}

#pagetop p {
font: italic normal bold small "Bookman Old Style";


;
margin: 2em 0 0 0;
padding: 0;
}

/* Some global properties for all
   horizontal blocks: header, navigation bar, footer */
#header, #subnav, #footer {
color: #fff;
}

/* Now the header */

#header {
border-top: 1px solid #8b5a00;
background: #ffb600;
}

#header h1 {
display: block;
font-size: 25pt;
padding: 2%;
}

/* Footer */

#footer {
background: #ffb600;
font-size: 9px;
border-bottom: 1px solid #8b5a00;

}

#footer a {
color: #FFFFFF;
}

#footer a:hover {
color: #eeeeff;
}

/* Navigation bar */

#subnav {
background: #fff3a6;
color: #000;
border-bottom: 2px solid #8b5a00;
font-size: 80%;
font-weight: bold;
text-transform: uppercase;
font-family: "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
}

/* Subnav magic */
/* From http://alistapart.com/articles/taminglists/ */

#subnav ul {
        margin-left: 0;
        padding-left: 0;
        display: inline;
}

#subnav ul li {
        margin-left: 0;
        padding: 3px 15px;
        border-left: 1px solid #8b5a00;
        list-style: none;
        display: inline;
		font: bold 1em "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
	}

#subnav ul li.first {
        margin-left: 0;
        border-left: none;
        list-style: none;
        display: inline;
        }

#subnav a {
	color: #8b5a00;
	}

#subnav a:hover {
	color: #FF7F00;

	font-weight: bold;
	}
	





/* Now comes the body */

/* Center column */

#center p, dt, dl, dd, ul, ol {
font-family: "Bitstream Vera Serif", Georgia, "Times New Roman", serif;
}	

#center h1, h2 {
background: #FFFFE8;
margin: 1em 18px 0.35em 3%;
padding: 1%;
}

#center h3 {
border-bottom: 1px dashed #8b5a00;
margin: 1em 18px 1px 3%;
padding: 1% 1% 0 1%;
}

#center img.vita {
border: 1px dashed #8b5a00;
margin: 1em 18px;
padding: 1%;
float: right;
}

#center ul, ol, dl {
	margin: 0px;
        list-style-type:disc; list-style-image:url('/img/diamond.gif'); list-style-position:inside; padding-left:3em; padding-right:3em; padding-top:0.15em; padding-bottom:0.5em
}

#center dt, dd {
font-size: 90%;
}

#center dl ul {
        margin-left: 0;
        padding-left: 0;
        display: inline;
}

#center dl ul li {
        margin-left: 0;
        padding: 0 0.25em 0 0;
        display: inline;
	}

/* Right column */

#right {
  border-left: 1px dashed #8b5a00;
  border-bottom: 1px dashed #8b5a00;
  background: #FFFFE8;
}

#right ul {
        margin-left: 0px;
        padding-left: 0px;
        display: inline;
        }

#right ul li {
        margin: 1em 1em 0em 1em;
        list-style: none;
        font: bold 1em "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
        font-size: 9pt;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #8b5a00;
        }

#right li li {
        text-transform: none;
        font-size: 8pt;
        list-style: disc inside;
        margin: 0px;
        padding-top: 0.5em;
        padding-left: 0.5em;
        letter-spacing: normal;
        color: #000;
        font-weight: normal;
        }

#right a {
color: #b86b00;
font-weight: bold;
}
#right a:hover {
color:#FF7F00;

	font-weight: bold;
	}



#otro {
  border-bottom: 1px dashed #8b5a00;
  border-right: 1px dashed #8b5a00;
  background: #FFFFE8;
}

#otro ul {
        margin-left: 0px;
        padding-left: 0px;
        display: inline;
        }

#otro ul li {
        margin: 1em 1em 0em 1em;
        list-style: none;
        font: bold 1em "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
        font-size: 9pt;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #8b5a00;
        }

#otro li li {
        text-transform: none;
        font-size: 8pt;
        list-style: disc inside;
        margin: 0px;
        padding-top: 0.5em;
        padding-left: 0.5em;
        letter-spacing: normal;
        color: #800000;
        font-weight: normal;
        }

#otro a {
color: #b86b00;
font-weight: bold;
}

#otro a:hover {
color: #FF7F00;

	font-weight: bold;
	}



/* Some styles used for the ToC and elsewhere */

tt {
	font-size: 120%;
}

.autor {
		margin-top: 0.75em;
}

.doi {
		font-size: 75%;
}

.titulo {
		font-style: italic;
		font-weight: bold;
}

.subtitulo {
		font-style: italic;
}

.bibtex {
	text-transform: uppercase;
}

.abstract {
	text-transform: uppercase;
}

.web_author {
	display: none
}

.fecha {
margin-right: 2em;
margin-bottom: 1px;
padding-bottom: 1px;
text-align: right;
font-size: smaller;
font-style: italic;
display:none;
}