/* Mexico 2009 */
* {
  margin: 0;
  padding: 0;
}

html {
  background-color: white;
  overflow: scroll;  
}

body {
	font-family: trebuchet ms, verdana, arial, tahoma, sans-serif;
	color: #666;
	background-color: white;
	line-height: 180%;
}

a {
  color: red;
}

h2 {
  font-size: 140%;
  letter-spacing: 0.5em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 120%;
  margin-bottom: 0.5em;
}

p, blockquote  {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.2em;
  text-align: justify;
}

ul, ol {
  margin-left: 1em;
  margin-bottom: 0.5em;
}

a:link, a:visited {
  color: red;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img, object, embed {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.imgCaption {
  text-align: center;
  font-weight: bold;
}

.selectedlanguage {
  font-weight: bold;
}

.selectedmenu {
  font-weight: bold;
}


/*** Set the page width ***/
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 85%;
	margin: 0 auto;
}


/*** Select language and main menu ***/
#wrapper-menu-top {
	background: white url('bg02-white-left.png') no-repeat left top;
}

#menu-top {
	background: transparent url('bg02-white-right.png') no-repeat right top;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

#selectlanguage {
  margin-left: 20px;
  margin-bottom: 10px;
}

#menu {
  margin-left: 20px;
}

#menu ul {
	list-style: none;
	font-size: 85%;
}

#menu li {
	display: inline;
	margin-right: 10px;
	padding: 10px 0 10px 4px;
	background: url('menuleft.png') no-repeat left top;
	line-height: 1.2em;
}

#menu a {
	background: transparent url('menuright.png') no-repeat right top;
	margin: 0;
	padding: 10px 12px 10px 12px;
}

#menu li:hover {
  background-position: 0% -42px;
}

#menu a:hover {
  background-position: 100% -42px;
}


/*** Header: h1 and image ***/
#wrapper-header {
	background: transparent url('bg.png') top center repeat-x;
}

#header {
	background: #2F8D2F url('sierranegra-picodeorizaba.jpg') no-repeat center top;
}

#wrapper-header2 {
	background: transparent url('bg02-blue-left.png') top left no-repeat;
}

#wrapper-header3 {
	background: transparent url('bg02-blue-right.png') top right no-repeat;
}

#header h1 {
	margin: 0 20px;
	padding: 0;
	height: 192px;
	line-height: 2em;
	color: white;
	font-size: 160%;
}


/*** Content ***/
#wrapper-content {
	background: white url('bg02-white-left.png') no-repeat left top;
}

#content {
	background: transparent url('bg02-white-right.png') no-repeat right top;
	padding: 5px 245px 5px 40px;
}


/*** Submenu ***/
#wrapper-menu-page {
	float: right;
	width:180px;
	margin: 20px 30px 3em 2em;
	background: transparent url('menu.png') no-repeat;
	text-align: center;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

/*
* html #wrapper-menu-page { margin-right: 15px; }
*/

#menu-page { padding-top: 5px; }

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}


/*** Footer ***/
#wrapper-footer {
	margin-top: 1em;
}

#footer {
	text-align: center;
	margin: 0 20px;
	background-color: #bce8bc;
	border: 1px solid green;
	border-bottom: 0;
	clear: both;
}