/* CSS Document */
  
 A { 
  text-decoration:none 
}
      
 A:hover {
  color: #0000EE
}
      
table.tabla th {
  border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0);
	background-color: rgb(0, 0, 96);
	color: #ffffff;
  font-weight:bold;
  font-size: 14pt;
  font-style: italic;
  text-align: center;  
	-moz-border-radius: 0px 0px 0px 0px;
} 

table.tabla td {
  border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: rgb(255, 255, 255) rgb(255, 255, 255) rgb(255, 255, 255) rgb(255, 255, 255);
	background-color: rgb(255, 255, 255);
  text-align: left;  
	-moz-border-radius: 0px 0px 0px 0px;
} 

table.tabla td.back {
  border-width: 0px 0px 0px 0px;
	border-style: none none none none;
	background-color: rgb(0, 0, 96);
	color: #ffffff;
  font-weight:bold;
  font-size: 10pt;
  font-style: italic;
  text-align: right;  
	-moz-border-radius: 0px 0px 0px 0px;
} 

span.titulo{
  font-weight:bold;
}

span.editor{
}

span.titulolibro{
  font-style: italic;  
}

span.editorial{
}

span.year{
}

span.paginas{
}

span.coautor{
}

span.nota{
}


span.articulotitulo{
  font-weight:bold;
}

span.articulonumero{
  font-weight:normal;
}

span.articulovolumen{
  font-weight:bold;
}

span.articulojournal{
  font-style: italic;
}

span.titulolibropropio{
  font-weight: bold;
  font-style: italic;
}

span.autorrevision{
}

span.titulorevision{
}

span.revision{
  font-style: italic;
}

a.prepublicacion{
  font-weight: bold;
}

a.articulo { 
  text-decoration:none 
}
