/*----------------------------------------------------------------------
' HOJA DE ESTILOS PARA SAMSUNG F330 - AMARAL - NELSON MANDELA
' ARCHIVO: estilos.css
' DESCRIPCION: Hoja de estilos de estructura y contenido
' @AUTOR: (C) ANTONIO ANDUJAR GONZALEZ
' @VERSION 1.0
' @EMPRESA IDEUP! MAYO-2008
-----------------------------------------------------------------------*/

/* elementos generales */

* { border:0;padding:0;margin:0;line-height:inherit;font-weight:inherit;list-style:none; }

body { margin:0;padding:10px;width:480px;background:#000 url(../img/fondo_bases.jpg) no-repeat fixed;color:#fff;font:normal 11px/16px Arial, Helvetica, sans-serif; }

p { margin:0 0 10px; }

.bold { font:bold 16px/16px Arial, Helvetica, sans-serif;margin:20px 0 10px; }

