@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../imagenes/bg.jpg);
	background-repeat:repeat-x;
	background-color:#091521;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 10px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
}

#content{
	background:url(../imagenes/bg_main.jpg) top #FFFFFF repeat-x;
	width:909px;
	min-height:500px;
	padding:30px;
}