#wrapperSite {
	width: 1168px;
	margin: 0 auto;
	padding-top: 60px;
	margin-top: 11px;
	background: url('../img/recomendacoesBanner_BG.jpg') top center no-repeat;
}

#left {
	float: left;
	width: 870px;
	margin-right: 30px;
}

#left .wrapperTop {
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #E2151A;
}

#left .wrapperTop .titleTop {
	width: 100%;
	color: #383D4B;
	text-transform: uppercase;
	font: 400 35px 'Aprex-New-Bold', sans-serif;
}

#left .wrapperTop .titleTop span {
	margin-top: -30px;
	display: block;
	color: #E2151A;
	text-transform: uppercase;
	font: 400 16px 'Aprex-New-Bold', sans-serif;
}

#noticias {
	width: 100%;
	float: left;
	margin-bottom: 40px;
	position: relative;
}

#noticias .arrows {
	top: 56px;
	width: 11px;
	height: 17px;
	cursor: pointer;
	position: absolute;
}
#noticias .arrows:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#noticias .navbar {
	float: right;
}

#noticias .navbar a {
	float: left;
	display: inline-block;
	padding: 0 3px;
	font: 700 14px 'PT-Sans', sans-serif;
	color: #3F4652;
}
#noticias .navbar #pagActual {
	float: left;
	display: inline-block;
	font: 700 19px 'PT-Sans', sans-serif;
	color: #999999;
	padding:0 3px;
	margin-top:-4px;
}
#noticias .navbar #pagActual span{
   color: #e2151a;
	display: inline-block;
	font:700 14px "PT-Sans",sans-serif;
	padding: 0 0 0 6px;
}

#noticias .navbar a:hover {
	color: #999999;
}

#noticias .navbar a:first-of-type,
#noticias .navbar a:last-of-type {
	padding: 0;
}

#noticias .navbar a:first-of-type:hover,
#noticias .navbar a:last-of-type:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#noticias .navbar a.setaInactiva:first-of-type:hover,
#noticias .navbar a.setaInactiva:last-of-type:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#noticias .navbar a span {
	color: #E2151A;
}

#noticias .navbar .leftArrow {
	margin-right: 10px;
}
#noticias .navbar .rightArrow {
	margin-left: 10px;
}
#noticias .arrowLeft {
	left: 0;
	background: url('../img/seta_Nav_News.png') left center;
}
#noticias .arrowRight {
	left: 18px;
	background: url('../img/seta_Nav_News.png') right center;
}

#noticias .setaInactiva,
#noticias .setaInactiva:hover{
	cursor:default;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#noticias ul {
	margin: 0;
	padding: 0;
	margin-top: 45px;
	list-style: none;
	position: relative;
	display:inline-block;
	width:100%;
}

#noticias ul li {
	float: left;
	width: 270px;
	margin-right: 30px;
	margin-bottom: 35px;
}

#noticias ul li .noticia {
    display: block;
    height: 380px;
}

#noticias ul li .noticia .info {
    display: inline-block;
    width: 100%;
}

#noticias ul li.noMargin {
	margin-right: 0;
}

#noticias ul li .img {
	width: 270px;

	overflow: hidden;
	position: relative;
}
#noticias ul li .img.comImg{
	height: 175px;
}
#noticias ul li .img.semImg{
	height: 25px;
}

#noticias ul li .img > a {
	display: block;
	float: left;
}
#noticias ul li .img img {
	width: 270px;
	height: 150px;
}

#noticias ul li .img .date {
	width: 270px;
	height: 25px;
	overflow: hidden;
}

#noticias ul li .img .date .calendar {
	height: 25px;
	width: 25px;
	float: left;
	background: #E2151A url('../img/calendarioNoticias.png') no-repeat center 5px;
}

#noticias ul li .img .date .date-day {
	width: 235px;
	float: left;
	color: #FFFFFF;
	padding-top: 4px;
	padding-left: 10px;
	height: 25px;
	font-size: 13px;
	text-transform: uppercase;
}

#noticias ul li .img .date .default {
	background: #373D4B;
}
#noticias ul li .img .date .special {
	background: #E2151A;
}

#noticias ul li .title {
	display: table-cell;
	font: 700 16px "PT-Sans",sans-serif;
	height: 45px;
	padding-top: 15px;
	vertical-align: middle;
	width: 100%;
}

#noticias ul li .text {
	margin-top: 15px;
	color: #949494;
	font: 400 13px 'PT-Sans', sans-serif;

}

#noticias ul li .text.textoComImg{
	height: 80px;
}
#noticias ul li .text.textoSemImg{
	height: 230px;
}

#noticias ul li .more {
	width: 253px;
	margin-top: 20px;
	display: block;
	padding: 5px 0;
	padding-left: 20px;
	color: #3F4652;
	text-transform: uppercase;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	background: url('../img/detalhe.png') no-repeat left center;
	font: 700 13px 'PT-Sans', sans-serif;
}

#noticias ul li .more:hover {
	background-color: #FAFAFA;
}

/* NOTICIAS DETALHES */

#gcaText {
	float: left;
	width: 870px;
	margin-top: 5px;
}
#gcaText img {
	max-width: 870px;
}
#gcaText #imgContainer{
	position:relative;
	display:block;
	float: left;
	width:870px;
	height: 384px;
}
#gcaText #imgContainer .img{
	position: relative;
	width:870px;
	height: 384px;
	z-index: 10;
}
#gcaText #imgContainer .img img{
	width:870px;
	height: 384px;
}
#gcaText .wrapperArrow {
	display: block;
	height: 384px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 50;
}

#gcaText .arrow {
	top: 53%;
	z-index: 3;
	width: 50px;
	height: 70px;
	cursor: pointer;
	margin-top: -35px;
	position: absolute;
}

#gcaText .arrow:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#gcaText .arrowLeft {
	left: 0;
	background: url('../img/seta_Banner_Left.png') no-repeat;
}

#gcaText .arrowRight {
	right: 0;
	background: url('../img/seta_Banner_Right.png') no-repeat;
}

#gcaText .date {
	width: 870px;
	height: 25px;
	overflow: hidden;
}

#gcaText .date .calendar {
	height: 25px;
	width: 25px;
	float: left;
	background: #E2151A url('../img/calendarioNoticias.png') no-repeat center 5px;
}

#gcaText .date .date-day {
	width: 835px;
	float: left;
	color: #FFFFFF;
	padding-top: 4px;
	padding-left: 10px;
	height: 21px;
	font-size: 13px;
	text-transform: uppercase;
}

#gcaText .date .default {
	background: #373D4B;
}
#gcaText .date .special {
	background: #E2151A;
}

#gcaText .title {
	float: left;
	width: 870px;
	margin-bottom: 20px;
	font: 700 24px 'PT-Sans', sans-serif;
}
#gcaText .text {
	float: left;
	width: 870px;
	color: #949494;
	margin-bottom: 20px;
	font: 400 13px 'PT-Sans', sans-serif;
}

#gcaText .links {
	float: left;
	width: 870px;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-bottom: 70px;
	text-transform: uppercase;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}

#gcaText .links a:hover {
	color: #999999;
}

#gcaText .links .prev,
#gcaText .links .next  {
	color: #515364;
	font-weight: 700;
}

#gcaText .links .prev span,
#gcaText .links .next span  {
	font-size: 16px
}

#gcaText .links .prev {
	float: left;
}
#gcaText .links .next {
	float: right;
}

#leya-localizacao {
	position: relative;
}

#leya-localizacao > a {
	display:block;
	margin:0 0 15px 0;
	padding:0 0 2px 10px;
	color:#333333;
	font: 700 13px/100% 'PT-Sans', sans-serif;
	background:transparent url('/img/ul-bullet.png') no-repeat center left;
}
#leya-localizacao > a.active,
#leya-localizacao > a:hover {
	color:#E2151A;
}

#leya-contactos {
	position:relative;
}
#leya-contactos > table {
	width:100%;
	font-size:14px;
	line-height:120%;
	color:#888888;
}
#leya-contactos > table tr > td {
	vertical-align:top;
	padding:7px 0;
	text-align:left;
}
#leya-contactos > table tr > td > img {
	margin-top:4px;
	margin-right:5px;
}
#leya-contactos > table tr > td[colspan="2"] {
	color:#E2151A;
	padding-top:0px;
}

#rightBook .col.temas ul li {
	margin-top: 15px;
	padding-left: 11px;
	font: 700 13px 'PT-Sans', sans-serif;
	background: url('../img/ul-bullet.png') no-repeat left center;
}

#right .col.temas ul li.menuActive > a{
	color: #e3141a;
}

#right .col.temas ul li a {
	color: #333333;
}

#right .col.temas ul li a:hover {
	color: #999999;
}

#right .col.temas ul li a span {
	color: #999999;
	text-transform: uppercase;
}

#right .col.temas ul li a:hover span {
	color: #CCCCCC;
}

#right .col.temas .titles {
	margin-bottom: 0;
}

#login {
	float: left;
	width: 830px;
	text-align: left;
}
#login .openImg {
	display: none;
}

#login > .title {
	cursor: pointer;
	line-height:100%;
	margin-bottom: 0;
	margin-top: 35px;
	width:600px;
}
#login > .title > span {
	margin-bottom:10px;
}

#login img {
	padding-left: 5px;
	display: inline-block;
}

#login .wrapperLogin {
	float: left;
	width: 750px;
	margin-top: 20px;
	padding: 40px;
	background-color: #EBEBED;
}
#login  .wrapperLogin .left {
	width: 280px;
	float: left;
	margin-right: 95px;
}
#login  .wrapperLogin .left .title {
	color: #333333;
	text-transform: uppercase;
	font: 700 21px 'PT-Sans', sans-serif;
}
#login .wrapperLogin .left .subtitle {
	color: #888888;
	padding-top: 3px;
	font: 400 13px 'PT-Sans', sans-serif;
}

#login .wrapperLogin .leyaTitle {
	color: #333333;
	margin-top: 25px;
	margin-bottom: 25px;
	font: 700 20px 'PT-Sans', sans-serif;
}

#login .wrapperLogin .left .inputText {
	color: #333333;
	margin-bottom: 5px;
	font: 700 13px 'PT-Sans', sans-serif;
}
#login .wrapperLogin .left .input {
	width: 229px;
	padding: 8px 3px;
	margin-bottom: 20px;
	outline-color: #CCCCCC;
	border: 1px solid #CCCCCC;
}
#login .wrapperLogin .left .submit {
	float: left;
	cursor: pointer;
	width: 125px;
	display: block;
	color: #FFFFFF;
	outline-color: #E2151A;
	background-color: #E2151A;
	text-transform: uppercase;
	text-align: center;
	padding: 9px 0;
	font: 700 13px 'PT-Sans', sans-serif;
	border: none;
}
#login .wrapperLogin .left .submit:hover {
	background-color: #EF3125;
}
#login .wrapperLogin .left a {
	color: #393D49;
	float: left;
	text-decoration: underline;
	margin-top: 20px;
	font: 400 14px 'PT-Sans', sans-serif;
}
#login .wrapperLogin .left a:hover {
	color: #999999;
}

#login .wrapperLogin .right{
	float: left;
	width: 375px;
}

#login .wrapperLogin .right .leyaTitle {
	margin-bottom: 15px;
}

#login .wrapperLogin .right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#login .wrapperLogin .right ul li {
	color: #89898B;
	margin-bottom: 10px;
	font: 400 13px 'PT-Sans', sans-serif;
	background: url('../img/loginBullet.png') no-repeat left center;
	padding-left: 20px;
}

#login .wrapperLogin .right a {
	margin-top: 10px;
	float: left;
	cursor: pointer;
	width: 160px;
	display: block;
	color: #FFFFFF;
	outline-color: #E2151A;
	background-color: #E2151A;
	text-transform: uppercase;
	text-align: center;
	padding: 9px 0;
	font: 700 13px 'PT-Sans', sans-serif;
	border: none;
}
#login .wrapperLogin .right a:hover {
	background-color: #EF3125;
}

#login .titleActive {
	color: #333333;
	font: 700 24px 'PT-Sans', sans-serif;
}

.erroLogin{
	display: block;
	font: 700 15px "PT-Sans",sans-serif;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}