body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #530B0C;
	margin: 0px;
	font-size: 11px;
	color: #530B0C;
	vertical-align: bottom;
	padding: 0px;
}

.izq{
	background-image: url(../images/bg-izq.gif);
	background-repeat: repeat-y;
	background-position: right bottom;
	background-color: #530B0C;
}
.der{
	background-image: url(../images/bg-der.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	background-color: #530B0C;
}
.botonera {
	vertical-align: bottom;
	bottom: 0px;
}

.central{
	background-image: url(../images/bg-central.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 150px;
	background-color: #E7E7D7;
	margin: 0px;
	padding: 0px;
}
.contenedor {
	height: 100%;
}
.bgderecha {
	background: url(../images/bg-der.gif) repeat-y left bottom;
}
.bgIzquierda {
	background: url(../images/bg-izq.gif) repeat-y right bottom;
}
.bgCentro {
	background: #E7E7D7 url(../images/bg-central.gif) no-repeat center bottom;
	margin: 0px;
	padding: 0px;
}
