/* 
	Theme Name: Channel	
	Theme URL: http://theme-junkie.com/
	Description: Just Another Premium Theme for Free
	Author: Roy Guan
	Author URI: http://theme-junkie.com/ 
	Version: 1.2
	Tags:  Fixed Width, Adsense Ready, Widget Ready, Advanced Theme Options
	
	Changelog:
	02/25/2011  v1.1  Fix bugs to compatible with WordPress 3.1 
	10/18/2009  v1.1  Fix bugs of blockquote and list in post content
	09/15/2009  v1.0  Initial Release to compatible with WordPress 2.8.4
*/

/*******************
*	RESET		   *
*******************/
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 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}

body { line-height:1 }

h4 {
	margin: 0.5em 0;
	line-height: 140%;
}

ol,
ul { list-style:none }

blockquote,
q { quotes:none }

blockquote:before,
blockquote:after,
q:before,
q:after {
	content:'';
	content:none
}

:focus { outline:0 }

textarea:focus,
input:focus { background-color:#f9f9f9; }

ins { text-decoration:none }

del { text-decoration:line-through }

table {
	border-collapse:collapse;
	border-spacing:0
}

a { text-decoration:none; }

.clear { clear:both }

.right { float:right; }

.left { float:left; }

/*******************
*	OVERALL		   *
********************/
body { font: 13px/1 Verdana, 'Helvetica Neue', 'Open Sans', Helvetica, Arial, sans-serif !important; }

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(images/fundoCab.png) !important;
	background-repeat: repeat-x !important;
	background-position: top;
}

#wrapper {
	background: #fff;
	width: 940px;
	margin: 15px auto;
	padding: 10px 15px 15px 15px;
	border: 1px solid #ddd;
}

p {
	margin: 1em;
	line-height: normal;
}
.current-show {
	margin: 1em;
	line-height: normal;
	color: #3c4e8f;
	font-weight: bold;
}
.current-show a{
	color: #3c4e8f !important;
	font-weight: bold !important;
}

.current-show strong{
	font-weight: normal;
}
.upcoming-show {
	margin: 1em;
	line-height: normal;
	color: #999;
	font-weight: bold;
}
.upcoming-show a{
	color: #999 !important;
	font-weight: bold !important;
}

.upcoming-show strong{
	font-weight: normal;
}
/*******************
*	HYPERLINKS	   *
********************/
a,
a:visited {
	color: #333;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

a:active { }

/*******************
*	TOP			   *
********************/
#top {
	background: #fff;
	margin: 0;
	padding: 0;
}

#topnav {
	background: #fff;
	height: 28px;
	margin: 0;
	padding: 2px 0 1px 0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	font-size: 11px;
}

#topnav .current_page_item { background: #3B1377; }

#topnav .current_page_item a { color: #fff !important; }

#topnav ul {
	float: left;
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
}

#topnav li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}

#topnav ul li {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
	border-right: 1px solid #045;
}

#topnav li a,
#topnav li a:link,
#topnav li a:visited {
	color: #3B1377;
	display: block;
	margin: 0;
	padding: 8px 12px 7px 12px;
}

#topnav li a:hover,
#topnav li a:active {
	background: #3B1377;
	color: #fff;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 8px 12px 7px 12px;
	border-bottom: none;
}

#topnav li li a,
#topnav li li a:link,
#topnav li li a:visited {
	background: #fff;
	width: 130px;
	color: #111;
	float: none;
	margin: 0;
	padding: 8px 12px 7px 12px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#topnav li li a:hover,
#topnav li li a:active {
	background: #3B1377;
	color: #fff;
	padding: 8px 12px 7px 12px;
}

#topnav li ul {
	z-index: 9999;
	width: 155px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -999em;
	height: auto;
}

#topnav li li { border:none; }

#topnav li ul a { width: 120px; }

#topnav li ul a:hover,
#topnav li ul a:active { }

#topnav li ul ul {
	margin: -29px 0 0 156px;
	border: none;
}

#topnav li:hover ul ul,
#topnav li:hover ul ul ul,
#topnav li.sfhover ul ul,
#topnav li.sfhover ul ul ul { left: -999em; }

#topnav li:hover ul,
#topnav li li:hover ul,
#topnav li li li:hover ul,
#topnav li.sfhover ul,
#topnav li li.sfhover ul,
#topnav li li li.sfhover ul { left: auto; }

#topnav li:hover,
#topnav li.sfhover { position: static; }

#topnav .left a {
	margin: 0;
	padding: 0 5px 0 5px;
}

/*******************
*	SEARCH FORM	   *
********************/
form {
	margin: 0;
	padding: 0;
}

#searchform {
	margin: 0;
	padding: 0;
	line-height: 28px;
}

.searchinput {
	width: 160px;
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 4px 4px 4px 5px;
	border: 1px solid #e6e6e6;
	background: #fff;
}

.searchinput:focus { border: 1px solid #191919; }

.searchsubmit {
	width: 35px;
	background: #3c4e8f;
	border: 1px solid #808080;
	margin: 0;
	padding: 1px 0 2px 0;
	color: #fff;
	font-weight: bold;
	cursor:pointer;
}

/*******************
*	HEADER		   *
********************/
#header {
	background: #fff;
	height: 100px;
	margin: 0;
	padding: 0;
}

.logo {
	background: #fff url(images/logo.png) no-repeat;
	float: left;
	width: 220px;
	height: 60px;
	margin: 20px 0 0 0;
	padding: 0;
}

.ad468x60 {
	float: right;
	background: #fff;
	width: 468px;
	height: 60px;
	margin: 20px 0 0 0;
	padding: 0;
}

.ad468x60 img { border: none; }

/*******************
*	MENU		   *
********************/
#menu {
	background: #fff;
	height: 28px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 3px solid #cc0000;
}

#menu ul {
	float: left;
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
        width: 666px; 
}

#menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #ddd;
}

#menu ul li {
	margin: 0 0 0 -1px;
	padding: 0;
	list-style: none;
	border-right: 1px solid #045;
}

#menu li a,
#menu li a:link,
#menu li a:visited {
	margin: 0;
	padding: 8px 12px 7px 12px;
	color: #000;
	display: block;
	font-size: 13px;
}

#menu li a:hover,
#menu li a:active {
	background: #3B1377;
	margin: 0;
	padding: 8px 12px 7px 12px;
	color: #fff;
	display: block;
	text-decoration: none;
	border-bottom: none;
}

#menu li li a,
#menu li li a:link,
#menu li li a:visited {
	background: #fff;
	width: 130px;
	float: none;
	margin: 0;
	padding: 8px 12px 7px 12px;
	color: #000;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#menu li li a:hover,
#menu li li a:active {
	background: #3B1377;
	color: #fff;
	padding: 8px 12px 7px 12px;
}

#menu li ul {
	z-index: 9999;
	position: absolute;
	height: auto;
	width: 155px;
	margin: 0;
	padding: 0;
	left: -999em;
}

#menu li li { border: none; }

#menu li ul a { width: 120px; }

#menu li ul a:hover,
#menu li ul a:active { }

#menu li ul ul {
	margin: -29px 0 0 156px;
	border: none;
}

#menu li:hover ul ul,
#menu li:hover ul ul ul,
#menu li.sfhover ul ul,
#menu li.sfhover ul ul ul { left: -999em; }

#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul,
#menu li.sfhover ul,
#menu li li.sfhover ul,
#menu li li li.sfhover ul { left: auto; }

#menu li:hover,
#menu li.sfhover { position: static; }

/*******************
*	HOMEPAGE	   *
********************/
#col1 {
	background: #fff;
	float: left;
	width: 605px;
	margin: 15px 0 0 0;
	padding: 0 0 3px 0;
	clear: both;
}

.featuredline {
	margin: 0;
	padding: 10px 0 10px 0;
	background: #fff;
}

/*******************
*	POST BOX	   *
********************/
#post { }

#postbox {
	float: left;
	background: #fff;
	width: 270px;
	height: 245px;
	margin: 0 10px 15px 0;
	padding: 10px;
	line-height: 16px;
	border: 1px solid #e6e6e6;
	color: #444;
}

#postbox h3 {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 180px;
	font-size: 14px;
	font-weight: bold;
}

#postbox h3 a:hover { color: #cc0000; }

#postbox span {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#postbox .header {
	float: right;
	width: 180px;
	margin: 0;
	padding: 0;
}

#postbox .thumbnail {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
}

#postbox .thumbnail img {
	margin: 0;
	padding: 2px;
	background: #fff;
	width: 80px;
	height: 80px;
}

#postbox .info {
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;
}

#postbox .info h4 {
	margin: 0;
	padding: 0 0 10px 0;
}

#postbox .meta {
	height: 20px;
	margin: 5px 0 5px 0;
	padding: 0;
	background: #fff;
	line-height: 20px;
	text-transform: uppercase;
}

#postbox .author { text-transform: uppercase; }

#postbox .date { text-transform: uppercase; }

#postbox .continue {
	margin: 0 7px 0 0;
	padding: 0 0 0 15px;
	background: url(images/continue.gif) no-repeat 0 0;
}

#postbox .comment {
	padding: 0 0 0 17px;
	background: url(images/comment.gif) no-repeat 0 -1px;
}

/*******************
*	CONTENT		   *
********************/
#content {
	float: left;
	width: 605px;
	margin: 0;
	padding: 0;
	color: #555;
}

#content h3 {
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.browse,
.comentarios {
	background: #f9f9f9;
	margin: 15px 0 0 0;
	padding: 10px;
	color: #333;
	/*	line-height: 18px; */
	font-size: 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
}

.browse a { color: #333; }

.postmeta {
	border-bottom: 1px solid #ddd;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

p.postmeta {
	font-size: 0.7em;
	color: #333;
}

.postmeta a { color: #000; }

/*******************
*	ENTRY		   *
********************/
.entry {
	line-height: 18px;
	margin: 10px 0 0 0;
	padding: 0;
}

.entry p { padding-bottom: 10px; }

.entry p {
	line-height: normal;
	margin: 1em 4em 1em 0.5em;
}

.entry strong {
	font-weight: bold;
	color: #000;
}

.entry h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
}

.entry h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 7px 0px !important;
}

.entry h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
}

.entry h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
}

.entry h5 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
}

.entry h6 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
}

.entry a {  } 
.entry a:visited {  } 

.entry a:hover { text-decoration: underline; }

.entry a img { border: none; }

.entry ul {
	padding-bottom: 10px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
}

.entry ol {
	padding-bottom: 10px;
	list-style: decimal inside;
}

.entry li {
	padding: 2px 0px 2px 10px;
	font-size: 12px;
	line-height: 15px;
	color: #4C4C4C;
}
.entry li a {  }

.entry li ul {
	margin: 0px;
	padding: 0px;
}
.showtime-schedule li {
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	list-style-type: none;
}
.showtime-schedule li:hover {
	background-color: #c7d4ed;
}
.showtime-schedule strong {
	font-weight: normal;
}
.showtime-schedule li a {
	color: #3c4e8f;
	display: inline-block;
}
.showtime-now {
	color: #3c4e8f !important;
	font-weight: bold;
	background-color: #c7d4ed;
}

blockquote {
	background: #F6F5F5;
	margin: 0px 0px 10px 0px;
	padding: 2px 10px 2px 10px;
	color: #333333;
	clear: both;
	border-left: 3px solid #BFBBBB;
}

code {
	color: #444444;
	font: 11px/17px tahoma, arial, sans-serif;
	display: block;
}

blockquote p {
	margin: 5px 0px;
	padding: 5px 0px;
	font-size: 11px;
	line-height: 15px;
}

blockquote li {
	padding: 2px 0px 2px 10px;
	font-size: 11px;
	line-height: 15px;
	color: #369;
}

blockquote a {
	color: #0080CA;
	text-decoration: underline;
}

blockquote a:hover { color: #003399; }

.tag {
	padding: 10px;
	line-height: 15px;
}

/*******************
*	ARCHIVE		   *
********************/
#archive {
	margin: 0;
	padding: 0;
}

#archive h3 {
	margin: 0;
	padding: 0;
}

.archiveright {
	padding: 0;
	line-height: 140%;
	font-size:0.9em;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

.archiveleft {
	float: left;
	width: auto;
	height: 80px;
	padding: 0;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0;
}

.archiveleft img {
	width: 150px;
	height: auto;
}

.archiveright a {
	color: #3C4E8F;
	float: right;
	font-size: 0.9em;
	margin-top: 0.6em;
}

.archivebottom {
	background: #f8f8f8;
	margin: 10px 0 10px 0;
	padding: 10px;
	border: 1px solid #e6e6e6;
}

/*******************
*	IMAGES		   *
********************/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}

img.alignnone {
	margin: 0 0 10px 0;
	padding: 0;
	display: inline;
}

img.alignright {
	margin: 0 0 10px 10px;
	padding: 0;
	display: inline;
}

img.alignleft {
	margin: 0 10px 10px 0;
	padding: 0;
	display: inline;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.wp-caption {
	background: #f7f7f7;
	text-align: center;
	padding: 4px 0 5px 0;
	border: 1px solid #e6e6e6;
}

.wp-caption img {
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

/*******************
*	SIDEBAR		   *
********************/
#sidebar {
	float: right;
	width: 320px;
	margin: 0;
	padding: 0;
}

#sidebar .box {
	margin: 10px 0 10px 0;
	padding: 0;
	background: #fff;
	color: #333;
	line-height: 18px;
}

#sidebar .box a { color: #333; }

#sidebar .widget {
	margin: 0;
	padding: 0;
}

#sidebar .leftwidget {
	float: left;
	width: 153px;
	margin: 0;
	padding: 0;
}

#sidebar .rightwidget {
	float: right;
	width: 153px;
	margin: 0;
	padding: 0;
}

.widget ul,
.leftwidget ul,
.rightwidget ul {
	margin: 0;
	padding: 0;
}

.widget ul li,
.leftwidget ul li,
.rightwidget ul li {
	list-style: none;
	margin: 0;
	background: #fff;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #e6e6e6;
}

#sidebar li ul { }

#sidebar li li { }

.ad300x250 {
	/*	background: #f0f0f0;
*/	width: 300px;
	height: 250px;
	margin: 15px 0 0 0;
	padding: 10px;
}

.ad300x250 img { border: none; }

/******************
 *	SUBSCRIBE	  *
 ******************/ 
#subscribeform { line-height: 20px; }

.subscribeinput {
	width: 180px;
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 3px 3px 3px 3px;
	border: 1px solid #e6e6e6;
}

.subscribeinput:focus { border: 1px solid #191919; }

.subscribesubmit {
	width: 60px;
	background: #ccc;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0 0 1px 0;
	color: #fff;
	font-weight: bold;
}

.rss {
	padding: 5px 0 5px 0;
	text-transform: uppercase;
	font-size: 11px;
}

.postsfeed {
	background: url(images/rss.gif) no-repeat 0 0;
	padding: 0 0 0 18px;
}

.commentsfeed {
	margin: 0 0 0 10px;
	padding: 0 0 0 18px;
	background: url(images/rss.gif) no-repeat 0 0;
}

/*******************
*	FLICKR		   *
********************/
.flickr img {
	margin: 0;
	padding: 2px;
	border: none;
}

/*******************
*	COMMENTS	   *
********************/
.comments-box {
	zoom: 1;
	margin: 30px 0 0 0;
}

.comments-box img { vertical-align: middle; }

.comments-box h3 {
	color: #333;
	font-size: 1.4em;
	letter-spacing: 0;
	margin: 0;
	padding: 0 0 5px 0;/*border-bottom: 1px solid #ddd;*/
}

#respond {
	background: #fff;
	margin: 20px 0 0 0;
	padding: 5px;
}

#respond p {
	color: #777;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

.cancel-comment-reply { padding: 5px 0 0 0; }

.cancel-comment-reply a { color: #000; }

.text {
	border: 1px solid #ddd;
	padding: 2px;
	color: #777;
	width: 200px;
}

/************************
*	COMMENT FRAMEWORK	*
*************************/
ol.commentlist a:link { text-decoration: none; }

ol.commentlist li div.vcard cite.fn a.url:hover { text-decoration: none; }

ol.commentlist {
	margin: 10px 0 0 0;
	padding: 0;
	background: #fff;
}

ol.commentlist li {
	margin: 10px 0 10px 0;
	padding: 10px;
	list-style-type: none;
	border: 1px solid #e9e9e9;
}

ol.commentlist li.alt { }

ol.commentlist li.bypostauthor p { }

ol.commentlist li.byuser { }

ol.commentlist li.comment-author-admin { }

ol.commentlist li.comment { }

ol.commentlist li div.comment-author { }

ol.commentlist li div.vcard { }

ol.commentlist li div.vcard cite.fn {
	font-style: normal;
	font-weight: bold;
}

ol.commentlist li div.vcard cite.fn a.url { color: #222; }

ol.commentlist li div.vcard img.avatar { float: right; }

ol.commentlist li div.vcard img.avatar-32 {
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}

ol.commentlist li div.vcard img.photo {
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}

ol.commentlist li div.vcard span.says { color: #888; }

ol.commentlist li div.commentmetadata { }

ol.commentlist li div.comment-meta {
	margin: 3px 0 0 0;
	font-size: 0.9em;
}

ol.commentlist li div.comment-meta a {
	color: #aaa;
	text-decoration:none;
}

ol.commentlist li p {
	margin: 15px 0 0 0;
	line-height: 1.4em;
}

ol.commentlist li ul { }

ol.commentlist li div.reply {
	background: #f8f8f8;
	color: #333;
	border: 1px solid #e9e9e9;
	width: 20%;
	margin: 10px 0 0 0;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	/*	border-radius: 10px;
*/	text-align: center;
}

ol.commentlist li div.reply:hover {
	background-color: #c7d4ed;
	cursor: pointer;
}

ol.commentlist li div.reply a { color: #333 !important; }

ol.commentlist li div.reply a:hover {
	color: #333 !important;
	text-decoration: none;
}

ol.commentlist li ul.children { }

ol.commentlist li ul.children li {
	margin: 10px 0 0 0;
	background: #fff;
	border: 1px solid #e9e9e9;
}

ol.commentlist li ul.children li li.alt { background: #fff; }

ol.commentlist li ul.children li.bypostauthor { }

ol.commentlist li ul.children li.byuser { }

ol.commentlist li ul.children li.comment { }

ol.commentlist li ul.children li.comment-author-admin { }

ol.commentlist li ul.children li.depth-2 { }

ol.commentlist li ul.children li.depth-3 { }

ol.commentlist li ul.children li.depth-4 { }

ol.commentlist li ul.children li.depth-5 { }

ol.commentlist li ul.children li.odd { }

ol.commentlist li.even { }

ol.commentlist li.odd { }

ol.commentlist li.parent { }

ol.commentlist li.pingback { }

ol.commentlist li.thread-alt { }

ol.commentlist li.thread-even { }

ol.commentlist li.thread-odd { }

/*******************
*	COMMENT FORM   *
********************/
#commentform { margin-top: 5px; }

#commentform input {
	width: auto;
	margin: 5px 5px 1px 0;
	padding: 5px;
	border: 1px solid #ddd;
}

#commentform input:focus { border: 1px solid #191919; }

#commentform .author {
	padding: 3px 3px 3px 5px;
	background: fff;
	color: #333;
}

#commentform .email {
	padding: 3px 3px 3px 5px;
	background: fff;
	color: #333;
}

#commentform .url {
	padding: 3px 3px 3px 5px;
	background: fff;
	color: #333;
}

.wpcf7-form-control {
	width: auto;
	margin: 5px 5px 1px 0;
	padding: 5px;
	border: 1px solid #ddd;
	color: #333;
}

#commentform textarea {
	width: 75%;
	height: 100px;
	padding: 2px;
	border: 1px solid #ddd;
}

#commentform textarea:focus,
.wpcf7-form-control:focus { border: 1px solid #191919; }

/*******************
*	NAVIGATION	   *
********************/
.navigation {
	margin: 5px 0 5px 0;
	padding: 5px;
}

/******************
*	FOOTER		  *
*******************/ 
#footer {
	background: #fff;
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;
	color: #333;
	line-height: 20px;
	list-style: none;
	border-top: 1px solid #e6e6e6;
}

#footer ul li {
	list-style: none;
	margin: 0;
	background: #fff;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #f0f0f0;
}

/*#footer .box {
	width: 291px;
	margin: 0 15px 0 0;
}*/

#footer h3 {
	margin: 15px 0 5px 0;
	padding: 0 10px 0 0;
	background: #fff;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

#footer ul ul { display: none; }

#footer img { padding: 5px; }

/******************
*	BOTTOM		  *
*******************/ 
#bottom {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	color: #333;
	line-height: 15px;
	border-top: 1px solid #e6e6e6;
}

#bottom a {
	color: #cc0000;
	border-bottom: 1px dotted #333;
}

#bottom a:hover { border-bottom: none; }

/* customizacao */


/*******************
*	RESET-INICIO		   *
*******************/
/* 
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 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
} */

body { line-height:1 }

ol,
ul { list-style:none }

blockquote,
q { quotes:none }

blockquote:before,
blockquote:after,
q:before,
q:after {
	content:'';
	content:none
}

:focus { outline:0 }

ins { text-decoration:none }

del { text-decoration:line-through }

table {
	border-collapse:collapse;
	border-spacing:0
}

a { text-decoration:none; }

.clear { clear:both }

.right { float:right; }

.left { float:left; }

/*******************
*	RESET-FIM		   *
*******************/

/*******************
*	OVERALL-INICIO		   *
********************/

#wrapper {
	width: 940px;
	-moz-box-shadow: 0px 10px 10px 0px #111736;
	-webkit-box-shadow: 0px 10px 10px 0px #111736;
	box-shadow: 0px 10px 10px 0px #111736;
	margin: 0px auto;
	background: white url(images/cab.png) no-repeat;
	/*  background: white url(http://www.fcp.rs.gov.br/v2/wp-content/uploads/2012/06/cab.png) no-repeat;
*/  border: none;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
}

/*******************
*	OVERALL-FIM		   *
********************/
/*******************
*	HYPERLINKS-INICIO	   *
********************/
a,
a:visited {
	color: #333;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

a:active { }

/*******************
*	HYPERLINKS-FIM	   *
********************/
/*******************
*	TOP-INICIO			   *
********************/
#top {
	background-color: transparent;
	margin: 0;
	padding: 0;
}

#topnav {
	border-top: 0;
	border-bottom: 0;
	background-color: transparent;
	width: 300px;
	float: right;
	height: 28px;
	margin: 0;
	padding: 2px 0 1px 0;
	font-size: 11px;
}

#topnav .left {
	margin: 0;
	padding: 0 5px 0 5px;
	display: none;
}

/*******************
*	TOP-FIM			   *
********************/
/*******************
*	SEARCH FORM-INICIO	   *
********************/

#searchform {
	margin-top: 7px;
	padding: 0;
	line-height: 28px;
}

.searchinput {
	width: 160px;
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 4px 4px 4px 5px;
	border: 1px solid #808080;
	background: #fff;
}

.searchinput:focus { /*border: 1px solid #3c4e8f;*/ border: 2px solid #c7d4ed; }

.searchsubmit { }

/*******************
*	SEARCH FORM-FIM	   *
********************/
/*******************
*	HEADER-INICIO		   *
********************/
#header {
	background-color: transparent;
	height: 113px;
	margin: 0;
	padding: 0;
}

.logo {
	background: url(images/logo.png) no-repeat;
	/*  background: url(http://www.fcp.rs.gov.br/v2/wp-content/uploads/2012/06/logo.png) no-repeat;
*/  float: left;
	width: 152px;
	height: 100px;
	margin: 0px 0 0 0;
	padding: 0;
}

/*******************
*	HEADER-FIM		   *
********************/
/*******************
*	MENU-INICIO		   *
********************/
#menu {
	background-color: transparent;
	height: 28px;
	margin: 0;
	border-top: none;
	border-bottom: 3px solid #cfd3e6;
	padding-top: 83px;
	padding-left: 280px;
	height: 28px;
}

#menu ul {
	float: left;
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
}

#menu li {
	float: left;
	list-style: none;
	margin-right: 1px;
	padding: 0;
	border-right: 1px solid #fff;
}

#menu ul li {
	margin: 0 0 0 0px;
	padding: 0;
	list-style: none;
	border-right: 1px solid #fff;
}

#menu li a,
#menu li a:link,
#menu li a:visited {
	background: url(images/fundoMenu.png) no-repeat;
	/*    background: url(http://www.fcp.rs.gov.br/v2/wp-content/uploads/2012/05/fundoMenu.png) no-repeat; 
*/	margin: 0;
	padding: 8px 12px 7px 12px;
	color: #FFF;
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

#menu li a:hover,
#menu li a:active {
	background: url(images/fundoMenuOn.png) no-repeat;
	/*    background: url(http://www.fcp.rs.gov.br/v2/wp-content/uploads/2012/06/fundoMenuOn.png) no-repeat;
*/	margin: 0;
	padding: 8px 12px 7px 12px;
	color: #000;
	display: block;
	text-decoration: none;
	border-bottom: none;
}

#menu li li a,
#menu li li a:link,
#menu li li a:visited {
	width: 130px;
	float: none;
	margin: 0;
	padding: 8px 12px 7px 12px;
	color: #000;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	display: block;
	font-size: 13px;
	text-transform: none;
}

#menu li li a:hover,
#menu li li a:active {
	color: #000;
	margin: 0;
	padding: 8px 12px 7px 12px;
	display: block;
	text-decoration: none;
	border-bottom: none;
	text-transform: none;
}

#menu li li a,
#menu li li a:link,
#menu li li a:visited {
	/*	background: #2b3988;
	width: 130px;
	float: none;
	margin: 0;
	padding: 8px 12px 7px 12px;
	color: #fff;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-transform: none;
	*/
	background: #F6F6F6;
	width: 130px;
	float: none;
	margin: 0;
	padding: 8px 12px 7px 12px;
	color: #333;
	border-bottom: 1px solid #B3B3B3;
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
}

#menu li li a:hover,
#menu li li a:active {
	/*	background: #93b1da; */
	color: #FFF;
	padding: 8px 12px 7px 12px;
	text-transform: none;
	text-shadow:#87aad8 2px 1px 8px;
}

#menu li li a:hover,
#menu li li a:active {
	background: #314193; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxNDE5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OTZjYjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(49,65,147,1) 0%, rgba(89,108,181,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(49,65,147,1)), color-stop(100%, rgba(89,108,181,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(49,65,147,1) 0%, rgba(89,108,181,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(49,65,147,1) 0%, rgba(89,108,181,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(49,65,147,1) 0%, rgba(89,108,181,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(49,65,147,1) 0%, rgba(89,108,181,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#314193', endColorstr='#596cb5', GradientType=0 ); /* IE6-8 */
}

#menu li ul {
	z-index: 9999;
	position: absolute;
	height: auto;
	width: 155px;
	margin: 0;
	padding: 0;
	left: -999em;
	text-transform: none;
}

#menu li li { border: none; }

#menu li ul a { width: 120px; }

#menu li ul a:hover,
#menu li ul a:active { }

#menu li ul ul {
	margin: -29px 0 0 156px;
	border: none;
}

#menu li:hover ul ul,
#menu li:hover ul ul ul,
#menu li.sfhover ul ul,
#menu li.sfhover ul ul ul { left: -999em; }

#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul,
#menu li.sfhover ul,
#menu li li.sfhover ul,
#menu li li li.sfhover ul { left: auto; }

#menu li:hover,
#menu li.sfhover { position: static; }

#menu .left { }

/*******************
*	MENU-FIM		   *
********************/
/*******************
*	HOMEPAGE-INICIO	   *
********************/
#col1 h3 {
	padding: 7px;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom-style: solid;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-color: rgb(250,250,250);
}

#col1 h2 {
	font-size: 1.4em;
	border-bottom: 2px solid #C6C6C6;
	line-height: 140%;
	margin: 0.5em 0;/*	background-color: rgb(250,250,250);
*/}

#col1 h2 a,
#col1 h2 a:visited { color: #06328D; }

#col1 h2 a:hover {
	color: #000000;
	text-decoration:none;
}

#col1 h3 a:visited,
#col1 h3 a:link { color: #021C52; }

.featuredline {
	margin: 0;
	padding: 10px 0 10px 0;
	background: #fff;
	display: none;
}

/*******************
*	HOMEPAGE-FIM	   *
********************/
/*******************
*	POST BOX-INICIO	   *
********************/
#post { }

#postbox {
	float: left;
	background: #fff;
	width: 190px;
	height: auto; /*100%;*/
	padding: 0px;
	line-height: 16px;
	border: 0px solid #E6E6E6;
	color: #444;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}

#postbox h3 {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 180px;
	font-size: 14px;
	font-weight: bold;
}

#postbox h3 a:hover { color: #cc0000; }

#postbox span {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#postbox .header {
	float: left;
	width: 190px;
	margin: 0;
	padding: 0;
}

#postbox .thumbnail {
	float: left;
	width: 190px;
	height: 107px;
	margin: 0;
	padding: 0;
}

#postbox .thumbnail img {
	margin: 0;
	padding: 2px;
	/*background: #fff;*/
    width: 190px;
	height: 107px;
}

#postbox .thumbnail #play {
	background: url(images/playVideo.png) transparent;
	/*	background: url(http://www.fcp.rs.gov.br/v2/wp-content/uploads/2012/06/playVideo.png) transparent;
*/	margin: 0;
	padding: 2px;
	width: 190px;
	height: 107px;
}

#postbox .thumbnail #play:hover {
	background: url(images/playVideoOver.png) transparent;
	/*	background: url(http://www.fcp.rs.gov.br/v2/wp-content/uploads/2012/06/playVideoOver.png) transparent;
*/	opacity: 1;
	filter: alpha(opacity=100);
}

#postbox .info {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#postbox .info h4 {
	margin: 0;
	padding: 0 0 10px 0;
}

#postbox .info a {
	color: #3c4e8f;
	margin:0.5em auto;
}

#postbox .meta {
	height: 20px;
	margin: 5px 0 5px 0;
	padding: 0;
	background: #fff;
	line-height: 20px;
	text-transform: uppercase;
}

#postbox .author { text-transform: uppercase; }

#postbox .date { text-transform: uppercase; }

#postbox .continue {
	margin: 0 7px 0 0;
	padding: 0 0 0 15px;
	background: url(images/continue.gif) no-repeat 0 0;
}

#postbox .comment {
	padding: 0 0 0 17px;
	background: url(images/comment.gif) no-repeat 0 -1px;
}

#postbox h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #3c4e8f;
	font-weight: normal;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 190px;
}

#postbox h3 a { color: #3c4e8f; }

#postbox .info strong {
	color: #3c4e8f;
	font-size: 0.9em;
}

#postbox .info a:active { color: #3c4e8f; }

/*******************
*	POST BOX-FIM	   *
********************/

/*******************
*	SIDEBAR-INICIO		   *
********************/
#sidebar {
	float: right;
	width: 320px;
	font-size: 0.96em;
	background-color: #F9F9F9;
	margin-top: 1px !important;
	margin-right: 0;
	margin-bottom: -15px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 0.5em;
}

#sidebar .box {
	margin: 10px 0 10px 0;
	padding: 0;
	background: transparent;
	color: #333;
	line-height: 18px;
}

#sidebar .box a { color: #333; }

#sidebar .widget {
	margin: 0;
	padding: 0;
}

#sidebar .leftwidget {
	float: left;
	width: 153px;
	margin: 0;
	padding: 0;
}

#sidebar .rightwidget {
	float: right;
	width: 153px;
	margin: 0;
	padding: 0;
}

.widget ul,
.leftwidget ul,
.rightwidget ul {
	margin: 0;
	padding: 0;
}

.widget ul li,
.leftwidget ul li,
.rightwidget ul li {
	list-style: none;
	margin: 0;
	background: transparent;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #e6e6e6;
}

#sidebar li ul { }

#sidebar li li { }

#sidebar h3 {
	color: #000369;
	font-size: 1.4em;
	line-height: 140%;
	margin: 0.5em 0;
	padding: 3px 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
}

.ad300x250 {
	/*	background: #f0f0f0;
*/	width: 300px !important;
	height: auto !important;
	padding: 0 !important;
	margin-top: 15px !important;
	margin-right: 10px !important;
	margin-left: 10px !important;
}

.ad300x250 img { border: none !important; }

/*******************
*	SIDEBAR-FIM		   *
********************/
/******************
*	FOOTER-INICIO		  *
*******************/ 
/******************
*	FOOTER		  *
*******************/ 
#footer {
background: url(images/fundoRodape.png) repeat;
color: #333;
line-height: 20px;
list-style: none;
background-repeat: repeat-x;
width: 920px;
margin: 15px auto 15px auto;
padding: 20px;
}

#footer ul li {
	list-style: none;
	border-bottom: none;
	background-color: transparent;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

/*#footer .box {
	width: 205px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
}*/

#footer .left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	height: 100%;
}

#footer h3 {
	background: none;
	color: #3c4e8f;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}

#footer ul ul { display: none; }

#footer img { padding: 5px; }

/******************
*	FOOTER-FIM		  *
*******************/ 
/******************
*	BOTTOM-INICIO		  *
*******************/ 
#bottom {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	color: #333;
	line-height: 15px;
	border-top: 1px solid #e6e6e6;
	display: none;
}

/******************
*	BOTTOM-FIM		  *
*******************/ 



#myGallery,
#myGallerySet,
#flickrGallery {
	border: 0px solid white !important;
	margin-top: 2px;
}

.entry p { }

.event_header { font-weight: bold; }

.events {
	font-weight: normal;
	margin-left: 20px !important;
}

.event { font-weight: normal; }

ul.subpage-menu {
	padding-bottom: 28px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cfd3e6;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color:#f9f9f9;
}

.subpage-menu li {
	background: url(images/fundoSubmenu.png) no-repeat;
	/*	background: url(http://www.fcp.rs.gov.br/v2/wp-content/uploads/2012/06/fundoSubmenu.png) no-repeat;
*/	color: #000000;
	float: left;
	list-style: none;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	font-size: 13px;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
}
.subpage-menu li a:hover,
.subpage-menu li a:active {
	color: #ffffff;
	float: left;
	list-style: none;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	font-size: 13px;
}

.subpage-menu li a:link,
.subpage-menu li a:visited { display: block; }

#twtr-widget-1 h3 { background: none repeat scroll 0 0 #CCCCCC; }

/*
ol.commentlist li div.reply {
	color: #000;
	width: 60px;
	margin: 10px 0 0 0;
	padding: 2px 5px 2px 5px;
	line-height: 16px;
	border: 1px solid #808080;
	background-color: #93b1da;
	font-weight: bold;
}
*/
#commentform .submit,
.wpcf7-submit {
	margin: 0;
	padding: 0.4em 5em;
	color: #000;
	font-weight: bold;
	border: 1px solid #CCCCCC;
/*	border-radius:20px;/*	background: #93b1da; *//*	width: 155px;        */
*/ 	background: #F8F8F8;
}

#commentform .submit:hover,
.wpcf7-submit:hover {
	background-color: #c7d4ed;
	cursor: pointer;
	color: #333 !important;
	text-decoration: none;
}

#respond { margin: 0; }

.cancel-comment-reply { padding: 0; }

.comments-box { margin: 22px 0 0; }

#commentform { margin-top: 0; }

#noticiastxt {
	color: #3C4E8F;
	margin-bottom: 10px;
}

#formeAssineCampo { }

.formeAssine { margin-bottom: 10px; }

#tve_noticias #postbox {
	float: left;
	width: 270px;
	height: 150px;
	padding: 10px 10px 2em 10px;
	line-height: 16px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	background-color: #f9f9f9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#tve_noticias #postbox .thumbnail {
	float: left;
	width: 95px;
	height: 53px;
	padding: 0;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	z-index: 999;
}

#tve_noticias #postbox .thumbnail img {
	margin: 0;
	padding: 0;
	width: 95px;
	height: 53px;
	float: left;
	z-index: 999;
}

#tve_noticias #postbox .info { margin-top: 0px; }

#tve_noticias #postbox .info strong { /*	color: #3c4e8f; 	font-size: 14px; */ }

.ngg-gallery-thumbnail-box { margin-bottom: 1em }

.ngg-gallery-thumbnail span {
	margin-left: 3px;
	margin-bottom: 1em !important;
	font-size: 80% !important;
	padding-left: 5px;
	display: block;
}

.ngg-gallery-thumbnail #play {
	background: none;
	margin: 0;
	padding: 2px;
	width: 189px;
	height: 107px;
}

.ngg-gallery-thumbnail #play:hover {
	background: url(images/playVideo.png) transparent;
	opacity: 1;
	filter: alpha(opacity=100);
}

.wpcf7-submit { /*	background-color: #93B1DA;
	color: #000000;
	cursor: default;
	line-height: normal;
	padding-bottom: 0;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0;
	text-align: center;
	text-shadow: none;
	white-space: pre;
	border: 1px solid #808080;
	margin-top: 10px;
	*/ }

.browse strong { color: #3C4E8F; }

.wp_bannerize { /*	margin-bottom: 10px
*/ }

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi { clear: both; }

.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #E6E6E6;
	padding: 3px 5px;
	margin: 2px;
	background-color: #F9F9F9;
	color: #000;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #000000;
	color: #3C4E8F;
}

.wp-pagenavi span.current { font-weight: bold; }

/* 
+----------------------------------------------------------------+
|																							|
|	WordPress Plugin: WP-Polls										|
|	Copyright (c) 2012 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Polls CSS File																	|
|	- wp-content/plugins/wp-polls/polls-css.css								|
|																							|
+----------------------------------------------------------------+
*/


.wp-polls-archive { /* background-color: #ffffff; */ }

.wp-polls p,
.wp-polls-form p { /* background-color: #ffffff; */
	margin: 0px !important;
}

.wp-polls ul li,
.wp-polls-ul li,
.wp-polls-ans ul li {
	text-align: left;
	background-image: none;
	display: block;
}

.wp-polls-ans ul li small {
	font-weight: bold !important;
}
.wp-polls ul,
.wp-polls-ul,
.wp-polls-ans ul {
	text-align: left;
	list-style: none;
	float: none;
}

.wp-polls ul li:before,
.wp-polls-ans ul li:before,
#sidebar ul ul li:before { content: ''; }

.wp-polls IMG,
.wp-polls LABEL,
.wp-polls INPUT,
.wp-polls-loading IMG,
.wp-polls-image IMG {
	display: inline;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.wp-polls-ul {
	padding: 0px;
	margin: 0px 0px 10px 10px;
}

.wp-polls-ans {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;/* background-color: #ffffff; */
}

.wp-polls-loading {
	display: none;
	text-align: center;
	height: 16px;
	line-height: 16px;
}

.wp-polls-image { border: 0px; }

.wp-polls .Buttons {
	border:1px solid #808080 !important;
	background-color: #3c4e8f !important;
	color: #FFF !important;
	padding: 1px !important;
	text-align: center !important;
}

/* Polls Archive Paging */
.wp-polls-paging a,
.wp-polls-paging a:link {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;
}

.wp-polls-paging a:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;
}

.wp-polls-paging a:hover {
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

.wp-polls-paging a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;
}

.wp-polls-paging span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.wp-polls-paging span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

.wp-polls-paging span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

/******************
*	FACEBOOK		  *
*******************/ 
/* .fb_edge_widget_with_comment {
	margin-left: -448px;
	margin-top: 22px;
}
*/

/******************
*	A SEGUIR		  *
*******************/ 
.aseguir_data strong { color: #3C4E8F; }

.aseguir_data strong a { color: #3C4E8F; }

.aseguir_programa {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
	padding-top: 5px;
}

.aseguir_programa strong { color: #3C4E8F; }

.aseguir_programa strong a { color: #3C4E8F; }

/******************
*	DESTAQUES		  *
*******************/ 


/* capa  */
.resumoCapa {
	text-align:justify;
	font-size:0.9em;
	margin-top:0.8em;
}

#thumb {
	background-size: 100% !important;
	background-repeat: no-repeat;
}

#content .entry .wp_bannerize { margin-bottom: 2em; }

.wp_bannerize.home_rod {
	padding: 0.5em 0em;
	max-width: 590px;/*	border-radius:4px;
*/}

.jdGallery .slideInfoZone {
	background-color: rgba(51, 51, 51, 0.6);
	background-image: url(images/5px.png) !important;
	background-image /*\**/: url(images/5px.png) !important;
	color /*\**/: #000;
}

.jdGallery div.carouselContainer { display: none !important; }

.login h1 a { border:1px solid #f9f9f6; }

.leiamais {
	text-align:right;
	float:right;
}

.mais {
	width: auto;
	padding: 0 1.2em;
}
/******************
*	  AGENDA	  *
*******************/ 
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.ui-helper-reset {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    font-size: 100%;
    line-height: 1.3;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
}
.ui-helper-zfix {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ui-state-disabled {
    cursor: default !important;
}
.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    text-indent: -99999px;
}
.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ui-accordion .ui-accordion-header {
    cursor: pointer;
    display: block;
    margin-top: 2px;
    padding-bottom: 0.5em;
    padding-left: 0.7em;
    padding-right: 0.5em;
    padding-top: 0.5em;
    position: relative;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
    padding-left: 0.7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: 0.5em;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-accordion .ui-accordion-content {
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    overflow-x: auto;
    overflow-y: auto;
    padding-bottom: 1em;
    padding-left: 2.2em;
    padding-right: 2.2em;
    padding-top: 1em;
}
.ui-autocomplete {
    cursor: default;
    position: absolute;
    top: 0;
}
* html .ui-autocomplete {
    width: 1px;
}
.ui-button {
    cursor: pointer;
    display: inline-block;
    margin-right: 0.1em;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
}
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
}
.ui-button-icon-only {
    width: 2.2em;
}
button.ui-button-icon-only {
    width: 2.4em;
}
.ui-button-icons-only {
    width: 3.4em;
}
button.ui-button-icons-only {
    width: 3.7em;
}
.ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
    padding-bottom: 0.4em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.4em;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding-bottom: 0.4em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    padding-top: 0.4em;
    text-indent: -1e+7px;
}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding-bottom: 0.4em;
    padding-left: 2.1em;
    padding-right: 1em;
    padding-top: 0.4em;
}
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding-bottom: 0.4em;
    padding-left: 1em;
    padding-right: 2.1em;
    padding-top: 0.4em;
}
.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
input.ui-button {
    padding-bottom: 0.4em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.4em;
}
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: 0.5em;
}
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: 0.5em;
}
.ui-buttonset {
    margin-right: 7px;
}
.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em;
}
button.ui-button::-moz-focus-inner {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.ui-datepicker {
    display: none;
    padding-bottom: 0;
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-top: 0.2em;
    width: 17em;
}
.ui-datepicker .ui-datepicker-header {
    padding-bottom: 0.2em;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.2em;
    position: relative;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin-bottom: 0;
    margin-left: 2.3em;
    margin-right: 2.3em;
    margin-top: 0;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin-bottom: 1px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1px;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%;
}
.ui-datepicker table {
    border-collapse: collapse;
    font-size: 0.9em;
    margin-bottom: 0.4em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
}
.ui-datepicker th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    font-weight: bold;
    padding-bottom: 0.7em;
    padding-left: 0.3em;
    padding-right: 0.3em;
    padding-top: 0.7em;
    text-align: center;
}
.ui-datepicker td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    display: block;
    padding-bottom: 0.2em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-top: 0.2em;
    text-align: right;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.7em;
    padding-bottom: 0;
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-top: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin-bottom: 0.4em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    margin-top: 0.5em;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0.3em;
    padding-left: 0.6em;
    padding-right: 0.6em;
    padding-top: 0.2em;
    width: auto;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    margin-bottom: 0.4em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 95%;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    font-size: 0;
    width: 100%;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
}
.ui-datepicker-cover {
    height: 200px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 200px;
    z-index: -1;
}
.ui-dialog {
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0.2em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-top: 0.2em;
    position: absolute;
    width: 300px;
}
.ui-dialog .ui-dialog-titlebar {
    padding-bottom: 0.4em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.4em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin-bottom: 0.1em;
    margin-left: 0;
    margin-right: 16px;
    margin-top: 0.1em;
}
.ui-dialog .ui-dialog-titlebar-close {
    height: 18px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: -10px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 19px;
}
.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.ui-dialog .ui-dialog-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    overflow-x: auto;
    overflow-y: auto;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    position: relative;
}
.ui-dialog .ui-dialog-buttonpane {
    background-image: none;
    border-bottom-width: 0;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-width: 1px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.4em;
    padding-right: 1em;
    padding-top: 0.3em;
    text-align: left;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0.4em;
    margin-top: 0.5em;
}
.ui-dialog .ui-resizable-se {
    bottom: 3px;
    height: 14px;
    right: 3px;
    width: 14px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-menu {
    display: block;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
}
.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
}
.ui-menu .ui-menu-divider {
    border-bottom-width: 0;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-width: 1px;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-bottom: 5px;
    margin-left: -2px;
    margin-right: -2px;
    margin-top: 5px;
}
.ui-menu .ui-menu-item a {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    padding-bottom: 2px;
    padding-left: 0.4em;
    padding-right: 0.4em;
    padding-top: 2px;
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin-bottom: -1px;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
}
.ui-menu .ui-state-disabled {
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0.2em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.4em;
}
.ui-menu .ui-state-disabled a {
    cursor: default;
}
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item a {
    padding-left: 2em;
    position: relative;
}
.ui-menu .ui-icon {
    left: 0.2em;
    position: absolute;
    top: 0.2em;
}
.ui-menu .ui-menu-icon {
    float: right;
    position: static;
}
.ui-progressbar {
    height: 2em;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: left;
}
.ui-progressbar .ui-progressbar-value {
    height: 100%;
    margin-bottom: -1px;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    display: block;
    font-size: 0.1px;
    position: absolute;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    left: 0;
    top: -5px;
    width: 100%;
}
.ui-resizable-s {
    bottom: -5px;
    cursor: s-resize;
    height: 7px;
    left: 0;
    width: 100%;
}
.ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: -5px;
    top: 0;
    width: 7px;
}
.ui-resizable-w {
    cursor: w-resize;
    height: 100%;
    left: -5px;
    top: 0;
    width: 7px;
}
.ui-resizable-se {
    bottom: 1px;
    cursor: se-resize;
    height: 12px;
    right: 1px;
    width: 12px;
}
.ui-resizable-sw {
    bottom: -5px;
    cursor: sw-resize;
    height: 9px;
    left: -5px;
    width: 9px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    height: 9px;
    left: -5px;
    top: -5px;
    width: 9px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    height: 9px;
    right: -5px;
    top: -5px;
    width: 9px;
}
.ui-selectable-helper {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: black;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: black;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: dotted;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: black;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: dotted;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: black;
    border-top-style: dotted;
    border-top-width: 1px;
    position: absolute;
    z-index: 100;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}
.ui-slider .ui-slider-range {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-position: 0 0;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}
.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.3em;
}
.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    height: 100px;
    width: 0.8em;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-bottom: -0.6em;
    margin-left: 0;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-spinner {
    display: inline-block;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    vertical-align: middle;
}
.ui-spinner-input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    margin-bottom: 0.2em;
    margin-left: 0.4em;
    margin-right: 22px;
    margin-top: 0.2em;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    vertical-align: middle;
}
.ui-spinner-button {
    cursor: default;
    display: block;
    font-size: 0.5em;
    height: 50%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 16px;
}
.ui-spinner a.ui-spinner-button {
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
}
.ui-spinner .ui-icon {
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-tabs {
    padding-bottom: 0.2em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-top: 0.2em;
    position: relative;
}
.ui-tabs .ui-tabs-nav {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}
.ui-tabs .ui-tabs-nav li {
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 1px !important;
    margin-top: 1px;
    padding-bottom: 1px !important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    float: left;
    padding-bottom: 0.5em;
    padding-left: 14px !important;
    padding-right: 14px !important;
    padding-top: 0.5em;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0 !important;
    padding-bottom: 1px !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a:hover {
	text-decoration: none;    
}
.ui-tabs .ui-tabs-panel {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-width: 0;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-width: 0;
    display: block;
    padding-bottom: 1em;
    padding-left: 0em !important;
    padding-right: 0em !important;
    padding-top: 1em;
}
.ui-tooltip {
    box-shadow: 0 0 5px #AAAAAA;
    max-width: 300px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    position: absolute;
    z-index: 9999;
}
* html .ui-tooltip {
    background-image: none;
}
body .ui-tooltip {
    border-bottom-width: 2px;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 2px;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 2px;
    border-top-width: 2px;
}
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
}
.ui-widget-content {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #FFFFFF;
	background-image: url("images/ui-bg_flat_75_ffffff_40x100.png");
	background-origin: padding-box;
	background-position: 50% 50%;
	background-repeat: repeat-x;
	background-size: auto auto;
	color: #222222;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
.ui-widget-content a {
    color: #222222;
}
.ui-widget-header {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #F9F9F9 !important;
	background-image: none !important;
	background-origin: padding-box;
	background-position: 50% 50%;
	background-repeat: repeat-x;
	background-size: auto auto;
	border-bottom-color: #CFD3E6 !important;
	border-bottom-style: solid !important;
	border-bottom-width: 3px !important;
	color: #222222;
	font-weight: bold;
	background-image: none !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-left-style: none !important;
}
.ui-widget-header a {
    color: #222222;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-attachment: scroll;
	background-clip: border-box;
	background-size: auto auto;
	background-image: url("images/fundoMenu.png")!important;
	background-origin: none !important;
	background-position: left !important;
	background-repeat: no-repeat !important;
	color: #ffffff !important;
	font-weight: bold !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
	border-top-left-radius: none !important;
	border-top-right-radius: none !important;
	border-bottom-left-radius: none !important;
	border-bottom-right-radius: none !important;
	text-transform: uppercase !important;
	background-color: #f9f9f9 !important;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #ffffff !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-attachment: scroll;
	background-clip: border-box;
	background-size: auto auto;
	background-image: url("images/fundoMenuOn.png")!important;
	background-origin: none !important;
	background-position: left !important;
	background-repeat: no-repeat !important;
	color: #000000 !important;
	font-weight: bold !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
    border-top-left-radius: none !important;
    border-top-right-radius: none !important;
    border-bottom-left-radius: none !important;
    border-bottom-right-radius: none !important;
	text-transform: uppercase !important;
	background-color: #f9f9f9 !important;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #000000 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-attachment: scroll;
	background-clip: border-box;
	background-size: auto auto;
	background-image: url("images/fundoMenuOn.png")!important;
	background-origin: none !important;
	background-position: left !important;
	background-repeat: no-repeat !important;
	color: #000000 !important;
	font-weight: bold !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
    border-top-left-radius: none !important;
    border-top-right-radius: none !important;
    border-bottom-left-radius: none !important;
    border-bottom-right-radius: none !important;
	text-transform: uppercase !important;
	background-color: #f9f9f9 !important;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #000000 !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FBF9EE;
    background-image: url("images/ui-bg_glass_55_fbf9ee_1x400.png");
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: repeat-x;
    background-size: auto auto;
    border-bottom-color: #FCEFA1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #FCEFA1;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #FCEFA1;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #FCEFA1;
    border-top-style: solid;
    border-top-width: 1px;
    color: #363636;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FEF1EC;
    background-image: url("images/ui-bg_glass_95_fef1ec_1x400.png");
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: repeat-x;
    background-size: auto auto;
    border-bottom-color: #CD0A0A;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #CD0A0A;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #CD0A0A;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #CD0A0A;
    border-top-style: solid;
    border-top-width: 1px;
    color: #CD0A0A;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #CD0A0A;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #CD0A0A;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    font-weight: normal;
    opacity: 0.7;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    background-image: none;
    opacity: 0.35;
}
.ui-state-disabled .ui-icon {
}
.ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png");
    height: 16px;
    width: 16px;
}
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
    background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cd0a0a_256x240.png");
}
.ui-icon-carat-1-n {
    background-position: 0 0;
}
.ui-icon-carat-1-ne {
    background-position: -16px 0;
}
.ui-icon-carat-1-e {
    background-position: -32px 0;
}
.ui-icon-carat-1-se {
    background-position: -48px 0;
}
.ui-icon-carat-1-s {
    background-position: -64px 0;
}
.ui-icon-carat-1-sw {
    background-position: -80px 0;
}
.ui-icon-carat-1-w {
    background-position: -96px 0;
}
.ui-icon-carat-1-nw {
    background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-seek-first {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0 !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0 !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0 !important;
}
.ui-widget-overlay {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #AAAAAA;
    background-image: url("images/ui-bg_flat_0_aaaaaa_40x100.png");
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: repeat-x;
    background-size: auto auto;
    opacity: 0.3;
}
.ui-widget-shadow {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #AAAAAA;
    background-image: url("images/ui-bg_flat_0_aaaaaa_40x100.png");
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: repeat-x;
    background-size: auto auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 0;
    margin-left: -8px;
    margin-right: 0;
    margin-top: -8px;
    opacity: 0.3;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
/*******************
*	REDES		   *
*******************/
.social-buttons {
	float: left;
	margin-left: -450px;
    margin-top: 25px;
}
.fb_iframe_widget span {
vertical-align: bottom !important;
}
/*******************
*	RSS		   *
*******************/
.subscription_email {
	width: 260px !important;
	font-size: 11px !important;
	color: #333 !important;
	margin: 0 !important;
	padding: 4px 4px 4px 5px !important;
	border: 1px solid #808080 !important;
	background: #fff !important;
    text-align: left !important;
}
.subscription_email:focus {
	 border: 2px solid #c7d4ed; 
	 }
.subscription_btn {
	filter: none !important; 
	width: 35px !important;
	border: 1px solid #808080 !important;
	margin: 0 !important;
	color: #fff !important;
	font-weight: bold !important;
	cursor:pointer !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	padding-top: 3px !important;
	padding-right: 0 !important;
	padding-bottom: 2px !important;
	padding-left: 0 !important;
	background-color: #3c4e8f !important;
	background-image: none !important;
}
.subscription_btn:hover {
	filter: none !important; 
	width: 35px !important;
	border: 1px solid #808080 !important;
	margin: 0 !important;
	color: #fff !important;
	font-weight: bold !important;
	cursor:pointer !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	padding-top: 3px !important;
	padding-right: 0 !important;
	padding-bottom: 2px !important;
	padding-left: 0 !important;
	background-color: #3c4e8f !important;
	background-image: none !important;
}
.subscription_btn:active {
	filter: none !important; 
	width: 35px !important;
	border: 1px solid #808080 !important;
	margin: 0 !important;
	color: #fff !important;
	font-weight: bold !important;
	cursor:pointer !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	padding-top: 3px !important;
	padding-right: 0 !important;
	padding-bottom: 2px !important;
	padding-left: 0 !important;
	background-color: #3c4e8f !important;
	background-image: none !important;
}
#post-73 hr{
	display: none;
}
/*******************
*	TWITTER		   *
*******************/

#twtr-widget-1 .twtr-doc, #twtr-widget-1 .twtr-hd a, #twtr-widget-1 h3, #twtr-widget-1 h4 {
    background-color: #E9E9E9 !important;
    color: #000000 !important;}
	
#twtr-widget-1 .twtr-tweet a {
    color: #1985B5 !important;
}
#twtr-widget-1 .twtr-bd, #twtr-widget-1 .twtr-timeline i a, #twtr-widget-1 .twtr-bd p {
    color: #444444 !important;
}
#twtr-widget-1 .twtr-new-results, #twtr-widget-1 .twtr-results-inner, #twtr-widget-1 .twtr-timeline {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: transparent !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
}

#twtr-widget-1 .twtr-avatar {
    display: block;
}
#twtr-widget-1 .twtr-user {
    display: inline;
}
#twtr-widget-1 .twtr-tweet-text {
    margin-left: 40px;
}

.twtr-widget h3, .twtr-widget h4 {
    clear: none;
}

.twtr-widget {
    font-family: "lucida grande",lucida,tahoma,helvetica,arial,sans-serif !important;
    font-size: 12px !important;
    position: relative;
}
.twtr-fullscreen {
    font-size: 220% !important;
}
.twtr-fullscreen .twtr-new-results {
}
.twtr-inactive {
    display: none;
}
.twtr-widget a img {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-bottom-color: -moz-use-text-color !important;
    border-bottom-style: none !important;
    border-bottom-width: 0 !important;
    border-image-outset: 0 0 0 0 !important;
    border-image-repeat: stretch stretch !important;
    border-image-slice: 100% 100% 100% 100% !important;
    border-image-source: none !important;
    border-image-width: 1 1 1 1 !important;
    border-left-color-ltr-source: physical !important;
    border-left-color-rtl-source: physical !important;
    border-left-color-value: -moz-use-text-color !important;
    border-left-style-ltr-source: physical !important;
    border-left-style-rtl-source: physical !important;
    border-left-style-value: none !important;
    border-left-width-ltr-source: physical !important;
    border-left-width-rtl-source: physical !important;
    border-left-width-value: 0 !important;
    border-right-color-ltr-source: physical !important;
    border-right-color-rtl-source: physical !important;
    border-right-color-value: -moz-use-text-color !important;
    border-right-style-ltr-source: physical !important;
    border-right-style-rtl-source: physical !important;
    border-right-style-value: none !important;
    border-right-width-ltr-source: physical !important;
    border-right-width-rtl-source: physical !important;
    border-right-width-value: 0 !important;
    border-top-color: -moz-use-text-color !important;
    border-top-style: none !important;
    border-top-width: 0 !important;
}
.twtr-doc {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: normal;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: left;
    width: 100%;
}
.twtr-bd {
    padding-bottom: 0;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 0;
}
.twtr-widget .twtr-tweet-wrap {
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
}
.twtr-fullscreen .twtr-tweet-wrap {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.twtr-widget .twtr-tweet {
    border-bottom-color: #DDDDDD;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.twtr-widget-profile img.twtr-profile-img {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-bottom-color: -moz-use-text-color !important;
    border-bottom-style: none !important;
    border-bottom-width: 0 !important;
    border-image-outset: 0 0 0 0 !important;
    border-image-repeat: stretch stretch !important;
    border-image-slice: 100% 100% 100% 100% !important;
    border-image-source: none !important;
    border-image-width: 1 1 1 1 !important;
    border-left-color-ltr-source: physical !important;
    border-left-color-rtl-source: physical !important;
    border-left-color-value: -moz-use-text-color !important;
    border-left-style-ltr-source: physical !important;
    border-left-style-rtl-source: physical !important;
    border-left-style-value: none !important;
    border-left-width-ltr-source: physical !important;
    border-left-width-rtl-source: physical !important;
    border-left-width-value: 0 !important;
    border-right-color-ltr-source: physical !important;
    border-right-color-rtl-source: physical !important;
    border-right-color-value: -moz-use-text-color !important;
    border-right-style-ltr-source: physical !important;
    border-right-style-rtl-source: physical !important;
    border-right-style-value: none !important;
    border-right-width-ltr-source: physical !important;
    border-right-width-rtl-source: physical !important;
    border-right-width-value: 0 !important;
    border-top-color: -moz-use-text-color !important;
    border-top-style: none !important;
    border-top-width: 0 !important;
    display: block;
    float: left;
    height: 31px;
    width: 31px;
}
.twtr-widget h3, .twtr-widget h4, .twtr-widget p {
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    width: auto !important;
}
.twtr-widget-profile h3, .twtr-widget-profile h4 {
    margin-bottom: 0 !important;
    margin-left: 40px !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
}
.twtr-widget h3 {
    font-size: 11px !important;
    font-weight: normal !important;
}
.twtr-widget h4 {
    font-size: 16px !important;
}
.twtr-widget em, .twtr-widget .twtr-new-results {
    display: block;
    font-size: 9px;
    font-style: normal;
    margin-top: 2px;
}
.twtr-widget .twtr-new-results {
    bottom: 5px;
    display: block;
    line-height: 0.9;
    margin-bottom: -10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    position: relative;
    text-align: center;
}
.twtr-results-inner {
    bottom: -2px;
    font-size: 100%;
    line-height: 1;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
    position: relative;
    text-align: center;
    width: 40%;
    z-index: 2;
}
.twtr-results-hr {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #DDDDDD;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    bottom: 7px;
    height: 1px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
.twtr-new-results span {
    display: block;
    font-size: 9px !important;
    position: relative;
    top: -14px;
    z-index: 3;
}
.twtr-fullscreen .twtr-new-results span {
    font-size: 24px !important;
}
.twtr-hd {
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: relative;
}
.twtr-fullscreen .twtr-hd {
    height: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.twtr-timeline {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 225px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    z-index: 2;
}
.twtr-scroll .twtr-timeline {
    overflow-x: hidden;
    overflow-y: auto;
}
.twtr-widget .twtr-tweet:last-child {
    border-bottom-width: 0;
}
.twtr-ft {
    position: relative;
}
.twtr-ft div {
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
.twtr-ft span {
    float: right;
    text-align: right;
}
.twtr-ft a {
    display: block;
    float: left;
}
.twtr-ft span a {
    float: none;
}
.twtr-avatar {
    display: block;
    float: left;
    height: 40px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 40px;
}
.twtr-fullscreen .twtr-avatar {
    height: 80px;
    width: 80px;
}
.twtr-img {
    height: 25px;
    width: 25px;
}
.twtr-img img {
    height: 30px;
    width: 30px;
}
.twtr-fullscreen .twtr-img img {
    height: 72px;
    width: 72px;
}
.twtr-fullscreen a.twtr-join-conv {
    display: none;
}
.twtr-tweet-text {
    margin-left: 40px;
}
.twtr-fullscreen .twtr-tweet-text {
    margin-left: 90px;
}
.twtr-doc a {
    -moz-text-blink: none !important;
    -moz-text-decoration-color: -moz-use-text-color !important;
    -moz-text-decoration-line: none !important;
    -moz-text-decoration-style: solid !important;
}
.twtr-doc a:hover {
    -moz-text-blink: none !important;
    -moz-text-decoration-color: -moz-use-text-color !important;
    -moz-text-decoration-line: underline !important;
    -moz-text-decoration-style: solid !important;
}

#WPShowtime-tabs ul li a { padding-left: 9px !important; padding-right: 9px !important;  font-size: 85%; }

#fb-like-geral{ margin-right: 15px}

#redesSociais {
    float: right;
    margin-top: 10px;
}