body { /* Body de toda la revista */
	background-color:#fff;  
}

#header {
	width:100%;
	height:160px;
	background-color:#fff;
	margin-left:0px;
	position:relative;
	background: white url(bg-gioja.png) repeat-x bottom;
	height: 200px;
}

#header #headerTitle {
	background: url(encabezado.png);
	background-repeat:no-repeat;
	height: 160px;		
	width: 900px;
}
		
#header #headerTitle h1 {	/*título del header si no hay imagen*/
	display:none;
}

#main { /*caja del Main*/
	max-width:1280px;
}
#main h2 { /*no produjo cambios*/
	
}
#main h3 { /*no produjo cambios*/
}

/*** BARRA DE NAVEGACION ***/
#navbar{ 
	background-color:#848369;/*#cb6a11;*/
	border-bottom: none;
}
#navbar ul{
	padding-left:5em;
	font-size: 1.2em;
} 
ul.menu a { /* 2016-09-16 */
    font-size: 1.85em;
    text-transform: none; /* text-transform: uppercase; */
    text-decoration: none;
    line-height: 1em;
}
#navbar ul.menu a:link{
	color:white;
} 
#navbar ul.menu a:visited {		
	color:white;
}
#navbar ul.menu a:hover {	
	color:#cccc00;
}
#navbar a {	/*no produjo cambios*/	
}
#navbar ul.menu li {	/*no produjo cambios*/
}

/*** BARRA DE OPCIONES DERECHA ***/
#rightSidebar {
}
/*#main {border-left: none;border-bottom: none;border-right: 1px dashed #BBBBBB;}*/
#sidebar .block {
	border:none; /*border:1px solid #bbbbbb;*/
	min-width:190px;
	max-width:190px;
}
#sidebar .block.creativ { /* background: none repeat scroll 0 0 #FFF; background: none repeat scroll 0 0 #F7F7F7;*/
}
#sidebar div.block { /*background-color: #ccc; */ /*diseño de rightsidebar*/
	color:#000;
	padding-left:5px;
}
#sidebar div.block span.blockTitle { /*color texto bloques titulos rightsidebar*/
	color:white;
	background-color:#848369;/*#cb6a11;*/
	padding-left:5px;
	margin-left:-5px;
}
#simpleQuery { /*modifica espacio entre etiqueta "BUSCAR" y "AMBITO DE BUSQUEDA"*/
	margin-top: 2px;
	margin-bottom: 2px;
}
#searchField { /*modifica espacio entre etiqueta "AMBITO DE BUSQUEDA" y boton "BUSCAR"*/
	margin-top: 2px;
	margin-bottom: 5px;
}
#languageSelect { /*modifica espacio entre etiqueta "SELECCIONAR IDIOMA" y boton "CARGAR"*/
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
}
.blockTitle { /*modifica espacio entre el titulo "CONTENIDO DE LA REVISTA" y la etiqueta "BUSCAR"*/
	margin-bottom: 5px;
}
.footer2 { /*border-top:4px solid #829DB2;*/
}
a {
	text-decoration: none;
}
a:link {
	color:#9e9e32;/*#203c72;  #000;  #c7c741;  #9e9e32;    #848369;*/
}
a:active {
	color:#848369;/*#fff;*/
}
a:visited { /*links visitados del sitio*/
	color:#9e9e32;/*#203c72; #848369;*/
}
a:hover { /*hover del sitio*/
	color:#848369;/*#545e42; #9e9e32; */
	background: none;
}

#breadcrumb {
    padding-bottom: 1em;
}
#content {
    margin: 0;
    padding: 0;
    padding-top: 0.5em;
    font-size: .8em;
   /*  border-top: 2px dotted #000;  */
}
#content h4 { /* Titulo de cada sector en tabla de contenidos  */
    margin: .75em 1em 0.25em 0em;
    font-family: Arial,sans-serif,Georgia,'Times New Roman',Times,serif;
    /* font-weight: bold; */
    font-size: 1.8em;
	color: #5d5d5d;
}

/*  BOTONES FORMULARIOS  */
input.defaultButton {
    background-color: #848369;
    color: #FBFBF3;
    font-weight: bold;
}

/* *******  TABLA DE CONTENIDO *******   */
.tocTitle{
	margin-top: 8px;
}
.tocAuthors {
	margin-top: 5px;
}
.file{
	font-weight: bold;
}


/*  *******  PAGINA DE CADA ARTICULO *******   */
#topBar {
    padding-bottom: 0.1em;
}
#articleTitle h3 {
	color: #848369;
	line-height: 130%;
}
#articleFullText .file {
	font-size: 1.2em;
	font-weight: bold;
}
#articleFullText H4 {
	font-size: 1.4em;
}
div.separator {
    width: 100%;
    margin-top: 5em;
    margin-bottom: 0.25em;
    padding: 0;
    border-bottom: none;  /* border-bottom: 1px dotted #000; */
    font-size: 0.5em;
    line-height: 25%;
}


