/*
	Empresa: Digital Marketing
	Sitio web: www.digitalmarketing.cl 
	Sitio : pins.cl
	Autor :  Team digitalmarketing.cl

	Browser: Firefox 2.7+ , Zafari , Chrome ,  "Opera"
*/

body {
	  margin: 5px 5px 5px 5px;
	  text-align :center;
	  background:#fff;
	  font-family:"Tahoma";
	  font-size:12px;	
}

#page {
	margin:0 auto 0 auto; 	  
	width:780px;
	height:auto;
	position:relative;
} 

#flash_content{
	width:780px;
	height:160px;
	float:left;
}

#topmenu_content{
	background:url(img/fondo_menu.png) repeat-x;
	width:780px;
	height:45px;
	float:left;	
	text-align:left;
}
	#supmenu_content{
		text-align:left;
		width:775px;
		height:43px;
	}

#main_content{
	float:left;
	width:780px;
	height:auto;
	text-align:center;
}
	#web_content{
		margin-left:3px;
		float:left;
		width:775px;
		height:auto;
		text-align:left;	
	}
	
#footer_content{
	float:left;
	width:780px;
	height:90px;
	background:#fc8a10;
}
