body{
	background-image: url(../../images/fondo.jpg);
	background-repeat: repeat-x;
	background-color: #EBEACA;
	margin:0px;
	padding:0px;
}
#master_container{
	width:980px;
	min-height:550px;
	margin-right:auto;
	margin-left:auto;
	background-image: url(../../images/fondo_master.jpg);
	background-repeat: repeat-y;
}

#top_container{
	width:980px;
	background-image: url(../../images/top.jpg);
	background-repeat: no-repeat;
}
#topimage{	
	height:105px;
}
#title_container{
	width:980px;
	height:260px;
}

#sx_container{
	background-color: #EBEACA;
	background-image: url(../../images/fondo_sx.jpg);
	background-repeat: repeat-y;
	min-height:500px;
	width:280px;
	overflow:hidden;
	float:left;	
	padding-bottom:3px;
}
#dx_container{
	background-color: #EBEACA;
	background-image: url(../../images/fondo_dx.jpg);
	background-repeat: repeat-y;
	min-height:500px;
	overflow:hidden;
	float:left;
	width:280px;
	padding-bottom:3px;
}
#center_container{
	background: #ffffff;
	min-height:500px;
	overflow:hidden;
	float:left;	
	width:420px;
}
#bot_container{
	clear:left;
	height:50px;
	width:980px;
	background-image: url(../../images/fondo_bot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#topmenu{
	position:relative;
	margin-top:-48px;
	margin-left:510px;	
}




