/*==============================================
CSS Document
Copyright www.alsacett.com
==============================================*/
html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans serif;
	font-size: 11px;
	line-height: 110%;
	background: #fff url(../images/bg_body.jpg) center top repeat-x;
}

.clear {
	clear: both;
}
a img {
	border: 0;
	border: none;
}

.preload {
	position: absolute;
	display: none;
	visibility: hidden;
}

/*======================= HEADER =======================*/
.contener-header {
	background: url(../images/bg_header.jpg) center top no-repeat;
}
.header {
	position: relative;
	width: 960px;
	height: 224px;
	margin: 0 auto;
}
	.header .logo {
		position: absolute;
		left: 0;
		bottom: 0;
	}

/*======================= Content =======================*/
.main {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}
	.left-col {
		width: 200px;
		padding: 0 20px 0 0;
		float: left;
	}
	*html .left-col { /* IE6 */
		padding: 0 17px 0 0;
	}
	.content-col {
		width: 500px;
		float: left;
	}
	.right-col {
		width: 225px;
		padding: 0 0 0 15px;
		float: left;
	}
	
/*=========================================
CF content.css
===========================================*/
