body {
	margin: 0px;
	font-family: tahoma;
	font-size: 11px;
	color: #808080;
	background-color: #FFFFFF;	
}

a {
	text-decoration: none;
	color: #808080;
}

#contenedor {
	width: 1024px;
	margin: auto;
}

#cabecera {
	width: 1024px;
	height: 116px;
	background-image: url(img/img_cabecera.png);
	position: relative;
}

#galeria {
	width: 1024px;
	height: 200px;
	overflow: hidden;
}

#contenido {
	width: 1024px;
	height: 450px;
	background-color: #FFFFFF; 
	position: relative;
}

#pie {
	width: 1024px;
	height: 60px;
	background-color: #F5871F; 
}

