/*****************************************************
Estilos generales 
31-01-2011
******************************************************/

@page  { 
    size: auto;
    margin: 25mm 25mm 25mm 25mm;  
} 

#BrowserPrintDefaults{
	display:none;
} 

html {
    margin: 0px 0px 20px 0px; 
    overflow-x: hidden;
    }
body {
	top: 0px !important;
    margin: 0;
    font-family: Georgia,"Times New Roman",Arial,serif;
    background: #ffffff;

    }
a, .tesauro, #side_toc b {
	text-decoration: none;
    color: #907C4B;
    font-weight: bold;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
		 -o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;

    }
:link:focus, :visited:focus {
	-moz-outline: none;
} 

.div1 a[href]:not(.notelink)::after {
    content: " (" attr(href) ")";
  }

a sup {
	font-weight: 12px;
	vertical-align: top; 
	position: relative; 
	top: -0.5em;
}

.concept strong,
.place strong,
.date strong,
.person strong {
	font-weight: inherit;
	color: #000000;
}

p, li {
	text-align: justify;
}

hr {
	visibility: hidden;
	}
.figure_wrapper {
    width: 100%;
	text-align: center;
}
td.tdAuthor .figure_wrapper,
td.tdAuthorSecondary .figure_wrapper {
	width: auto;
	float: right;
	margin-left: 40px;
}
td.tdAuthor .figure_wrapper {
	margin-right: 15px;
}
td.tdAuthor ul li a,
td.tdAuthorSecondary ul li a {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img.figure {
	padding: 6px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	max-width: 690px;
}
span.title {
	font-style: italic;
	text-align: center;
	display: block;
}

.two-columns {
	columns: 2;
}

/*****************************************************
Contenedor principal
31-01-2011
******************************************************/

div#main {
	display: table;
	width: 100%;
	min-height: 500px;
    background-color: #ffffff;
    }

/*****************************************************
Contenedor principal
22-02-2012
******************************************************/

.div1 {
	
	margin-top: 100px;
	margin-bottom: 50px;
	text-align: justify;
}

.div1 h3 {
	margin-bottom: 50px;
	text-transform: none;
}

/*****************************************************
Cabecera
31-01-2011
******************************************************/

div#header {
    background: transparent;
    height: 251px;
    }
div#header h1 {
    font-family: Georgia,"Times New Roman",serif;
    font-size: 30px;
    padding: 35px 20px 100px 100px;
    height: 39px;
    margin-top: 10px;
    text-align: center;
    color: #000000;
	}
	
#center_col h3 {
	font-size: 24px;
	text-align: center;
}

h3:first-letter{
  text-transform: capitalize
}

#titulo_obra,
#center_col h4 {
	text-align: center;
	text-transform: none;
	font-size: 20px;
	padding-top:30px;
}


/*****************************************************
Barra de navegación principal
01-02-2011
******************************************************/

h5,
#main_top,
#logo,
div#tabs,
div#subtabs,
div#breadcrumb,
div#subheader {
    display: none !important;
	}




/*****************************************************
Contenedor del contenido de la página
31-01-2011
******************************************************/

div#content {
    margin-top: 0px;
    padding: 0;
}


/*****************************************************
Cuerpo principal de la página
Tres columnas
31-01-2011
******************************************************/

div#center_col {
    margin-left: 10%;
    width: 80%;
    position: relative;
	}

/*****************************************************
Cuerpo principal de la página:
Dos columnas
01-02-2011
******************************************************/

div#main_col, 
div#index_main_col,
div#col {
	position: relative;
    margin-left: 25px;
    float: left;
    background-color: #ffffff;
	text-align: left;
	}
div#main_col {
    width: 58%;
	}
div#main-col h2 {
	margin-right: 100px;
}

/*****************************************************
Textos: Texto
01-02-2011
******************************************************/

h1, h3, h4,
.div1, 
.text_container,
.footnotes {
	display: block !important;
}



/*****************************************************
Notas al pie
22-12-2011
******************************************************/
div.footnotes {	
	/*border-top: #fff 2px solid;*/
	font-size: 14px;
	font-family: arial, helvetica;
	line-height: 18px;
	margin: 0px 0px 0px 40px;
}
div.footnotes p strong,
div.footnotes a strong {
	font-weight: normal;
}

#note1 {
	border-top: #fff 2px solid;
	margin-top: 10px;
	padding-top: 20px;
}
#note1::before {
	display: block;
	position: relative;
	content: "________________________________";
	color: #000000;
	left: -25px;
	top: 0px;
	width: 100%;
	height: 50px;
}
a.note-number {
	vertical-align: baseline;
	font-size: 80%;
	position: relative;
	top: -0.4em;
}

#text_desc {
	font-size: 16px;
	padding: 20px;
}


div.lexicon_entry p.new_window_link {
    font-family: serif;
}

.help_note {
  font-size: small;
  font-weight: bold;
  text-align: center;
  display: block;
}

.help_note:first-letter {
  text-transform: capitalize;
}
/* NAMED-ENTITY STUFF */

.list_element {
  margin-top: 4px;
  margin-bottom: 4px;
}
.linenumber {
  font-size: small;
}

div.embeddedtext {
  padding: 0px;
  background-color: #eeeeee;
}

/* for grammar sections */
a.permalink {
    text-decoration: none;
    color: black;
	}
div.la,
div.en,
div.nl,
div.es, 
div.cast, 
div.text_container,
.serif {
    padding: 0px;
    font-family: Georgia,"Times New Roman",serif;
	margin-top: 10px;
}
div.primary div.la,
div.primary div.en,
div.primary div.nl,
div.primary div.es, 
div.primary div.cast {
	background: none;
}

div.text_container {
	padding: 0px 10px 20px 10px;
}
#right_col div.text_container,
#right_col div.text, 
#right_col div.embeddedtext {
	background: none !important;
	margin: 0px;
}

div.text {
	line-height: 24px;	
	margin:top: 10px;
    padding: 10px;
}
div.text p {
	line-height: 24px;	

}
#side_col div.text,#right_col div.text p  {
	line-height: 18px;	
	background: none;
	padding: 0px;
}

span.foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 15px 0 15px 0;
}
#main_col p img, #main_col blockquote {
	padding: 6px;
	background: #efefef;
	border: 1px solid #3A75c4;
	vertical-align: middle;
}


div#search_top,
div#main_top,
div#header_nav,
div#left_col,
div#right_col,
div#toc,
div#navbar_wrapper,
div#text_nav,
div#breadcrumb,
div#footer,
p.help_note,
div#footer_nav img,
div#text_footer,
div.rights_info,
div.pdf {
    display: none !important;
}

div#main {
    border: blue solid 0px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    position: absolute;
}

/*h1 {
    font-size: 14px;
}*/
a {
    text-decoration: none;
    color: #000000;
}

div#text_col {
    position: absolute;
    top: 0;
    left: 0;
    width: 42%;
    border-right: 2px solid black;
    padding-right: 4%;
}

div#text_col a {
    text-decoration: none;
}

div#text_col hr {
    visibility: hidden;
}

div.rbox div.header {
    display: none;
}

div.rbox hr {
    display: none;
}

div#search {
    display: none;
}

div#disppref {
    display: none;
}

div#cits {
    display: none;
}
div#text_footer,
div.rights_info {
	font-size: 11px !important;	
}
div.ui-accordion-content {
    display: block !important
}

.div1 table {
	border-collapse: collapse;
	width: 90%;
	margin: 30px 5%;
}
.div1 td, .div1 th {
  border: 1px solid #666;
}
	
.div1 td {
	padding: 10px;
	font-size: 12px;
	vertical-align: top;
} 
