body {
 background: #666666;
 }
.cabecera {
 background-image: url("imagenes/cabecera.jpg");
 background-repeat: no-repeat;
 background-position: left top;
 }
.pie {
 background-image: url("imagenes/pie.jpg");
 background-repeat: no-repeat;
 background-position: left center;
 font-size: 10px;
 color: #cccccc;
 font-family: arial; 
 text-align: center;
 }
.contenido {
 background-image: url("imagenes/contenido.jpg");
 background-repeat: repeat;
 background-position: left center;
 }
.barra_sup {
 height: 1;
 color: #ffcc00;
 width: 99%;
 }
  
td {
 font-size: 12px;
 color: #cccccc;
 font-family: arial;
 }
.td_borde {
 border-style: solid;
 border-width: 1px;
 border-color: #ffcc00;
 padding-left: 5;
 }
 
p {
 font-size: 12px;
 color: #cccccc; 
 font-family: arial;
 }

.titulo {
 font-size: 16px;
 color: #ffcc11; 
 font-family: arial;
 font-weight: bold;
 }
 
 a:link {
 color: #880000;
 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:#ffcc00;
 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;
 }

.titulo {
 font-weight: bold;
 font-size: 16;
 }

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