@charset "utf-8";
/* CSS Document */	
html,body,div,p,h1,h2,h3,h4,ol,ul,li,span,dl,dd,dt,img,br,a,form { margin:0; padding:0; border:0;}
html,body{
	width:100%;
	height:100%;
	font-family:verdana;
	font-size:12px;
	line-height:18px;
	text-align:justify;
	background:#555;
	background:url(/css/img/laterales.jpg) repeat-x top;
}
p { padding:8px 0; } 
	
/***************   Layout   ********************/

#page{

	width:910px;
	margin:0 auto;
	min-height:100%;
}
* html #page{ height:100%; }/* Simula min-height para IE6 */

#header { }

.cleaner { clear:both;width:100%;height:46px; }

#footer {
	position:relative;
	
	clear:both;
	
	width:910px;
	height:46px;/* height + padding vertical = margin */
	margin:-46px auto 0 auto;
	font-size:10px;
}