﻿body 
{
    background-color: #E8F0F4;
    font-family: "Times New Roman", Times, serif;
    font-size: small;
    text-align: left;
}

.centrado
{
    text-align: center;
}

.izquierda
{
    text-align:left;
}

.derecha
{
    text-align:right;
}

.cabecera
{
    font-family: "Times New Roman";
    font-size:large;
}

.subtitulo_cabecera
{
    font-family: "Times New Roman";
    font-size: large;
    font-weight: bold;
}

.separador
{
    width:10px;  
}

.clausula_datos
{   
    font-size: small;
    text-align: justify;
}

.texto_formulario
{
    font-family: "Courier New", Courier, "espacio sencillo";
    font-size: small;
}

.texto_telefonos
{
    font-family: "Courier New", Courier, "espacio sencillo";
    font-size: small;
    text-align: right;
}

.texto_error
{
    font-family: verdana;
    font-size: x-small;
    font-weight: bold;
    color: #FF0000;
}

.preinscipcion_correcta
{
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #09A404;
}

.titulo_apartado
{
    font-family: Verdana;
    font-size: small;
    text-align: left;
    font-weight: bold;
     
}

.informacion_adicional
{
    font-family: Verdana;
    font-size: x-small;
    text-align:justify;
}

.texto_explicativo
{
    text-align: justify;
    font-family: Verdana;
    font-size: small;
}




