﻿/* CSS Document */
html, body {
	margin:0;
	padding:0;
	background-image:url("../img/fondo_header.gif"/*tpa=http://www.construccionverde.com/img/fondo_header.gif*/);
	background-repeat:repeat-x;
	height:100%;
}
div#global {
	height:100%;
	width:800px;
	position:absolute;
	left:50%;
	margin-left:-380px;
}
div#header {
margin-bottom:15px;
}
div.column {
	float:left;
}
div#left{
	width:120px;
	padding-right:10px;
}
div#center{
	width:430px;
	padding-left:10px;
	padding-right:10px;
}
div#right{
	width:170px;
	margin-left:10px;
}
