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


body {
	margin-left:10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f3f3f3;
	color:#FFF;
	
}
body#home{
	background-image:url(images/coloresfondo.gif);
	background-repeat: repeat;
	}
div#container{
	width:980px;
	padding: 20px, 20px 10px, 20px;
	background-color:#FFFFFF;
	}

div#navigation{
	width: 200px
	}
div#content {
}
div#footer{
}

