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

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

body {
	  margin: 5px 5px 5px 5px;
	  text-align :center;
	  background:#7f5700 url(img/background.jpg) repeat-x;
	  font-family:"Tahoma";
	  font-size:12px;	
}

#page {
	margin:0 auto 0 auto; 	  
	width:817px;
	height:auto;
	position:relative;
} 
/*header y sub header*/
#header{
	float:left;
	background:url(img/header_1.jpg) no-repeat center;
	width:817px;
	height:48px;
}
#top_menu{
	float:left;
	background:url(img/header_2.jpg) repeat-y center;
	width:817px;
	height:32px;
}
#banners{
	float:left;
	background:url(img/banners.jpg) no-repeat center;
	width:817px;
	height:232px;
}
	#banners_sombra{
		float:left;
		background:url(img/downbanner.jpg) no-repeat center;
		width:817px;
		height:14px;
	}

/* main , contenido , menu izquierdo */
#main{
	float:left;
	background:url(img/main.jpg) repeat-y center;
	width:817px;
	height:auto;
}
	#content_menu{		
		/*background:#000000;*/
		margin-left:0px;
		float:left;
		width:249px;
		height:auto;
	}

#contenido{
	float:right;
	/*background:#000000;*/
	margin-right:10px;
	width:548px;
	height:auto;
	text-align:left;
}
	#efec_content{
		float:right;
		/*background:url(img/2.jpg);*/
		width:170px;
		height:67px;
	}
	#ejemplates_content{
		background:url(img/imagen.jpg) no-repeat center;
		width:548px;
		height:161px;	
	}
	#album_content{
		background:url(img/imagen.jpg) no-repeat center;
		width:548px;
		height:161px;	
	}
	
#fin_cont{
	background:url(img/finmain.jpg) no-repeat;
	float:left;
	width:817px;
	height:13px;
}
#footer_cont{
	background:url(img/footer.jpg);
	background-repeat:repeat-x;
	float:left;
	width:817px;
	height:100px;
}
	.content_footer{
		margin-top:8px;
		float:none;
		width:800px;
		height:90px;
	}