/*
 *	CENTRAR
 */
body { margin: 0; padding: 0; background: #000; text-align: center; }
#todo { position: relative; width: 754px; margin: 0 auto; text-align: left; }
/*
 *	TIPOGRAFÍA
 */
body, td, button { font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #FFF; }
td { vertical-align: top; }
select, input, textarea { font: 10px Verdana, Arial, Helvetica, sans-serif; background: #FFF; color: #666; }
.esplicacion {font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #D7D7D7; }
/*
 *	LINKS
 */
a img { border: 0; }
a { color: #da0001; font: 10px Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; }
a:hover { text-decoration: underline; }

/*
 *	PAGINA
 */
h1 { width: 754px; margin-top: 30px; padding-top: 0; font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #AAA;  border-bottom: 6px solid #da0001; }
p { padding: 0 20px; }
ul { list-style: square; }
.nocorte { margin-top: 20px;}
.corte { border-top: 1px solid #da0001; margin-top: 30px;}
.tipo { padding: 2px 0 4px 6px; display: block; font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #FFF; background: #da0001; }
.tipito { padding: 15px 0 15px 6px; display: block; font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #FFF; background: #000; }
.objeto { padding: 6px; border: 1px solid #000; background: #333; font: bold 10px Tahoma, Arial, Helvetica, sans-serif;}
#listado a { padding: 2px 0 4px 13px; font: bold 10px Tahoma, Arial, Helvetica, sans-serif; color: #808080; text-decoration: none; display: block; background: url(../images/flecha.gif) 0 -2px no-repeat; }
#listado a:hover { color: #FFF; text-decoration: none; background: url(../images/flecha2.gif) 0 -2px no-repeat; }

.fs9 { font-size: 9px; }

.sincss { display: none; }