body {
 background: #000000;
 }
.cabecera {
 background-image: url("imagenes/logo.gif");
 background-repeat: no-repeat;
 background-position: center center;
 height: 300;
 }
td {
 font-size: 12;
 color: #ffffff;
 font-family: arial;
 }
p {
 font-size: 12;
 color: #ffffff; 
 font-family: arial;
 }
 a:link {
 color: #0080ff;
 text-decoration: none;
 font-weight: bold; 
 }
a:visited {
 color: #ff8000;
 text-decoration: none;
 font-weight: bold; 
 }
a:active {
 color: #ff0000;
 text-decoration: none;
 font-weight: bold; 
 }
a:hover {
 color:#000000;
 background-color:#f8e358;
 font-weight: bold; 
 }
.lateral {
 border-top-width: 0;
 border-bottom-width: 0;
 border-left-width: 0;
 border-right-width: 1;   
 border-style: dotted;
 border-color: #ffffff;
 }
.contenido {
 padding-left: 5;
 }
.titulo {
 font-weight: bold;
 font-size: 16;
 }

.subtitulo {
 font-weight: bold;
 font-size: 14;
 color: #8080ff;
 }