/*--------------------- BODY ---------------------*/
body {
	font-family:Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;
	background-color: #FFF;
	color: #000;
	font-size: 70%;
	background-repeat:repeat;
    margin:0 auto;
	background-image:url(../img/comun/bg_body.gif);
	background-repeat:repeat-x;
	/* NOTA: 70% equivale a un tama&ntilde;o de fuente de 11px. Entender&iacute;amos que esto ser&iacute;a 1em. */
}

/*--------------------- HTML ---------------------*/
/* (CC) 2004 Tantek Celik. Some Rights Reserved. http://creativecommons.org/licenses/by/2.0 This style sheet portion is licensed under a Creative Commons License. */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0}
a img,:link img,:visited img { border:none }
ul,ol { list-style:none }

h1{
	margin:0em;
	padding:0em;
}

