/* Colors and format */

@import"base.css";

/* Body color */

body {
text-align: center; 
background: #F5F4EE;
color: #000;
}

img {
border: 0;
padding: 0,5em;
}


/* Global link colors */

a {
text-decoration: none;
color: #00868B;
}

a:hover {
	color: #8B1A1A;
    	}

.titlelink {
    color  #00868B;
	}

/* wrapper isn't actually seen */
#wrapper { 
background: #fff;
color: #000;
}

/* Above the header */

#pagetop {
text-align: right;
margin-right: 15%;
}

#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.jpg) no-repeat
}

#header h1 {
display: none;
}

/* Footer */

#footer {
background: #8B4513;
font-size: 9px;
}

/* Navigation bar */

#subnav {
background: #8B4513;
border-bottom: 2px solid #8B1A1A;
font-size: 110%;
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 5px;
        border-left: 1px solid #00008B;
        list-style: none;
        display: inline;
	}

#subnav ul li.first {
        margin-left: 0;
        border-left: none;
        list-style: none;
        display: inline;
        }

#subnav a {
	color: white;
	}

#subnav a:hover {
	color: #00FFFF;
	font-weight: bold;
	}


/* 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 0%;
padding: 1%;
}

#center h3 {
border-bottom: 1px dashed #00008B;
margin: 1em 18px 1px 0%;
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 #00008B;
  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: 9pt;
        letter-spacing: 1px;
     /*   text-transform: uppercase;*/
        color: #2f4f4f;
	/* text-indent: -1.0em; */
        }

#right li li {
        text-transform: none;
        font-size: 9pt;
        /* 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: 0.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;
}

