/* para resetear todas las propiedades*/
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:10px; }
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:0px;
	bottom: 0px;
}
address { font-style:normal }
/*fin del reseteo*/
body {
	background-image: url(fondoweb.jpg);
	background-repeat:repeat-x;
	background-color:#F9C148;
}
#general {
	width:1000px;
	margin:0 auto;
	border:10px solid #fff;
	background-color:#ffffff;
}