*{
	margin:0px;
	padding:0px;
}
body {
	background-color: #34A383;
}
#contenedor_macro{
	width:100%;
	height:100%;
	background-image: url(../imagenes/bg.jpg);
	margin: 0px;
	background-repeat: repeat-x;
	padding-top:1px;
}
#contenedor {
	width: 800px;
	margin: auto;
	height:600px;
}
