/*
 *	CENTRAR
 */
body { margin: 0; padding: 0; background: #FFF; text-align: center; }
#todo { position: relative; width: 760px; margin: 0 auto; text-align: left; background: url(../images/fondo.gif); }
/*
 *	TIPOGRAFÍA
 */
body, td, h1, button { font: 10px Verdana, Arial, Helvetica, sans-serif; color: #535353; }
h1 { margin: 0; padding: 0; }
td { vertical-align: top; }
select, input, textarea { font: 9px Verdana, Arial, Helvetica, sans-serif; background: #FFF; color: #535353; }
button { cursor: pointer; }
button:hover { cursor: hand; }
/*
 *	LINKS
 */
a img { border: 0; }
a { color: #535353; text-decoration: none; }
a:hover { text-decoration: underline; }

