﻿body 
{
    font-family:Arial;
    font-size:10pt;
    text-align:left;
}

.titulo 
{
    text-align : center;
    font-size:16pt;
    font-family:Arial;
    font-variant: small-caps;
    letter-spacing: 4px;
    font-weight:500;
}

.texto
{
    text-align:left;
    text-indent:15pt;
    font-size:10pt;
    width:95%;
    font-family:  Arial
}

h2 { text-align:center }
h3 { text-align:center }
h4 { text-indent: 35pt }

.fondo
{ background-image: url(imagenes/fondo.gif); background-repeat: no-repeat }
    
a.texto
{
   text-decoration:none;
   color:Maroon;
}

.celdaprinc
{
  background-color:#dddddd;
  color:#333333;
  font-size:10pt;
  text-align:left;
  width:130px;
  text-indent:5px;
}

.celdasec
{
  background-color:white;
  color:black;
  font-size:10pt; 
  font-weight:600;
  text-align:left;
  text-indent:5px;
}

.desplegable
{
    width:60px;
    font-size:10px;
}
