﻿body {
}

div.titulo_cabecera
{
    color: #274B95;
    font-size: 28px;
    text-align: center;
}

div.titulo_superdestacado
{
    color: #274B95;
    font-size: 20px;
    text-align: center;
    text-decoration: line-though;
}

div.center_container_texto
{
    text-align: justify; }

div.container_texto
{
    margin :20px 20px 20px 20px;
    padding:5px 5px 5px 5px;
    border :0px solid gray;
    line-height:120%;
    text-align:left;
    width: 520px;}

p.texto_explicativo
{
    text-align: justify;
}

p.texteinvers
{
 width: 150px;   
 text-align:left;
 font-weight:bold;
 background: #274B95;
 border: 0px;
 color: White; }
 
 p.textecaixablava
{
 width: 150px;   
 text-align:left;
 font-weight:bold;
 background: #87ceeb;
 border: 1px;
 border-color:#87ceeb;
 color: #000000; }
 
 
    


