#leftside {
	width: 650px;
}

.spotlight {
	height: 188px;
	width: 650px;
	background-repeat: no-repeat;
	background-image: url(../img/layout/spotlight.jpg);
}

.loginBox {
	margin-bottom: 5px;
	margin-top: 5px;
	background-repeat: no-repeat;
	background-image: url(../img/layout/loginBg.jpg);
	height: 21px;
	width: 650px;
}

.bodyCont {
	width: 650px;
	background-image: url(../img/layout/bodyBg.jpg);
	background-repeat: repeat-y;
}

.capa {
	padding-left: 15px;
	padding-top: 16px;
}

.materia1 {
	word-spacing: 2px;
	font-size: 9pt;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 16px;
}

.titulo {
	font-weight: bold;
	font-size: 9pt;
	color: #ff9933;
}

.titulo a:link {
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	color: #ff9933;
}

.titulo a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	color: #ff9933;
}

.titulo a:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 9pt;
	color: #333333;
}

.titulo a:active {
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	color: #ff9933;
}

.subtitulo {
	font-weight: bold;
	font-size: 8pt;
	color: #333333;
}

.smallSubtitulo {
	font-size: 8pt;
	color: #666666;
}

.mais2 a:link {
	text-decoration: none;
	color: #333333;
	font-size: 9pt;
	font-weight: bold;
}

.mais2 a:visited {
	text-decoration: none;
	color: #333333;
	font-size: 9pt;
	font-weight: bold;
}

.mais2 a:hover {
	text-decoration: underline;
	color: white;
	font-size: 9pt;
	font-weight: bold;
}

.mais2 a:active {
	text-decoration: none;
	color: #333333;
	font-size: 9pt;
	font-weight: bold;
}

.mais a:link {
	text-decoration: none;
	color: #ff9933;
	font-size: 9pt;
	font-weight: bold;
}

.mais a:visited {
	text-decoration: none;
	color: #ff9933;
	font-size: 9pt;
	font-weight: bold;
}

.mais a:hover {
	text-decoration: underline;
	color: #ff9933;
	font-size: 9pt;
	font-weight: bold;
}

.mais a:active {
	text-decoration: none;
	color: #ff9933;
	font-size: 9pt;
	font-weight: bold;
}

.newsletterBox {
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 15px;
}

.loginForm {
	padding-left: 200px;
}

.loginForm input {
	padding-left: 2px;
	top: 1px;
	position: relative;
	color: #333333;
	background-color: #99cc66;
	font-size: 8pt;
}

.loginBtn {
	font-weight: bold;
	height: 18px;
	width: 25px;
	top: 2px;
	position: relative;
	color: #333333;
	background-color: #99cc66;
	font-size: 8pt;
}

.outrasMaterias {
	padding-left: 15px;
}

.smallTitulo {
	color: #333333;
	font-weight: bold;
	font-size: 8pt;
}

.smallTitulo a:link {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 8pt;
}

.smallTitulo a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 8pt;
}

.smallTitulo a:hover {
	text-decoration: underline;
	color: black;
	font-weight: bold;
	font-size: 8pt;
}

.smallTitulo a:active {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 8pt;
}

.logged {
	font-size: 8pt;
	margin-bottom: 5px;
	margin-top: 5px;
	background-repeat: no-repeat;
	height: 21px;
	width: 650px;
	background-image: url(../img/layout/loggedBg.jpg);
}

.loggedText {
	padding-top: 4px;
	padding-left: 15px;
}

