@charset "iso-8859-1";
/* CSS Document */

#visitas {
	color: #fff;
	text-align: center;
	float: right;
	margin: 227px 40% 0 0;
}

/* ---- Vertical centered layout -----*/
#hangercontent {  
	background: url(fondo_1_intro.jpg) repeat-x left 50%;
	overflow: visible; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%;
}

#casecontent { 
	background: url(fondo_2_intro.jpg) repeat-x left bottom;
	position: relative; 
	height: auto !important; 
	height: 50%; 
	min-height: 50%; 
	width: 100%; 
	top: 0; 
	left: 0; 
}

#propcontent { 
	position: relative; 
	width: 100%; 
	height: 225px; 
}

#seedcontent { 
	position: absolute; 
	top: 100%; 
	height: 10px; 
	width: 100%; 
	left: 0;
}

#wrapper-intro {
	background: #bad262 url(fondo_1_intro.jpg) repeat-x;
	margin: 0 auto;
  	height: 450px;
	width: 900px;
	overflow: hidden;
	float: none;
	position: relative;
	top: -485px;
}
