/***
Portos de Galicia
Plantilla base

versión 0.1 : <cvazquez@clorocomunicacion.com>
***/

div#page {
	width: 100%;
	height: 100%;
	background-color: #71cef5;
	/*background-color: #92cdf3;*/
	text-align: center; /* Forma IE de centrar */
}

div#headSpace {
	height: 160px;
	width: 100%;
	background-color: #fff;
}

div#head {
	height: 130px;
	width: 780px;
	margin: 0 auto;
	background-image: url("../resources/img/headbg.png");
	background-position: center center;
	background-repeat: no-repeat;
}

div#headspacer {
	position: relative;
	height: 32px;
	width: 780px;
	background-image: url("../resources/img/headspacer.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	z-index: 1000;
}

div#leftSpace {
	position: relative;
	top: -32px;
	right: 440px;
	margin: 0 auto;
	width: 100px;
	height: 32px;
	background-image: url("../resources/img/leftspace.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

div#centerSpace {
	margin: 0 auto;  /* Forma correcta de centrar */
	margin-top: -64px;
	width: 780px;
	z-index: 1;
}

div#rightSpace {
	position: relative;
	margin: 0 auto; /* Hacemos que este centrado tanto en IE como en Mozilla */
	top: -64px;
	left: 440px;
	width: 100%;
	height: 32px;
	background-image: url("../resources/img/rightspace.gif");
	background-position: top left;
	background-repeat: x-repeat;
}

div#foot {
	position: relative;
	top: auto;
	bottom: 0;
	height: 75px;
	width: 780px;
	margin: 0 auto;
	background-image: url("../resources/img/footbg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}

/***
 División en columnas
***/

div.leftColumn {
	float: left;
	clear: left;
	width: 565px;
	text-align: left;
	margin: 0;
	padding: 0;
}

div.rightColumn {
	float: right;
	clear: right;
	width: 215px;
	margin: 0;
	padding: 0;
}

/***
 Espaciadores
***/

div.lineBreak {
	clear: both;
	display: block;
	width: 100%;
	height: 1%;
}

/***
 Pequeños toques de diseño
 ***/

 div#leftSpace {
	 /*background-color: #ff0000;*/
 }

 div#centerSpace {
	 background-color: #fff;
 }

 div#rightSpace {
	 /*background-color: #0000ff;*/
 }

 body {
	 margin: 0;
	 padding: 0;
	 min-width: 1024px;
 }

