body {
	background-color: #000066;
	color: white;
	border: 0px solid white;
	text-align: justify;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;

}
#contenido {
	background-color: #000066;
	border: 1px solid white;
  	width:1000px;
	margin-left:auto;
	margin-right:auto;
	}
div.transbox1
  {
  margin:5px 5px;
  border:1px solid white;
  padding: 5px;
  }

div.box
  {
  margin:5px 5px;
  border:1px solid #000066;
  padding: 5px;
  }

div.box2
  {
  margin:5px 5px;
  border:1px solid white;
  float: left;
  padding: 5px;
  width: 150px;
  }

/* ----------------------------------------------------------------- */

a:link, a:visited {
	color: white ;
	text-decoration: none;
}

a:hover, a:active {
	background-color: #0000ff;
	color: white;
}


.title {
	font-size: 24px; 
	color: white;
	font-stretch: narrower; 
	font-variant: small-caps; 
}

/* ----------------------------------------------------------------- */

.menu{ 
	margin: 1px 0px 0px 0px;
	padding: 0px;
}

.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
}

.menu a {
	width: 180px;
	display: block;
	padding: 4px 4px 4px 10px;
	background-color: transparent;
}

.menu a:link, .menu a:visited {
	color: white;
	text-decoration: none;
}

.menu a:hover, .menu a:active {
	background-color: #333366;
	color: #ffffff;
}

.menu .down {
	background-color: #cccccc;
	color: #382c8c;
}

/* ----------------------------------------------------------------- */

.gtext {
	border-top: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}

.gtext .title {
	font-size: 20px;
	color: white;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-weight: bold;
}

.gtext .stitle {
	font-size: 16px;
	color: white;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

.gtext .stitle a:link, .gtext .stitle a:visited {
	color: #7f007f;
	text-decoration: none;
}

.gtext .stitle a:hover, .gtext .stitle a:active {
	background-color: #ff66ff;
	color: #ffffff;
}

/* ----------------------------------------------------------------- */

.gtext .bio_row {
	padding: 0px;
	width: auto;
	margin: 0px;
	border: 1px solid #000000;
	min-height: 240px;
}

* html .gtext .bio_row { 
   height: expression( this.scrollHeight < 241 ? "240px" : "auto" ); 
}

.gtext .bio_image {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 178px;
	text-align: center;
	float: left;
}

.gtext .bio_text {
	font-size: 15px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: center;
}

.gtext .bio_text span {
	font-weight: bold;
}

/* ----------------------------------------------------------------- */

.gtext .pub_row {
	padding: 0px;
	width: auto;
	margin: 0px;
	border: 0px;
	min-height: 240px;
}


* html .gtext .pub_row { 
   height: expression( this.scrollHeight < 241 ? "240px" : "auto" ); 
}

.gtext .pub_menu {
	text-align: center;
	border: 1px solid #000000;
	margin-left: -5px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	float: left;
}

.gtext .pub_text {
	width: 700px;
	color: white;
	border: 0px;
	margin: 0px;
	padding: 0px;
	float: right;
	overflow: auto;
}

.gtext .pub_doi {
	font-weight: bold;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

.gtext .pub_title {
	text-align: left;
	color: white;
        font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.gtext .pub_author {
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.gtext .pub_journal {
	font-style: italic;
	text-align: left;
	color: white;
	padding: 0px;
	margin: 0px;
}

.gtext .pub_year {
	font-weight: bold;
	text-align: left;
	color: white;
	padding: 0px;
	margin: 0px;
}

.gtext .pub_pages {
	text-align: left;
	color: white;
	padding: 0px;
	margin: 0px;
}

.gtext .pub_volume {
	text-align: left;
	color: white;
	padding: 0px;
	margin: 0px;
}

/* ----------------------------------------------------------------- */

.gtext .gen_row {
	padding: 0px;
	width: auto;
	margin: 0px;
	border: 1px solid #000000;
}

.gtext .gen_text {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: center;
}

.gtext .gen_text span {
	font-size: 16px;
	font-weight: bold;
}

/* ----------------------------------------------------------------- */
