/* © 2009, David Parcerisa */ 
/* Codi CSS (http://www.davidparcerisa.es) */

/* reseteando el browser */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content: ""; }
abbr,acronym { border:0; }

/* fijando el tamaño de la letra a 10px */
html {font-size: 62.5%;}

/* tamaños de letra estandar */
p, a { font: normal normal 1.2em/1.5em Verdana, Helvetica, Arial, sans-serif; text-decoration:none;}
a:hover {text-decoration:none;}
h1 {font-size: 2em;}
h3 {font-size: 1.2em;}

/* handlers utiles */
.left {float: left;}
.right {float: right;}
img .left { border:2px solid #aaaaaa; margin: 0 10px 0 0;}
img .right { border:2px solid #aaaaaa; margin: 0 0 0 10px; padding: 1px;}

/* inicio especificos */
body { background: #f18e00 url('../images/bg/bg.gif') no-repeat; }

div#contenidor { width: 693px; position: absolute; left: 50%; top: 50%; margin-top: -343px; margin-left: -346px; height: 686px;}



