/* Colors and format */

@import"base.css";

/* Body color */

body {
text-align: center; 
background: #F5F4EE;
color: #000;
}


/* Global link colors */

a {
text-decoration: none;
color: #62201b;
}

a:hover {
	color: #ffa500;
	}

.titlelink {
	color: #62201b;
	}

/* wrapper isn't actually seen */
#wrapper { 
background: #fff;
color: #000;
}

/* Above the header */

#pagetop {
text-align: right;
margin-right: 19%;
}

#pagetop p {
font: italic normal bold small "Bitstream Vera Serif", Georgia, "Times New Roman", serif;
margin: 2em 0 0 0;
padding: 0;
}

/* Some global properties for all
   horizontal blocks: header, navigation bar, footer */
#header, #subnav, #footer {
color: #000;
}

/* Now the header */

#header {
background: url(/img/header.png) no-repeat
}

#header h1 {
display: none;
}

/* Footer */

#footer {
background: #708090;
font-size: 9px;
}

/* Navigation bar */

#subnav {
background: #b1af7d;
border-bottom: 2px solid #708090;
font-size: 75%;
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 #708090;
        list-style: none;
        display: inline;
	}

#subnav ul li.first {
        margin-left: 0;
        border-left: none;
        list-style: none;
        display: inline;
        }


/* Now comes the body */

/* Center column */

#center p, dt {
font-family: "Bitstream Vera Serif", Georgia, "Times New Roman", serif;
}	

#center h1, h2 {
background: #F5F4EE;
margin: 1em 18px 0.35em 3%;
padding: 1%;
}

#center h3 {
border-bottom: 1px dashed #708090;
margin: 1em 18px 1px 3%;
padding: 1% 1% 0 1%;
}

#center img.vita {
border: 1px dashed #62201b;
margin: 1em 18px;
padding: 1%;
float: right;
}

#center ul, ol, dl {
	list-style: disc inside;
        margin: 0px;
        padding: 0.5em 3em 0 3em;
	font-size: 110%;
}

#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 #708090;
  background: #fbfaf4;
}

#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: 8pt;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #2f4f4f;
	text-indent: -0.5em;
        }

#right li li {
        text-transform: none;
        font-size: 10pt;
        /* list-style: disc url(/img/diamond.gif) inside; */
	list-style: none;
	background: transparent url(/img/diamond.gif) no-repeat 0% 50%;
        margin: 0px;
        padding-top: 0.5em;
        padding-left: 1.5em;
        letter-spacing: normal;
        color: #000;
        font-weight: normal;
        }


/* 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 {
display:none;
}

