/** Válido CSS 2.1 **/
body {
	padding: 0px;
	background: url(../img/layout/degradadov.jpg) repeat-x left top;
	margin: 0px;
}
#contenedorPagina {
	padding: 0px;
	margin: auto;
	width: 767px; 
}
#contenedorCabecera {
	background: url(../img/layout/fondo.gif) repeat-y left top
}
#contenedorPrincipal {
	padding: 0px 20px 0px 20px;
	background: url(../img/layout/fondo.gif) repeat-y left top; 
}
#contenedorPrincipal #fondo {
	background: url(../img/layout/fondo_principal.jpg) no-repeat left top
}
.slotPrincipal {
	float: left;
	width: 582px
}
#contenedorPrincipal .columnaDerecha {
	float: right;
	width: 145px
}
#contenedorPie {
	background: url(../img/layout/fondo.gif) repeat-y left top
}
#contenedorPie .bordeInf {
	background: url(../img/layout/borde_pie.gif) no-repeat left bottom
}
.slotPostPie {
	margin: 0px 4px
}

