/* Estilos de cabeceras y pies de pagina de todas las obras */

 .noIndice {
 	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003366;
 }
 .esIndice {
 	text-align:center;
	color:#003366;
 }
 
 .letraPeq {
 	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
 }

 .centrado {
 	text-align:center;
 }
 
 .izquierda {
 	text-align:left;
 }

 table.center {
	margin-left:auto;
	margin-right:auto;
 }

/* FIN Estilos de cabeceras y pies de pagina de todas las obras */

a:link {
	color: #003366;
}

a:visited {
	color: #003366;
}

a:active {
	color: #003366;
}

body {
	color: Black;
	font-family: "Times New Roman", Times, serif;
/*	font-family: "Book Antiqua", "Bookman Old Style", "Times New Roman", Times, serif; */
}

h1.tit {
	font: bold italic 200%;
	text-align: center;
}

h1{
	font: bold 180%;
}

.h1{
	font: bold 180%;
}

h2 {
	font: bold 160%;
}

.h2{
	font: bold 160%;
}

h3 {
	font: bold 140%;
}

.h3{
	font: bold 140%;
}

h4 {
	font: bold 120%;
}

.h4{
	font: bold 120%;	
}

h5 {
	font: bold 110%;
}

.h5{
	font: bold 110%;	
}

h6 {
	font: bold 100%;
}

.h6{
	font: bold 100%;
}

p {
}

p.bibl-under-listBibl {
	color: Red;
	font-family: Arial;

	font-size: medium;
   text-align: justify;
   text-indent:30px;
}

p.links{
	color: Blue;
}

/* Titulo y autor de la obra que está dentro de la cabecera 
hay que modificarlo en la xsl, esta dentro de un td*/

.cabecera {
	font: medium Arial;
	color: #003366;
	font-size: small;
}

/* aqui nos definimos los diferentes colores
que se utilizan para el modo de visualizacion */

.color-speaker{
	color: Red;
}

.color-foreign{
	color: Green;
}

.color-quotation-embebido{
	color: #8888AA;
}

.color-bibl-embebido{
	color: #AA8888;
}

.color-item{
	color: #008800;
}

.color-list-head{
	color: #FF8800;
}

.foreign {
	font-style: italic;
}

.foreign-greek {
	font-family: Grenet,SPIonic,SGreek,Athenian,"Sgreek Medium","Sgreek Fixed";
	font-style:normal;
	text-align:left;
}

.griego1 {
	font-family: Grenet,SPIonic,SGreek,Athenian,"Sgreek Medium","Sgreek Fixed";
	font-style:normal;
}

/* COMIENZO CABECERA VISUALIZACIÓN */

/* aqui definimos la fuente del div de la cabecera de visualización */

/* parte div donde esta el copyright */

div.v {
	font: medium Verdana;
	color: Maroon;
	font-size: xx-small;
}

/* cabecera de la tabla de visualizacion */

td.v-cabecera {
	font: bold italic;
	font-family: Arial;
}

/* la primera columna de la tabla  Hasta aqui bien*/

td.v-parteizq {
	font-family: Arial;
}

/* titulo de la obra */

td.v-titulo {
	font-family: Arial;
	font: medium;
}

/* lenguajes usados  PREGUNTAR 2 FONT EN UN TD Y TB
CUANDO 2 COSAS SON LO MISMO, EL NOMBRE A PONER */

td.Arialr1 {
	font-family: Arial;
	font: x-small;
}

td.Arials1 {
	font-family: Arial;
	font: medium;
}

td.Arialr2 {
	font-family: Arial;
	font: xx-small;
}

span.lang{
	font: bolder x-small;
	font-family: Courier;
}
/* PREGUNTAR CDO COGE UN VALOR DE COLOR DE UN VALUE OF SELECT */

/* FIN CABECERA DE VISUALIZACION */

p.subtitulo {
	font: italic bold medium;
}

div.docImprint{
	font-size: 12px;
}

em.normal{
	font-weight: normal;
}

span.italicno{
	font-style: normal;
}

.normalweight{
	font-weight: normal;
}

.textoverline{
	text-decoration: overline;
}

span.Arialr2color{
	font-family: Arial;
	font: xx-small;
	color: #AAAAAA;
}

span.Arials2color{
	font-family: Arial;
	font:	large;
	color: Red;
}

span.red{
	color: Red;
}

span.Arialcolor{
	font-family: Arial;
	color: #FF9999;
}

/* estilos específicos de las cabeceras */

div.c {
	font: medium Verdana;
	color: Maroon;
	font-size: x-small;
}

div.aviso {
	font: medium Verdana;
	color: white;
	font-size: x-small;
}

td.cabecera {
	font: Arial;
	font-style: italic;
	font-weight: bold;
	color: Black;
}

td.titautor{
	font: medium Arial;
	font-size: xx-small;
	color: #003366;
}

/* fin estilos específicos de las cabeceras */

/* estilos específicos del índice */

td.titindice{
	color: #003366;
}

.indice{
	color: Blue;
}

/* fin estilos específicos del índice */
