/*
 *	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; }
/*
 *	LINKS
 */
a img { border: 0; }
a { color: #535353; text-decoration: none; }
a:hover { text-decoration: underline; }
/*
 *	LISTAS
 */
ul.flechas { margin: 0; padding: 0; list-style: none; }
ul.flechas li { margin: 0; padding: 0 0 0 10px; background: url(../images/flecha_der.gif) 0 3px no-repeat; }

.clear {clear: both;}
#nota_contacto	{ margin: 20px 0 30px 0; width: 320px; font-style: italic; color: #AAA; }