/*--------------------- 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 }



/*--------------------- BODY ---------------------*/

body {

	font-family:Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;

	background-color: #FFF;

	color: #000;

	font-size: 70%;

	background-repeat:repeat-x;

    margin:0 auto;

	background-image:url(../img/es/bg_body.jpg);

	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. */

}

.subir {
	float: right;
	margin-right: 1em;
	margin-bottom: 1em;
	background-image:url(../img/all/subir.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:1em;
}

.clear {
	clear: both;
}
