@charset "utf-8";
/* CSS Document */

body {
	
	background-image:url(../images/bg_brown.jpg);

}

#tablaCentral{
	position:absolute;
	left: 50%;
	margin-left: -155px;
	width:310px;
	background:#FFF;
}


#contacto{
	background:url(../images/bg_08.png);
	width:310px;
	height:170px;
	display:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;	
}
#delivery{
	background:url(../images/bg_08.png);
	width:310px;
	height:390px;
	display:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;	
}


