/* CSS Document */

div#contenidoprincipal {
	margin: auto;
	width: 997px;
	text-align: center;
	background-color: #FFF;
	background-image: url(../../../imagenes/fondo/fondo-general.jpg);
	background-repeat:  repeat-y;
}

.separador {
	height: 10px;
}

div#ajuste-inferior {
	clear: both;
	width: 940px;
	height: 10px;
	background-color: #FFF;
}