@charset "utf-8";
/* Autor: Lucio Marquez // estudio@luciomarquez.com.ar // www.luciomarquez.com.ar */

* { margin: 0; padding: 0; list-style: none;}

img { border: 0;}

body {
	background: #fff url(../images/body/siteBack.png) 0 86px repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;}


/* Container */

#Container {margin: 0 auto;	width: 950px;}
	
/* Header */

#Header {float: left;width: 100%;}
	
	
/* Menu */

#Menu { float: left; width: 100%; }

/* Main */

#Main {float: left; margin-top: 15px; width: 100%;}

	
/* Content */

#Content { float: left; width: 100%; padding-top: 20px; position: relative; z-index: 1;}

.pinkSection { border-top: 5px solid #92117E; margin-top: -15px; }
.registrationSection { border: none;}
.blueSection { border-top: 5px solid #009DDF; margin-top: -15px;}
.yellowSection { border-top: 5px solid #AA801C; margin-top: -15px;}
.greenSection { border-top: 5px solid #008F36; margin-top: -15px;}

	.contentMain {
	 float: left;
	 width: 650px;
	 _width: 647px;}
	 
	.contentColumn {
	 float: right;
	 width: 300px;}
	 
/* Footer */

#Footer {
	float: left;
	_float: none; _display: block;
	padding: 30px 0;
	width: 100%;
	background: url(../images/body/footerBack.png) repeat-x;}

	
	
	
