/* CSS Document */

div#contenedor-medio {
	margin: auto;
	width: 100%;
	height: auto;
	background-image: url(../../../imagesfiles/general/fondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #50559F;
	padding-top: 50px;
}

div#contenedor-principal {
	margin: auto;
	width: 1000px;
	height: auto;
	background-color: #50559F;
}

div#contenedor-final-principal {
	margin: auto;
	width: 1000px;
	height: 70px;
	background-image: url(../../../imagesfiles/general/pie-principal.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

div#contenedor-menus {
	margin: auto;
	width: 100%;
	height: 34px;
	background-image: url(../../../imagesfiles/general/fondo-2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}

div#menu-principal {
	margin: auto;
	width: 980px;
	height: auto;
	text-align: center;
}