﻿body
{
    font-family:Arial;
	background-color: #C5D512;
	text-align:justify
}

span.cabecera
{
	border-color: #FFFFFF;
	width: 99%;
}

span.titulo_1
{
	color: #040400;
	font-weight: bold;
	font-size:20pt;
}

span.titulo_2
{
	color: #040400;
	font-size:12pt;
}

span.titulo_pagina
{
    font-family:Arial;
    font-size:14pt;
    font-weight:bold;
}

span.subtitulo_pagina
{
    font-family:Arial;
    font-size:12pt;
    font-weight:bold;
}

a
{
    font-weight:bold;
    color:#517A08;
    font-size: 16pt;
}

a.texto_formulario_inscripcion
{
    font-weight:bold;
    color:#517A08;
    font-size: 12pt;
    text-decoration:none;
}


span.texto_formulario_inscripcion
{
    font-weight:bold;
    color:#517A08;
    font-size: 12pt;
}

span.titulo_leccion
{
    font-weight:bold;
    color:black;
    font-size: 14pt;
    width:100%;
    text-align:center;
}

span.tema_leccion
{
    font-weight:bold;
    color:black;
    font-size: 12pt;
    width:100%;
    text-align:center;
}

span.parrafo_leccion
{
    color:black;
    font-size: 12pt;
    text-align:justify;
    text-justify:newspaper;
}

td.titulolistado
{
    background-color:Red;
    font-weight:bold;
    color:white;
    font-size: 12pt;
    text-align:justify;
}

td.filalistado
{
    color:#303030;
    font-size: 12pt;
    text-align:justify;
}

table 
{
	text-align:justify;
}