@import url(http://fonts.googleapis.com/css?family=Economica:400,700);

* {
	margin: 0px;
	padding: 0px;
	font-family: 'Economica', sans-serif;
}

html {
	position: absolute;
	width: 100%;
	height: 100%;
}

body {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #F2F2F2;
}

#contenedor-web {
  width: 1024px;
  float: left;
  position: relative;
  left: 50%;
  margin-left: -512px;
  margin-right: 512px;
  margin-top: 35px;
}

img {
	border: 0px none;
}

.black {
	color: #000000;
}

.orange {
	color: #f05300;
}
