@charset "utf-8";
body {
	background-color: #023759;
	background-image: url(../images/cengageBGgradiant.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#Container {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Header {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/logo-cengage.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 92px;
}


#MenuTop {
	display: block;
	clear: both;
	font-size: 0.7em;
	color: #FFFFFF;
	float: left;
}
#MenuTop a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#MenuTop a:hover {
	text-decoration: underline;
}
#MainPlace {
	width: 990px;
	background-color: #FFFFFF;
	display: block;
	min-height: 100%;

}
#Buscador {
	float: right;
	width: 250px;
	height: 42px;
	padding-top: 10px;
	font-size: 0.75em;
	color: #666666;
}
#Buscador span {
	display: block;
	padding-top: 6px;
}
#Buscador a {
	color: #666666;
	text-decoration: underline;
}

#Region {
	width: 280px;
	float: right;
	font-size: 0.75em;
	color: #0099FF;
}
#Aligner {
	display: block;
	width: 990px;
	height: 20px;
	padding-top: 1em;
	margin-top: 5px;
}

#Region a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}


#Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
}
#Footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#Footer a:hover {
	font-weight: bold;
}
#clear {
	clear: both;
}
