@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/fondo-pagina-web_03.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #A7292F;
}
#contenedor {
	height: 910px;
	width: 637px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#contenedor #banner {
	height: 146px;
	width: 637px;
	position: absolute;
	top: 0px;
}
#contenedor #botonera {
	height: 44px;
	width: 637px;
	position: absolute;
	top: 146px;
}
#contenedor #banner_grande {
	height: 170px;
	width: 637px;
	position: absolute;
	top: 190px;
}
#contenedor #fondo {
	height: 550px;
	width: 637px;
	position: absolute;
	bottom: 0px;
	background-image: url(images/nosotros.png);
}
#contenedor #fondo #foto {
	height: 470px;
	width: 234px;
	position: absolute;
	top: 76px;
	left: 5px;
}
#contenedor #fondo #texto {
	height: 480px;
	width: 400px;
	position: absolute;
	top: 62px;
	right: 3px;
}
