body {
	background: #FFFFFF; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 80px;
	margin-left: 0;
}
#container {
	width: 906px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container #mainContent {
	border: 1px solid #A1A0A5;
	height: 590px;
}
#container #mainContent #navbar {
	height: 35px;
	background-color: #00235D;
	width: 890px;
}
#container #logo p #logoImage {
	text-align: right;
}
#container #logo p #englishImage {
	text-align: left;
}
#container #mainContent table tr td #texts ul {
	margin: 0px;
	padding-left: 17px;
	font-size: 13px;
}
#container #logo {
	margin-right: 8px;
}
#container #logo p {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#mainContent {
	padding: 8px;
}
#container #mainContent #texts {
	vertical-align: top;
	margin: 0px;
	padding-right: 55px;
	padding-left: 55px;
	display: inline-block;
}
#container #mainContent #texts h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #A1742E;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}
#container #mainContent #texts h2 {
	font-size: 18px;
	color: #A1742E;
	margin-top: 15px;
	margin-bottom: 4px;
}
#container #mainContent #texts p {
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 7px;
	color: #333;
}
#flechas {
	position:relative;
	top: -22px;
	float: right;
}
#container #mainContent #contacto {
	color: #FFF;
	line-height: 25px;
	background-color: 010101;
}
#container #mainContent table tr td #logoGrande {
	margin-top: 225px;
}
#container #mainContent #texts a {
	color: #00235d;
	text-decoration: none;
}
#container #mainContent #texts a:hover {
	color: #A1742E;
	text-decoration: none;
}
