@charset "UTF-8";
body {
	background-color: #FFFFFF;
}
#contenedor {
	float: none;
	height: 885px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(images/header.png);
	height: 72px;
	width: 1164px;
	float: left;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 36px;
}
#texto {
	height: 275px;
	width: 1200px;
	font-family: "Arial Narrow";
	padding-top: 25px;
	float: left;
}
#footer {
	background-color: #FFFFFF;
	height: 22px;
	width: 1164px;
	float: left;
	padding-left: 36px;
	padding-top: 24px;
	padding-bottom: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3069b3;
}
#barra {
	background-color: #3069b3;
	height: 35px;
	width: 1200px;
	text-align: center;
	vertical-align: middle;
	font-family: "Letter Gothic Std Bold";
	float: left;
}
#foto {
	height: 360px;
	width: 1200px;
	float: left;
}
