/*Estilos de caracter*/
span.italica {
	font-style : italic;
}
span.negrita {
	font-weight : bold;
}
span.negritaitalica {
	font-style : italic;
	font-weight : bold;
}
span.versalitas {
	font-size : 108%;
	font-variant : small-caps;
}
span.subrayado {
	text-decoration : underline;
}

/*Legales*/
p.legal {
	font-size : 95%;
	margin : 0% 0% 0% 2%;
}
p.legalsaltodeparrafo {
	font-size : 95%;
	margin : 0% 0% 2% 2%;
}
p.legalautor {
	font-size : 95%;
	margin : 0% 0% 0% 0%;
}



/*Portadilla*/
p.titulolibro {
	font-size : 180%;
	text-align : center;
	margin : 20% 0% 8% 0%;
}
p.autorlibro {
	font-size : 145%;
	text-align : center;
	margin : 0% 0% 8% 0%;
}
p.bajadaportadilla {
	font-size : 140%;
	text-align : center;
	margin : 0% 0% 8% 0%;
}


/*Textos generales*/

p.textosinsangria {
	font-size : 95%;
	margin : 0% 0% 0% 0%;
}
p.textoconsangria {
	font-size : 95%;
	text-indent : 4%;	
	margin : 0% 0% 0% 0%;
}
p.textosinsangria1er {
	font-size : 95%;
	margin : 10% 0% 0% 0%;
}
p.textosinsangriaesparriba {
	font-size : 95%;
	margin : 4% 0% 0% 0%;
}
p.textoconsangria1er {
	font-size : 95%;
	text-indent : 4%;	
	margin : 8% 0% 0% 0%;
}
p.epigrafesinespacio {
	font-size : 85%;
	text-align : center;
	margin : 0% 0% 0% 0%;
}
p.epigrafeconespacio {
	font-size : 85%;
	text-align : center;
	margin : 0% 0% 5% 0%;
}

/*Textos corridos*/

p.textocentrado {
	font-size : 88%;
	text-align : center;
	margin : 0% 0% 0% 0%;
}
p.textocentradoespacio {
	font-size : 88%;
	text-align : center;
	margin : 0% 0% 4% 0%;
}
p.textomarginado {
	font-size : 88%;
	margin : 0% 0% 0% 4%;
}
p.textomarginadoespacio {
	font-size : 88%;
	margin : 0% 0% 4% 4%;
}
p.textomarginadodoble6 {
	font-size : 88%;
	margin : 0% 6% 0% 6%;
}
p.textomarginadodoble6espacio {
	font-size : 88%;
	margin : 0% 6% 4% 6%;
}
p.textomarginadodoble8 {
	font-size : 88%;
	margin : 0% 8% 0% 6%;
}
p.textomarginadodoble8espacio {
	font-size : 88%;
	margin : 0% 8% 4% 6%;
}
p.textosinsangriaespacio {
	font-size : 95%;
	margin : 0% 0% 4% 0%;
}
p.textoconsangriaespacio {
	font-size : 95%;
	text-indent : 4%;	
	margin : 0% 0% 4% 0%;
}

/*Jerarquias*/
p.nombrecapitulo {
	font-size : 160%;
	margin : 20% 0% 0% 0%;
}
p.nombrecapitulocentrado {
	font-size : 160%;
	text-align : center;
	margin : 20% 0% 0% 0%;
}
p.titulo {
	font-size : 150%;
	margin : 10% 0% 6% 0%;
}
p.titulocentrado {
	font-size : 150%;
	text-align : center;
	margin : 10% 0% 6% 0%;
}
p.subtitulo {
	font-size : 140%;
	margin : 12% 0% 5% 0%;
}
p.subtitulocentrado {
	font-size : 140%;
	text-align : center;
	margin : 8% 0% 5% 0%;
}
p.subtitulo2 {
	font-size : 120%;
	margin : 5% 0% 3% 0%;
}
p.subtitulo2centrado {
	font-size : 120%;
	text-align : center;
	margin : 5% 0% 3% 0%;
}
p.nombreautor {
	font-size : 140%;
	margin : 3% 0% 0% 0%;
}
p.nombreautorcentrado {
	font-size : 140%;
	text-align : center;
	margin : 3% 0% 0% 0%;
}
p.nombreautorderecha {
	font-size : 100%;
	text-align : right;
	margin : 3% 0% 0% 0%;
}
p.textomarginadonegativo {
	text-indent : -2%;	
	margin : 0% 0% 0% 6%;
}
p.textomarginadonegativoespacio {
	text-indent : -2%;	
	margin : 0% 0% 4% 6%;
}
p.textoderecha {
	font-size : 95%;
	text-align : right;
	margin : 0% 0% 0% 0%;
}


/*Frases*/
p.cita {
	font-size : 95%;
	text-align : right;
	margin : 3% 0% 0% 0%;
}
p.citasinespacio {
	font-size : 95%;
	text-align : right;
	margin : 0% 0% 0% 0%;
}

p.autorcita {
	font-size : 95%;
	text-align : right;
	margin : 0% 0% 0% 0%;
}

/*Notas al pie*/
p.nota1er {
	font-size : 80%;
	margin : 10% 0% 1% 0%;
}
p.nota {
	font-size : 80%;
	margin : 0% 0% 1% 0%;
}

/*Bibliografia*/
p.biblio {
	font-size : 95%;
	text-indent : -4%;	
	margin : 0% 0% 0% 4%;
}

/*Tablas*/
table.tablalegales {
	border-collapse : collapse;
	border-width : 1px;
	border-style : solid;
	margin-top : 2%;
	margin-bottom : 15%;
}
td.celdalegales {
	border-width : 1px;
	border-style : solid;
	padding : 2%;
}

table.tabla {
	border-collapse : collapse;
	width : 100%;
	border-width : 1px;
	border-style : solid;
	margin-top : 5%;
	margin-bottom : 5%;
}
td.celda {
	border-width : 1px;
	border-style : solid;
	padding : 2%;
}
td.celdatitulo {
	border-width : 1px;
	border-style : solid;
	padding-top : 3%;
	padding-bottom : 3%;
	padding-left : 2%;
	padding-right : 2%;
}

/*Agregados*/
p.textosinsangriaEspME {
	font-size : 95%;
	margin : 0% 0% 4% 0%;
}
p.textoderechaEspME1er {
	font-size : 95%;
	text-align : right;
	margin : 23% 0% 4% 0%;
}
p.textoderechaEspME {
	font-size : 95%;
	text-align : right;
	margin : 0% 0% 4% 0%;
}
p.AutorderechaEspMA83 {
	font-size : 83%;
	text-align : right;
	margin : 0% 0% 9% 0%;
}
p.tituloderecha165 {
	font-size : 165%;
	text-align : right;
	margin : 23% 0% 0% 0%;
}
p.textoconsangriaEspME {
	font-size : 95%;
	text-indent : 4%;
	margin : 0% 0% 4% 0%;
}
p.nrocapitulo105 {
	font-size : 105%;
	text-align : right;
	margin : 23% 0% 4% 0%;
}
p.titulocapitulo165 {
	font-size : 165%;
	text-align : right;
	margin : 5% 0% 15% 0%;
}
p.titulocapitulocentrado165 {
	font-size : 165%;
	text-align : center;
	margin : 23% 0% 15% 0%;
}
p.textomarginado83EspME {
	font-size : 88%;
	margin : 0% 4% 4% 4%;
}
p.versosmarginadosEspME {
	font-size : 88%;
	text-indent : -4%;
	margin : 0% 4% 4% 8%;
}
p.versosmarginadosmayoresEspME {
	font-size : 88%;
	text-indent : -4%;
	margin : 0% 4% 4% 25%;
}
p.versosmarginados {
	font-size : 88%;
	text-indent : -4%;
	margin : 0% 4% 0% 8%;
}
p.Citasinespacio83 {
	font-size : 95%;
	text-align : right;
	margin : 0% 0% 0% 4%;
}
p.Citasinespacio83a95Esp {
	font-size : 95%;
	text-align : right;
	margin : 0% 0% 2.5% 4%;
}
p.CitaEspMenor83 {
	font-size : 88%;
	text-align : right;
	margin : 0% 0% 2.5% 9%;
}
p.textomarginado83 {
	font-size : 88%;
	text-indent : 0%;
	margin : 0% 4%;
}
p.textoconsangriaEspMA {
	font-size : 95%;
	text-indent : 4%;
	margin : 0% 0% 9% 0%;
}
p.txtnumeracion {
	font-size : 95%;
	text-indent : -4%;
	margin : 0% 0% 0% 13%;
}
p.txtnumeracionEspME {
	font-size : 95%;
	text-indent : -4%;
	margin : 0% 0% 4% 13%;
}
p.txtnumeracionLeftMenor {
	font-size : 95%;
	text-indent : -4%;
	margin : 0% 0% 0% 8%;
}
p.txtnumeracionLeftMenorEspME {
	font-size : 95%;
	text-indent : -4%;
	margin : 0% 0% 4% 8%;
}
p.nrocapituloIzq105EspMA {
	font-size : 105%;
	text-indent : 0%;
	margin : 23% 0% 9% 0%;
}
p.textosinsangria1erEspME {
	font-size : 95%;
	text-indent : 0%;
	margin : 10% 0% 4% 0%;
}
p.versosmayorIndent83 {
	font-size : 88%;
	text-indent : 0%;
	margin : 0% 0% 0% 23%;
}
p.versosmayorIndentEspME83 {
	font-size : 88%;
	text-indent : 0%;
	margin : 0% 0% 4% 23%;
}
p.versosmayorIndent1er83 {
	font-size : 88%;
	text-indent : 0%;
	margin : 8% 0% 0% 23%;
}
p.epigrafeconespacioMEnor {
	font-size : 83%;
	text-align : center;
	margin : 0% 0% 1.6% 0%;
}
p.Items95 {
	font-size : 95%;
	text-indent : -2%;
	margin : 0% 0% 0% 8%;
}
p.textoItems95 {
	font-size : 95%;
	text-indent : 0%;
	margin : 0% 0% 0% 8%;
}
p.Items95EspME {
	font-size : 95%;
	text-indent : -2%;
	margin : 0% 0% 4% 8%;
}
p.textomarginado83EspMA {
	font-size : 88%;
	text-indent : 0%;
	margin : 0% 4% 9% 4%;
}
p.textomarginadoMA83EspME {
	font-size : 88%;
	text-indent : 0%;
	margin : 0% 15% 4% 15%;
}
p.MarginadoSinsangria95 {
	font-size : 95%;
	text-indent : -4%;
	margin : 0% 0% 0% 4%;
}
p.Dialogo95 {
	font-size : 95%;
	text-indent : -13%;
	margin : 0% 0% 0% 13%;
}
p.textoDialogo95 {
	font-size : 95%;
	margin : 0% 0% 0% 13%;
}
p.textoDialogo95EspME {
	font-size : 95%;
	margin : 0% 0% 4% 13%;
}
p.Dialogo95EspME {
	font-size : 95%;
	text-indent : -13%;
	margin : 0% 0% 4% 13%;
}
p.MarginadoSinsangria95EspME {
	font-size : 95%;
	text-indent : -4%;
	margin : 0% 0% 4% 4%;
}
p.textomarginado83IndentEspME {
	font-size : 88%;
	text-indent : -2.5%;
	margin : 0% 4% 4% 4%;
}
p.versosmarginados1er {
	font-size : 88%;
	text-indent : -4%;
	margin : 8% 8% 0% 8%;
}
p.TituloIndice {
	font-size : 138%;
	text-align : center;
	margin : 18% 0% 10% 0%;
}
p.TXTIndice {
	font-size : 95%;
	margin : 0% 0% 1% 0%;
}
p.TXTIndice1er {
	font-size : 95%;
	margin : 8% 0% 1% 0%;
}
p.TXTIndicemarginado {
	font-size : 95%;
	margin : 0% 0% 1% 4%;
}
p.TXTIndicemarginadoEspacio {
	font-size : 95%;
	margin : 0% 0% 4% 4%;
}
a:link {
	text-decoration : none;
}

/*Imagenes*/
img.imagenes {
	max-width : 100%;
	margin : 4%;
}
img.imagenesEspME {
	max-width : 100%;
	margin : 4% 0% 8% 0%;
}
img.imagenesEpigrafes {
	max-width : 100%;
	margin : 0% 0% 1% 0%;
}
p.para-style-override-1 {
	text-align : center;
}




/* Toc Templates */

div.sgc-toc-title {
font-size: 130%;
font-weight: bold;
margin-bottom: 8%;
text-align: center;
}

div.sgc-toc-level-1 {
margin-left: 0%;
}

div.sgc-toc-level-2 {
margin-left: 3%;
}

div.sgc-toc-level-3 {
margin-left: 3%;
}

div.sgc-toc-level-4 {
margin-left: 3%;
}

div.sgc-toc-level-5 {
margin-left: 3%;
}

div.sgc-toc-level-6 {
margin-left: 3%;
}



      
      
      
