.fondo_hoja {
	background-image: url(../img/fondos/fondo_hoja.jpg);
}
.crema {
	background-color: #F9F9F7;
}
.crema_clara {
	background-color: #F5F5F5;
}


.fondo_hoja_borde_izq {
	background-image: url(../img/bordes/sitio_izq.gif);
	width: 6px;
}
.fondo_encabezado {
	background-image: url(../img/fondos/fondo_encabezado.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 56px;
}

.fondo_hoja_borde_der {
	background-image: url(../img/bordes/sitio_der.gif);
	width: 6px;
}
.fondo_pie {

	background-image: url(../img/fondos/fondo_pie.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 59px;
}
.borde_sup {
	background-image: url(../img/bordes/sombra_sup.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.borde_inf {
	background-image: url(../img/bordes/sombra_inf.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.borde_izq {
	background-image: url(../img/bordes/sombra_izq.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.fondo_blanco {
	background-color: #FFFFFF;
}
.borde_der {

	background-image: url(../img/bordes/sombra_der.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.fondo_pie {
	background-image: url(../img/fondos/fondo_pie.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.fondo_head_home {
	background-image: url(../img/fondos/fondo_head_home.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
