﻿@charset "utf-8";
/* CSS Document */

/*- zerar estilo //////////////////////////////////////////////////////////// */

*{
	padding:0;
	margin:0;
	border:0;
}

img {
	border:0;
}
/*- zerar estilos ----------------------------------------------------------- */

/*- Global -///////////////////////////////////////////////////////////////// */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}

body {
	margin: 0px 0px 0px 0px;;
	font: normal 11px/14px Arial, sans-serif;
	color: #000;
	background: #FFFFFF url(bg.png) top center no-repeat;
	-webkit-overflow-scrolling: touch;
}

a:link {
	text-decoration: none;
	color: #000;
	outline: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
	outline: none;
}
a:active {
	text-decoration: none;
	color: #000;
	outline: none;
}

a img {
	border:0;
}

@font-face {
	font-family: 'Dekar';
	src: url('../fonts/dekar-webfont.eot');
	src: url('../fonts/dekar-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/dekar-webfont.woff') format('woff'),
	url('../fonts/dekar-webfont.ttf') format('truetype'),
	url('../fonts/dekar-webfont.svg#DekarRegular') format('svg');
	font-weight: normal;
	font-style: normal;

}

/*- Global ------------------------------------------------------------------ */

/* Topo do Site */

.header {
        border-bottom: 1px solid #CCC;
        display: block;
        height: 60px;
        z-index: 2;
        background: #1e73be url(bg.png) top center no-repeat;
        width: 100%;
}

.header h1.logo {
	position:absolute;
	top:10px;
	left:20px;
}

.header h1.logo a {
	background:url(logo.png) no-repeat;
    width: 130px;
    height: 36px;
	text-decoration:none;
	display:block;
}

.header span.menu {
	float: right;
	margin-right: 20px;
	position: relative;
	top: 10px;
}

.header span.menu a,
.header span.busca a {
	display:block;
	border:1px solid #666;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-decoration:none;
}

.header span.menu a:link,
.header span.menu a:visited {
	font-family:Dekar, Arial;
	font-size:20px;
	text-transform:uppercase;
	padding:10px 25px 10px 10px;
	background:url(bg_menu-new.png) no-repeat right top;
	color:#333;
	display:block;
}

.header span.menu a:hover,
.header span.menu a:active {
	background:#f2f2f2 url(bg_menu-new.png) no-repeat right bottom;
}

.header span.busca {
	float: right;
	margin-right: 2px;
	position: relative;
	top: 10px;
}

.header span.busca a:link,
.header span.busca a:visited {
	padding:10px 15px;
	width:20px;
	background:url(lupa.png) no-repeat center center;
}

.header span.busca a:hover,
.header span.busca a:active {
	background:#f2f2f2 url(/lupa.png) no-repeat center center;
}

.header span.busca a,
.header span.busca input {
	float:left;
}

/* Header Single */

.header-single {
	border-bottom: 1px solid #CCC;
	display: block;
	height: 60px;
	position: fixed;
	z-index: 3;
	background: #1e73be url(bg.png) top center no-repeat;
	width: 100%;
}

.header-single h1.logo {
	position:absolute;
	top:10px;
	left:20px;
}

.header-single h1.logo a {
	background:url(logo_old.png) no-repeat;
	width:140px;
	height:39px;
	text-decoration:none;
	display:block;
}

.header-single span.menu {
    float: right;
    margin-right: 5px;
    position: relative;
    top: 10px;
}

.header-single span.btn-social-share {
    float: right;
    margin-right: 15px;
    position: relative;
    top: 10px;
}

.header-single span.menu a,
.header-single span.busca a,
.header-singe span.btn-social-share a {
	display:block;	
	border:1px solid #666;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-decoration:none;
}

.btn-social-share {
	display: block;
	border: 1px solid #666;
	border-radius: 4px;
}

.header-single span.btn-social-share a:link,
.header-single span.btn-social-share a:visited {
	padding: 10px 24px 24px 12px;
	background:url(/bg_btn-menu.png) no-repeat center center;
	color:#333;
	display:block;
}

.header-single span.menu a:link,
.header-single span.menu a:visited {
	padding: 10px 24px 24px 12px;
	background:url(bg_menu-nav.png) no-repeat center center;
	color:#333;
	display:block;
}

.header-single span.btn-social-share a:hover,
.header-single span.btn-social-share a:active {
	background:#f2f2f2 url(bg_btn-menu.png) no-repeat center center;
}

.header-single span.menu a:hover,
.header-single span.menu a:active {
	background:#f2f2f2 url(bg_menu-nav.png) no-repeat center center;
}

.header-single span.busca {
    float: right;
    margin-right: 5px;
    position: relative;
    top: 10px;
}

.header-single span.busca a:link,
.header-single span.busca a:visited {
	padding: 10px 8px;
	width:20px;
	background:url(lupa.png) no-repeat center center;
}

.header-single span.busca a:hover,
.header-single span.busca a:active {
	background:#f2f2f2 url(lupa.png) no-repeat center center;
}

.header-single span.busca a,
.header-single span.busca input {
	float:left;
}

/* Menu de navagação */

.nav {
	display: none;
	position: relative;
	border-bottom: 1px solid #CCC;
	position: fixed;
        top: 60px;
        z-index: 99;
        width: 100%;
}

.nav ul {
	width:98%;
	padding:1%;
	background:#333;
}

.nav ul li {
	width:100%;
	list-style:none;
}

.nav ul li a:link,
.nav ul li a:visited {
	width:100%;
	border-bottom:1px solid #484848;
	font-family:Dekar, Arial;
	font-size:25px;
	color:#FFF;
	display:block;
	text-transform:uppercase;
	line-height:40px;
	padding:3px 0;
	text-decoration:none;
}

.nav ul li a:hover,
.nav ul li a:active {
	color:#CCC;
}

/* Conteudo */

.ui-page {
	min-width:320px;
}

.section {
	position: relative;
	float:left;
	width:100%;
}

.section .article {
        padding: 3px 0;
        margin: 0px 3%;
        border-bottom: 1px dotted #999;
        float: left;
        width: 94%;
        padding: 15px 0;
}

.section .article h2,
.single .materia h1 {
	font-size:24px;
	line-height:26px;
	font-family:Dekar, Arial;
	font-weight:normal;
}

.section .article h2 a:link,
.section .article h2 a:visited {
	text-decoration:none;
	color:#333;
}

.section .article h2 a:hover,
.section .article h2 a:active {
	text-decoration:none;
	color:#000;
}

.section .article span {
	float:left;
	width:70px;
	height:60px;
	margin-right:5px;
}

.section .article h3 {
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	padding:0;
	margin-bottom: 10px;
}

.section .article h3 a:link,
.section .article h3 a:visited {
	text-decoration:none;
	color:#333;
	font-size: 18px;
}

.section .article h3 a:hover,
.section .article h3 a:active {
	text-decoration:none;
	color:#000;
}

.section .article h4 {
	color:#FF2A0B;
	text-transform:uppercase;
	font-size:12px;
	line-height: 20px;
}

.footer {
	background:#333;
	float:left;
	position:relative;
	margin-top:15px;
	overflow:visible !important;
}

.footer .menu {
	background:#E7E7E7;
	position:relative;
}

.footer .menu span {
	position:absolute;
	left:5px;
	top:-8px;
}

.footer .menu ul {
	width:300px;
	position:relative;
	margin:0 auto;
	padding:3px 0px;
}

.footer .menu ul li {
	list-style:none;
	display:inline-block;
}

.footer .menu ul li a:link,
.footer .menu ul li a:visited {
	padding:10px 6px;
	display:block;
	color:#333;
	font-size:12px;
	font-weight:bold;
	text-shadow: 0 1px 0 #fff;
}

.footer .menu ul li a:hover,
.footer .menu ul li a:active {
	text-decoration:none;
	background:#CCC;
}
/*
.footer .editorias {
	width:94%;
	position:relative;
	background:#FFF;
	padding:20px 3%;
}

.footer .editorias select {
	border:1px solid #CCC;
	padding:2px;
	border-radius:4px;
	width:50%;
	color:#333;
	}*/

	.footer .versao {
		width:98%;
		position:relative;
		margin:1%;
		padding:20px 0;
		text-align:center;
		border-bottom:1px solid #999;
	}

	.footer .versao a:link,
	.footer .versao a:visited {
		color:#FFF;
		font-size:12px;
	}

	.footer .versao a:hover,
	.footer .versao a:active {
		color:#CCC;
		text-decoration:none;
	}

	.footer .logo {
		width:250px;
		position:relative;
		margin:0 auto;
		padding:20px 0;
	}

	.publicidade {
		float:left;
		width:100%;
		height:50px;
		margin:5px 0;
		background:#f2f2f2;
		text-align:center;
	}

	.single,
	.single .shared {
		width:100%;
		position:relative;
		float:left;
	}

	.single .editoria,
	.section .editoria,
	.single .editoria span,
	.section .editoria span {
		float:left;
		width:100%;
		background:#E7E7E7;
		margin-bottom:10px;
	}

	.single .editoria span,
	.section .editoria span {
		font-size:18px;
		color:#666;
		font-weight:bold;
		background:#FFF;
		display:block;
		padding:8px;
		margin:0;
		border-bottom:1px solid #999;
	}

	.single .editoria b,
	.section .editoria b {
		padding:12px 10px;
		font-family:Dekar, Arial;
		font-size:24px;
		line-height:26px;
		text-transform:uppercase;
		color:#333;
		display:block;
		border-left: 1px solid #999;
		margin-left:50px;
	}

	.single .editoria a,
	.section .editoria a {
		display:block;
		float:left;
		padding:14px 15px;
		margin:0 5px;
	}

	.single .shared,
	.single_movie .shared {
		padding:5px 0;
		float:left;
	}

	.shared span {
		float:left;
		display:block;
		padding-left:7px;
	}

	.shared span.facebook {
		width:110px;
		background: #0f0;
	}

	.shared span.twitter {
		width:80px;
	}

	.single .shared span.publicada {
		width:100px;
		font-size:10px;
		color:#999;
	}
	.single .materia .autor {
		color:#999;
		font-size:10px;
		margin:0 5px;
	}
	.shared span.facebook a:link,
	.shared span.facebook a:visited,
	.shared span.twitter a:link,
	.shared span.twitter a:visited {
		padding:5px 5px 5px 5px;
		text-transform:uppercase;
		color:#FFF;
		text-decoration:none;
		font-size:10px;
		display:block;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		text-align:center;
	}

	.shared span.facebook a:link,
	.shared span.facebook a:visited {
		background:#3B5998 url(icon_face.png) no-repeat 3px center;
	}

	.shared span.twitter a:link,
	.shared span.twitter a:visited {
		background:#0CB5EA  url(icon_twitter.png) no-repeat 3px center;
	}

	.single .materia,
	.single .materia .tags {
		position:relative;
		width:100%;
		float:left;
	}

	.single .materia h1 {
		padding:0 5px;
	}

	.single .materia h2 {
		padding:5px;
		color:#666;
		font-size:15px;
		font-weight:normal;
		border-bottom:1px solid #999;
		line-height:18px;
	}

	.single .materia .btn-galeria {
		width: 100%;
		height: 24px;
		padding: 3px 0px 0px 45px;
		color: #666;
		font-family: Arial;
		font-size: 12px;
		text-align: left;
		display: block;
		cursor: pointer;
		background: url(galeria.png) no-repeat;
	}

	.single .materia .materia-conteudo {
		padding:2%;
		width:96%;
		float:left;
		font-size:14px;
		line-height:16px;
	}
	.single .materia .materia-conteudo span.image {
		float:right;
		width:125px;
		height:100px;
		margin-left:5px;
		margin-bottom:5px;
		box-shadow:1px 1px 1px #999;
	}

	.single .materia .materia-conteudo p {
		color:#333;
		font-size:14px;
		line-height:18px;
		margin-bottom:10px;
	}

	.single .materia .tags {
		color:#FF2A0B;
		font-size:1.1em;
		margin:5px 0;
	}

	.single .materia .tags b {
		padding:0 5px;
		color:#333;
	}

	.single .comentarios {
		width:100%;
		position:relative;
		margin:0 auto;
		clear:both;
	}

	.single .comentarios a {
		font-size:14px;
		color:#333;
		width:280px;
		position:relative;
		margin:0 auto;
	}

	.single .comentarios #comentarios-content {
		float:left;
		width:100%;
		margin-top:10px;
		border-top:1px solid #CCC;
		border-bottom:1px solid #CCC;
	}

	.single .comentarios #comentarios-content div {
		background:#ebebeb;
		border-bottom:1px dotted #CCC;
		float:left;
		width:98%;
		padding:1%;
		color:#333;
	}

	.single .comentarios a:link,
	.single .comentarios a:visited {
	/*width:280px;
	color:#333;
	border:1px solid #333;
	display:block;
	text-align:center;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:10px 0;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;*/
}

/* Listagem Geral usando jQuery Mobile */

.select {
	width:100%;
	text-align:center;
	float:left;
	margin:20px 0;
}

.select .ui-btn-active {
	/*background: 			#FF3333 !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#FF3333)) !important; /* Saf4+, Chrome *
	background-image: -webkit-linear-gradient(top, #FF0000, #FF3333) !important; /* Chrome 10+, Saf5.1+ *
	background-image:    -moz-linear-gradient(top, #FF0000, #FF3333) !important; /* FF3.6 *
	background-image:     -ms-linear-gradient(top, #FF0000, #FF3333) !important; /* IE10 *
	background-image:      -o-linear-gradient(top, #FF0000, #FF3333) !important; /* Opera 11.10+ *
	background-image:         linear-gradient(top, #FF0000, #FF3333) !important;*/
	background: 			#EEE !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#F2F2F2)) !important; /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #F2F2F2, #EEE) !important; /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #F2F2F2, #EEE) !important; /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #F2F2F2, #EEE) !important; /* IE10 */
	background-image:      -o-linear-gradient(top, #F2F2F2, #EEE) !important; /* Opera 11.10+ */
	background-image:         linear-gradient(top, #F2F2F2, #EEE) !important;
	color:#333;
	text-shadow:0 -1px 1px #FFFFFF;
	border:1px solid #999;
}

.select .group .ui-select {
	width:auto;
}

.select .group .ui-select .ui-btn-inner {
	width:115px;
}

.select .group {
	margin:0 0 0 3px;
	position:relative;
	width:315px;
	left:50%;
	top:auto;
	margin-left:-157px;
}

.ui-controlgroup-horizontal,
.ui-controlgroup-horizontal a,
.ui-controlgroup-horizontal .ui-select {
	float:left;
}

.select .ui-controlgroup-horizontal .ui-btn {
	margin:0;
}

.ui-btn-corner-all {
	-moz-border-radius: .5em .5em .5em .5em !important;
}

.ui-listview-filter .ui-input-search {
	width:50% !important;
	position:relative;
	margin:5px auto 5px auto !important;
}

.ui-listview-filter {
	margin:0 0 15px !important;
}

.ui-li-count {
	margin-top: -12px !important;
	width:30px!important;
	margin-top:-10px;
	top:0!important;
}
.list {
	float:left;
	width:100%;
}

.list .ui-btn-icon-right .ui-icon {
	right: 0 !important;
}


.list ul {
	width:100%;
	padding:0;
	margin:0 !important;
}

.list ul li {
	padding: 15px;
}

.list ul li a {
	font-size:14px;
	line-height:18px;
	padding:0 25px 0 0 !important;
}

.list ul li h6 {
	font-size:11px;
	font-weight:normal;
	padding:0;
	margin:0;
	width:100%;
	clear:both;
}

.list ul li h3 {
	color:#FF2A0B;
	font-size:12px;
	margin:0;
	padding:0;
}

.list ul li span.gratis {
	position:absolute;
	left:0;
	top:0;
	width:31px;
	height:31px;
	display:block;
	margin-top:-8px;
	margin-left:-15px;
}

.list ul li span.gratis {
	background:url(selo_gratis.png) no-repeat center center;
}

.list ul li span.sessao {
	background:#CCC;
	display:block;
	float:left;
	padding:5px 6px;
	height:15px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	margin:3px 3px 3px 0;
	font-size:10px;
	font-weight:normal;
	text-shadow:1px 1px #999;
	color:#333;
}

.list ul li span.sessao i {
	display:block;
	float:left;
	padding:0 2px;
	font-style:normal;
}

.list .ui-btn-active {
	/*background:none !important;
	background-image:none !important;
	background: 			#FF3333 !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#FF3333)) !important; /* Saf4+, Chrome *
	background-image: -webkit-linear-gradient(top, #FF0000, #FF3333) !important; /* Chrome 10+, Saf5.1+ *
	background-image:    -moz-linear-gradient(top, #FF0000, #FF3333) !important; /* FF3.6 *
	background-image:     -ms-linear-gradient(top, #FF0000, #FF3333) !important; /* IE10 *
	background-image:      -o-linear-gradient(top, #FF0000, #FF3333) !important; /* Opera 11.10+ *
	background-image:         linear-gradient(top, #FF0000, #FF3333) !important;*/
	background: 			#EEE !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#F2F2F2)) !important; /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #F2F2F2, #EEE) !important; /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #F2F2F2, #EEE) !important; /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #F2F2F2, #EEE) !important; /* IE10 */
	background-image:      -o-linear-gradient(top, #F2F2F2, #EEE) !important; /* Opera 11.10+ */
	background-image:         linear-gradient(top, #F2F2F2, #EEE) !important;
	color:#333 !important;
	text-shadow:0 -1px 1px #FFFFFF !important;
	border:1px solid #999 !important;
}

.ui-btn-active a.ui-link-inherit {
	color:#2F3E46 !important;
}

.section div.h1 {
	float:left;
	width:96%;
	margin:2%;
	border-bottom:1px solid #DDD;
	padding:10px 0;/* aqui */
}

.section div.h1 h1 {
	font-size:18px;
	color:#333;
	float:left;
	padding:10px 0;
}

.section div.h1 span.map {
	float:right;
	width:30px;
	text-align:center;
}

.single_movie {
	float:left;
	width:100%;
}

.single_movie .movie,
.single_movie .sinopse {
	width:100%;
	padding:5px 0;
	float:left;
	position:relative;
	border-bottom:1px solid #999;
}

.single_movie .movie span {
	float:left;
	width:100px;
	max-height:150px;
	max-width:100px;
	margin:0 5px 0px 0;
	padding:1px;
	background:#eee;
	position:relative;
}

.single_movie .movie span a {
	position:absolute;
	right:-40px;
	bottom:4px;
	display:block;
	text-transform:uppercase;
	font-size:8px;
	color:#333;
}
.single_movie .movie a {
	color: #666666;
	font-size: 8px;
	text-transform: uppercase;
}
.single_movie .movie a img {
	margin-bottom:-5px;
}
.single_movie .movie h1 {
	font-family:Dekar, Arial;
	font-size:22px;
	line-height:26px;
	color:#333;
	font-weight:normal;
}

.single_movie .movie h2,
.single_movie .movie h6 {
	font-size:12px;
	line-height:16px;
	color:#666;
	font-weight:normal;
	margin-left:108px;
}

.single_movie .movie h6 {
	/*position:relative;
	bottom:0px;
	left:108px;	*/
}

.single_movie .sinopse h2 {
	border-bottom:1px solid #999;
	padding:10px 0;
}

.single_movie .sinopse h2 a,
.single_movie .sinopse h2.passando,
.single_movie .sinopse h2 {
	font-size:18px;
	font-family:Dekar, Arial;
	color:#333;
	text-transform:uppercase;
	background:url(bg_sinopse.png) no-repeat right bottom;
	widows:100%;
	height:17px;
	display:block;
	float:left;
	width:98%;
	padding:10px 2%;
}
.single_movie .sinopse h2 a {
	padding:0;
}
.single_movie .sinopse h2 {
	background:none;
}

.single_movie .sinopse .detalhes {
	padding:0px 0;
	display:none;
	float:left;
	width:100%;
	border-bottom:1px solid #999;
}

.single_movie .sinopse p {
	font-size:14px;
	color:#333;
	line-height:18px;
	float:left;
	width:98%;
	padding:1%;
}

.single_movie .sinopse h2.passando {
	font-size:22px;
	height:auto;
	color:#333;
	background:none;
	clear:both;
}

.single_movie .info {
	float:left;
	padding:10px;
}

.single_movie .info p {
	font-size:12px;
	color:#333;
	line-height:16px;
	margin-bottom:10px;
}

.single_movie .shared {
	float:left;
	width:68%;
	padding:1%;
}

.single_movie .rank {
	float:left;
	width:28%;
	padding:1%;
	text-align:center;
}

.single_movie .list .ui-btn-icon-right .ui-icon {
	display: none;
}

.section_busca,
.section_busca_resultado {
	float:left;
	width:98%;
	padding:1%;
	margin-bottom:20px;
}

.section_busca .ui-controlgroup {
	left: 50%;
	margin-bottom: 0 !important;
	margin-left: -50px !important;
	margin-right: auto !important;
	margin-top: 0 !important;
	position: relative;
	width: 100px;
}

.section_busca .ui-btn {
	width:100px;
	margin:0.5em auto;
	text-transform:uppercase;
}

.section_busca .ui-input-search .ui-input-clear {
	width:20px;
	margin:auto;
	margin-top:-14px;
	margin-right:5px;
}

/* Bordar para navegadores antigos */
.ui-shadow-inset {
	border:1px solid #eee;
}

.section_busca label {
	width:30px !important;
}

.section_busca .ui-input-search {
	width:240px !important;
	display:block;
	margin:0 auto;
}

.section_busca_resultado .detalhes {
	font-size:12px;
	line-height:16px;
	color:#333;
	padding:1%;
}

.section_busca_resultado .list ul li {
	padding: 7px 15px 7px 7px;
}

.section_busca_resultado .list ul li a {
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 0 0 !important;
	font-weight:normal;
}

.section_busca_resultado .ui-li .ui-btn-text a.ui-link-inherit {
	overflow:auto;
	white-space:normal;
	display:inline;
}

.section_busca_resultado .list .ui-icon {
	display:none;
}

.section_busca_resultado .group {
	width:300px;
	position:relative;
	left:50%;
	margin-left:-150px;
}

.section_busca_resultado .group span.text {
	display:block;
	float:left;
	width:135px;
	padding:10px 20px;
	text-align:center;
	font-size:14px;
	color:#333;
}

.div-mobile-image {
	margin:10px auto;
	width: 284px;
	position:relative;
	text-align:center;
}

.mobile-image {
	background:#f2f2f2;
	padding:2px;
	display: block;
	margin: 10px auto;
	padding: 2px;
	position: relative;
}
/* ALINHAMENTO IMAGENS */
.materia-conteudo table {
	margin: 10px auto;
	text-align: center;
}
.ui-input-search input.ui-input-text {
	color:#999
}
/* 404 */
.erro-404-bg-cor {
	background-color: #F0F0F0;
}
.error404 h1 {
	color: #000000;
	font: 25px/30px Dekar,Arial;
	margin-bottom: 10px;
	margin-top: 90px;
	text-align: center;
}
.error404 h2 {
	height: 60px;
	text-align: center;
}
.error404 h3 {
	color: red;
	font-size: 10px;
	margin-top: 35px;
	text-align: center;
}
.error404 h2 input {
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 2px #969696;
	-webkit-box-shadow: 0 0 2px #969696;
	-moz-box-shadow: 0 0 2px #969696;
	display: block;
	font-size: 16px;
	height: 20px;
	margin: 0 auto 20px;
	padding: 10px;
	width: 240px !important;
}
.error404 h2 a:link {
	background-color: #FF142D;
	text-decoration: none;
}
.error404 h2 a {
	background-color: #FF142D;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF!important;
	font-size: 16px;
	padding: 10px;
	text-align: center;
}
.error404 h3 a:link {
	color: red;
	text-decoration: none;
}



/*- Mapa Home /////////////////////////////////////////////////////////////// */

.destaque-mapa{
	/*float:left;*/
	margin:10px 10px 10px 10px;
	/*border-top: 15px solid #ebebeb;*/
	position: relative;
	width: 85%;
	margin: 0 auto;
}

.wf .mapaCanvas{
	width:100%;
}

.w1 .mapaCanvas{
	width:140px;
}

.w2 .mapaCanvas{
	width:300px;
}

.w3 .mapaCanvas{
	width:460px;
}

.w4 .mapaCanvas{
	width:620px;
}

.w5 .mapaCanvas{
	width: 780px;
}

.w6 .mapaCanvas{
	width:940px;
}

.h1 .mapaCanvas{
	height:140px;
}

.h2 .mapaCanvas{
	height:175px;
}

.h3 .mapaCanvas{
	height:335px;
}

.h4 .mapaCanvas{
	height:445px;
}

.h5 .mapaCanvas{
	height:655px;
}

.h6 .mapaCanvas{
	height:715px;
}

.destaque-mapa h2{ line-height:60px;}

.mapa-data {
	display: none;
}
/*- mapa Home --------------------------------------------------------------- */
.especial {
	background-color: #FFF;
	border-top: 2px solid #999;
	height: 51px;
	margin: 0 auto 1px;
	padding: 5px;
	text-align: center;
}
.especial .marca-fv {
	float: left;
	width:194px;
	height:51px;
}
.especial .marca-vivo {
	float: right;
	height: 51px;
	width: 60px;
}

/* Componente iSSA */
.container-W320 {
	width: 320px;
	margin: 0 auto;
	position: relative;
}
.container-W318 {
	width: 318px;
	margin: 0 auto;
	position: relative;
}
.container-W160 {
	width: 158px;
	margin: 1px;
	position: relative;
}
.section .foto {
	float: left;
	box-shadow: 0 1px 3px rgba(0,0,0,0.50);
	padding: 0 10px 10px 0px;
	margin-bottom: 15px;
	margin-top: 5px;
	border-radius: 5px;
	width: 315px;
	overflow: hidden;
	box-sizing: border-box;
}
.foto h2 {
	color: #FF142D;
	font-size: 14px;
	line-height: 18px;
	padding: 8px 3px;
	text-transform: uppercase;
	height: 15px;
}
.foto p {
	color: #333;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	padding: 3px;
	overflow: hidden;
}
.container-W160 h2 {
	top: 70px!important;
}
.container-W160 p {
	top: 89px!important;
}

/*---------  FAIXA DE NOTÍCIAS  -----------*/
.geral-faixa-de-noticias {
	border: 1px solid #ED1F24;
	width: 98%;
	height: 85px;
	position: relative;
	overflow: hidden;
	margin: 10px 2px 0px;
}
.faixa-de-noticias {
	position: relative;
	min-width: 320px;
}
.geral-chapeu {
	background:url('../imagens/chapeu.png') no-repeat #ED1F24;
	min-width: 100%;
	height: 35px;
	z-index: 2;
	position: relative;
	transition:width linear 240ms;
}
.faixa-de-noticias-item span div {
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 5px;
	width: 100%;
}
.faixa-de-noticias-title {
	color: #FFFFFF;
	float: left;
	font: normal 18px/18px Dekar, Arial;
	text-transform: uppercase;
	line-height: 35px;
	z-index: 3;
	position: relative;
	width: 100%;
	text-align: center;
}
.faixa-de-noticias-list-wrapper {
	position: relative;
	overflow: hidden;
	float: left;
}
.faixa-de-noticias-list-wrapper .jcarousel-clip {
	min-width: 100%;
}
.faixa-de-noticias-list {
	width: 20000em;
	position: relative;
	list-style-type: none;
	padding:0;
	margin:0;
}
.faixa-de-noticias-item {
	float: left;
}
.faixa-de-noticias-item a {
	text-decoration: none;
	color: #333!important;
}
.faixa-de-noticias-item a:hover {
	text-decoration: none;
	color: #333!important;
}
.faixa-de-noticias-item-title {
	width: 75%;
	float: right;
	position: relative;
	margin: 12px 45px;
	color: #333;
	font: normal 16px/16px Dekar, Arial;
	text-align: center;
	z-index: 1;
}
.faixa-de-noticias-item-title a {
	display: block;
	overflow: hidden;
	color: #333;
	position: relative;
}
.faixa-de-noticias-btn {
	top: 50px;
	position: absolute;
}
.faixa-de-noticias-btn-prev {
	width: 14px;
	height: 22px;
	cursor: pointer;
	background-image: url("../imagens/seta-esquerda.png");
	background-repeat: no-repeat;
	float: left;
	left: 10px;
}
.faixa-de-noticias-btn-next {
	width: 14px;
	height: 22px;
	cursor: pointer;
	background-image: url("../imagens/seta-direita.png");
	background-repeat: no-repeat;
	float: right;
	right: 10px;
}
.faixa-de-noticias-btn:hover {
	color: #333;
}
