/* layout template - estudio izus */

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background:url(../bg-body.gif) top left repeat-y #FFFFFF;
}

#container{
	position:relative;
	background:url(../bg-container.gif) top left no-repeat;
	width:760px;
}

body#inicio #container{
	background:url(../bg-container-alt.gif) top left no-repeat;
}

#header {
	position:relative;
	height:160px;	
}

#content {
	overflow: hidden; /* dreamweaver display fix*/
	width:690px;
	margin-left:70px;
}

	#primary-content {
		width: 460px;		
		float:left;
	}

		#primary-content .col1{
			float: left;	
			width: 224px;
		}
	
		#primary-content .col2{
			float: right;	
			width: 224px;
		}

	#secondary-content {
		width: 210px;
		float: right;	
	}

#footer {
	background: url(../bg-footer.gif) no-repeat right bottom;
}

.hidden {
    display: none; 
    visibility: hidden;
}

/*Float containers fix */ 
.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
    clear: both; 
    visibility: hidden;
}
