body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

.mainBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: table;
	height: auto;
	width: 750px;
	border: 1px solid #000000;
}

.header {
	display: table;
	height: auto;
	width: 750px;
	font-size: 12px;
	color: #000000;
}
.logo {
	background-color: #FFFFFF;
	text-align: center;
	display: table-cell;
	float: left;
	height: 140px;
	width: 288px;
	padding-top: 60px;
}
.menuSection {
	color: #FFFFFF;
	background-color: #cccc00;
	display: block;
	float: right;
	width: 462px;
	height: 60px;
	padding-top: 140px;
}
.menu {
	display: block;
	height: 15px;
	width: 462px;
	padding-top: 25px;
	text-align: center;
	font-size: 12px;
	padding-bottom: 5px;
}
.menu a {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #A6A600;
}
.languageBar {
	color: #FFFFFF;
	background-color: #e0d21f;
	text-align: right;
	display: block;
	width: 451px;
	padding-right: 10px;
	font-size: 11px;
	height: 15px;
}
.languageBar a {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
.languageBar a:hover {
	color: #A6A600;
}
.mainContent {
	width: 750px;
	background-color: #fbba18;
	display: table-row;
	height: auto;
}
.flash {
	display: table-cell;
	float: left;
	height: auto;
	width: 288px;
}
.Content {
	background-color: #FFFFFF;
	display: block;
	padding: 20px;
	width: 422px;
	float: right;
	text-align: left;
	height: 360px;
	line-height: 20px;
	overflow: auto;
}
.Content strong {
	font-weight: bolder;
	color: #CCCC00;
}
.Content li {
	list-style-image: url(imagenes/bullet.jpg);
}
.Content a {
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
.Content a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 19px;
	font-weight: bolder;
	color: #C1D72F;
	display: block;
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E0D21F;
	padding-bottom:4px;
}
