body{
	background-image: url(../../images/fondo_home.jpg);
	background-repeat: repeat-x;
	background-color: #EBEACA;
	margin:0px;
	padding:0px;
}
#master_container{
	width:980px;
	min-height:450px;
	margin-right:auto;
	margin-left:auto;

}

#top_container{
	width:980px;
	background-image: url(../../images/top_home.jpg);
	background-repeat: no-repeat;
}
#topimage{	
	height:154px;
}
#title_container{
	width:980px;
	height:293px;
}
#middle_container{
	background-image: url(../../images/fondo_master_home.jpg);
	background-repeat: repeat-y;
	min-height:550px;
}
#content_container{
	width:980px;
	height:162px;
	background-image: url(../../images/fondo_home_center.jpg);
	background-repeat: no-repeat;
	margin-left:20px;
}

#sx_container{	
	width:340px;
	overflow:hidden;
	float:left;	
	margin-top:-30px;
	padding-bottom:0px;
	padding-left:0px;
	background-image: url(../../images/home_bot_sx.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	min-height:730px;
	
}
#dx_container{
	overflow:hidden;
	float:left;
	width:340px;
	margin-top:-30px;
	padding-bottom:0px;
	margin-left:0px;
	background-image: url(../../images/home_bot_dx.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	min-height:730px;
	position: relative

}
#center_container{
	overflow:hidden;
	float:left;	
	width:300px;
	margin-top:-30px;
	margin-left:0px;
	background-image: url(../../images/home_bot_center.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	min-height:730px;
	position: relative
	
}
#bot_container{
	clear:left;
	height:50px;
	width:980px;
	background-repeat: no-repeat;
	background-position: center top;
}
#topmenu{
	position:relative;
	margin-top:-88px;
	margin-left:510px;	
}




