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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	/*margin: 0;*/
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
	font-weight: 300;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	padding:15px 0px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

	

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a{color:#00703c;}
strong, b{font-weight:700;}

body{
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	padding: 0px;
}
.row{margin: 0px;}

#conteudo{
	padding: 0px;
	font-size: 13px;
}

#conteudo h1{
	font-size: 30px;
	margin-bottom: 0px;
}

.titulo_data{
	margin-bottom: 15px;
}

.size-full{
	display: block;
	max-width: 100%;
	height: auto;
}

/* I: HEADER  */
#header{
	background: #fff url(../images/bar_colors.png) repeat-x top;
	padding-top: 3px;
	height: 142px;
}

	#header .navbar-brand{
		display: block;
		height: 171px;
		width: 171px;
		position: absolute;
		z-index: 25;
	}

	#widgtes_header{
		float: right;
		text-align: right;
		padding: 10px 0px;
	}

		#bto_topo a
		{
			color:#2d72ab;
		}

		#bto_topo a:hover{
			opacity: 0.5;
		}

			#bto_topo a.bto_imprensa
			{
				background: url(../images/icon_imprensa_header.png) no-repeat left center;
				height: 24px;
				padding-left: 25px;
			}

		#redes_sociais_topo{
			margin: 22px 0px;
		}

			#redes_sociais_topo a{
				background-color: #f9dc25;
				background-repeat: no-repeat;
				background-position: center;
				display: inline-block;
				height: 23px;
				margin:0px 3px;
				text-indent: -2000px;
				width: 23px;

				

				-moz-border-radius: 11px;
				-webkit-border-radius: 11px;
				border-radius: 11px;
				behavior: url(../css/border-radius.htc);
			}

			#redes_sociais_topo a:hover{
				background-color: #2d72ab;
			}

			#redes_sociais_topo a.facebook	{background-image: url(../images/icon_facebook_white.png);}
			#redes_sociais_topo a.twitter	{background-image: url(../images/icon_twitter_white.png);}
			#redes_sociais_topo a.googleP	{background-image: url(../images/icon_googleplus_white.png);}
			#redes_sociais_topo a.pinterest	{background-image: url(../images/icon_pinterest_white.png);}
			#redes_sociais_topo a.instagram	{background-image: url(../images/icon_instagram_white.png);}
			#redes_sociais_topo a.youtube	{background-image: url(../images/icon_youtube_white.png);}

		#search .busca_header{
			background: url(../images/icon_search.png) no-repeat left center;
			border: none;
			padding:10px 0px 10px  43px;
			width: 220px;
			height: 27px;
			font-size: 13px;
			z-index: 2;
			position: relative;
		}

		#search .placeholder_busca{
			color:#cccccc; 
			font-size: 24px; 
			font-weight: 300;  
			margin-top: -32px;
			position:relative;
			z-index: 1;
		}

	@media (max-width: 430px) {
		#redes_sociais_topo{display: none;}
		#search{
			margin-top: 20px;
		}
		#search .busca_header{
			width: 173px;
		}

		#search .placeholder_busca{
			font-size: 18px; 
			line-height: 33px;
		}

		#header .navbar-brand{
			margin-left:-25px;
		}

	}
/* F: HEADER  */


/* I: TELAO  */
		@media (max-width: 640px) {
			#teloes{display: none;}
		}

		#teloes.jumbotron{
			background: #2d72ab;
			padding:0px;
			margin-bottom: 0px;
		}

			#teloes .patrocionio_oficial{
				width: 130px;
				text-align: left;
				position: absolute;
				right: 0px;
				margin-top: 20px;
				color:#fff;
				z-index: 10;
			}

			#teloes .patrocionio_oficial .rounded{
				margin-top:5px;
				background: #fff;
				-webkit-border-radius: 10px 0px 0px 10px;
				-moz-border-radius: 10px 0px 0px 10px;
				border-radius: 10px 0px 0px 10px;
				padding:5px 10px;
			}

			#teloes .patrocionio_oficial img{
				height: 30px;
				margin: 5px 0px;
			}

			#teloes.jumbotron .sombra_telao{
				background: url(../images/shadow_header.png) no-repeat top center;
				background-size: 100% auto;
				height:45px;
				max-width: 960px;
				position: relative;
				z-index: 20;
				width: 100%;
			}

			#teloes.jumbotron .telao{
				margin-top: -45px;
			}

			#teloes.jumbotron .nivo-caption
			{
				background: rgba(0,112,60,0.9);
				border-top-left-radius:20px;
				border-top-right-radius:20px;
				height: 165px;
				margin: -165px auto 0px;
				opacity: 1;
				padding: 10px 40px;
				position: relative;
				text-align: center;
				width: 50%;
			}

				#teloes.jumbotron .nivo-caption strong{
					border-bottom: 1px solid #70a98c;
					color: #fff;
					display: block;
					font-size: 25px;
					font-style: normal;
					font-weight: 300;
					margin-bottom: 5px;
					padding-bottom: 5px;
					text-transform: uppercase;
				}

				@media (max-width: 995px){
					#teloes.jumbotron .nivo-caption
					{
						width: 70%;
					}
				}

				@media (max-width: 770px){
					#teloes.jumbotron .nivo-caption
					{
						width: 90%;
						height: 130px;
						margin: -100px auto 0px;
					}

					#teloes.jumbotron .nivo-caption strong{
						font-size: 15px;
					}
				}
				

			#teloes.jumbotron .nivo-controlNav{
				color: #fff;
				position: relative;;
				margin-bottom: 10px;
				margin-top: -41px;
				z-index: 51;
			}
				#teloes.jumbotron .nivo-controlNav a{
					background: url(../images/controlNav.png) no-repeat top left;
					display: inline-block;
					height: 8px;
					margin: 0px 2px;
					text-indent: -2000px;
					width: 8px;
				}

				#teloes.jumbotron .nivo-controlNav a:hover, #teloes.jumbotron .nivo-controlNav a.active
				{
					background-position: top right;
				}


			#teloes.jumbotron .nivo-directionNav a { 
				display:none; 
				background: url(../images/directionNav.png) no-repeat;
				height: 50px;
				width: 50px;
				text-indent: -2000px;
			}

				#teloes.jumbotron .nivo-directionNav a.nivo-prevNav
				{
					background-position: top left;
				}
					#teloes.jumbotron .nivo-directionNav a.nivo-prevNav:hover
					{
						background-position: bottom left;
					}

				#teloes.jumbotron .nivo-directionNav a.nivo-nextNav
				{
					background-position: top right;
				}

					#teloes.jumbotron .nivo-directionNav a.nivo-nextNav:hover
					{
						background-position: bottom right;
					}

			#teloes.jumbotron .nivoSlider:hover .nivo-directionNav a { 
				display:block; 
			}
/* F: TELAO  */

/* I: MENU  */
#menu{
	background-color: #fbda1f;
	height: 16px;
}
	@media (min-width: 990px) {
		.navbar-nav {
			float: none;
			width: auto;
			margin: 0 auto;
		}

		.navbar-nav>li{
			float: none;
			display: inline-block;
		}
	}

	.navbar-inverse {
		background-image: -webkit-linear-gradient(top, #fada1f 0, #d6ba1a 100%);
		background-image: linear-gradient(to bottom, #fada1f 0, #d6ba1a 100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffada1f', endColorstr='#ffd6ba1a', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
		border:none;
		text-align: center;

		position: relative;
		z-index: 10;
		margin-top: -14px;
		min-height: 40px;
	}
		.navbar-inverse .nav>li>a{
			padding:10px 5px;
		}

		.navbar-inverse .navbar-nav>li>a{
			color: #333;
			text-transform: uppercase;
			font-size: 13px;
			font-weight: 700;
			letter-spacing: 1px;
			text-shadow: 1px 1px rgba(255,255,255,0.75);
		}

		@media (min-width: 768px) {
			.dropdown-menu{
				background: none;
				border: none;
				border-radius: 0px;
				-webkit-box-shadow: none;
				box-shadow: none;
				background: url(../images/sombra_sub_menu.png) no-repeat bottom center;
				background-size: 100% auto;
				padding: 0px;
			}

			.dropdown-menu li{
				display: inline-block;
			}

			.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a.active
			{
				background-color: none;
				background: url(../images/bg_submenu.png) repeat-x;
			}
		}

		.dropdown-menu>li>a
		{
			padding: 3px 10px;
		}

		.dropdown-menu>li>a{
			font-size: 12px;
			text-transform: uppercase;
			height: 40px;
			line-height: 33px;
			margin-bottom: 2px;
		}

		@media (max-width: 991px) {
			.navbar-inverse .nav>li>a{
				padding: 10px 5px;
				font-size: 10px;
			}

			.dropdown-menu>li>a{
				font-size: 10px;
			}
		}

		.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus
		{
			color: #000;
			background-color: #e5f3f4;
		}

		.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus
		{
			color: #2d72ab;
		}

		.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus
		{
			color: #000;
			background-color: #e5f3f4;
		}

		.navbar-inverse .navbar-toggle{
			border-color: #117b4e;
		}

		.navbar-inverse .navbar-toggle .icon-bar
		{
			background-color: #117b4e;
		}

		.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus
		{
			background-color:#fff;
		}
/* F: MENU  */
	
/* I: DESTQUES HOME  */

.home .share_redesSociais{display: none;}

#twitter-widget-0{height:397px !important;}

.destaques_home, .submenu{
	background: url(../images/bg_destaques_home.jpg) repeat-x bottom #e5f3f4;
	min-height: 50px;
	padding-top: 40px;
}
	.destaques_home h1{
		color: #00703c;
		font-style: normal;
		font-size: 22px;
		font-weight: 300;
		text-transform: uppercase;
	}

	/* I: BOX DESTAQUE HOME  */
	#box_destaque img{
		margin-bottom: 20px;
	}
	#box_destaque a{
		color: #333;
		font-size: 12px;
		line-height: 20px;
		text-decoration: none;
	}

		#box_destaque a h2.title_destaque{
			margin: 0px;
			font-style: normal;
			font-weight: 300;
			font-size: 17px;
			color:  #00703c;
			line-height: 20px;
		}

		#box_destaque a:hover{
			opacity: 0.5;
		}
	/* I: BOX DESTAQUE HOME  */

	/* I: BOX OUTRAS NOTêCIAS  */
	#box_outrasNoticias a.item_noticias{
		border-bottom: 1px solid #b7c2c3;
		color: #333333;
		display: block;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	#box_outrasNoticias a.item_noticias:hover
	{
		opacity: 0.5;
	}

		#box_outrasNoticias a.item_noticias strong
		{
			font-size: 12px;
			display: block;
		}

		#box_outrasNoticias a.item_noticias .col-sm-4
		{
			padding: 0px;
		}

		#box_outrasNoticias a.item_noticias .descricao_item_noticia{
			padding: 0px;
			padding-left: 15px;
		}
	/* F: BOX OUTRAS NOTêCIAS  */


	/* I: BOX FOTOS  */
	#box_fotos{
		padding-bottom: 25px;
	}

	#foto_principal{
		background: #2d72ab;
		color: #fff;
		font-size: 15px;
	}

	#foto_principal a
	{
		text-decoration: none;
	}

		#foto_principal a p{
			color: #fff;
			padding:15px 25px;
		}

		#foto_principal a:hover p{
			color: #ffcc00 ;
		}

	#outras_galerias
	{
		margin: 0 -10px;
	}

		#outras_galerias h3
		{
			font-size: 14px;
			font-weight: 100;
			font-style: normal;
			color: #00703c;
			text-transform: uppercase;
			padding-left: 10px;
		}	

		#outras_galerias a
		{
			padding:0 10px;
		}

		#outras_galerias a:hover{
			opacity: 0.5
		}
	/* F: BOX FOTOS  */

/* F: DESTQUES HOME  */

/* i: Player Video resposive Home | CLBA TV */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* F: Player Video resposive Home | CLBA TV */


/* I: CONTENT */
#content{
	background: url(../images/bg_content_top.jpg) no-repeat top center;
	padding-top: 35px;
	margin-bottom: 50px;
}

.alignnone
{
	max-width: 100% !important;
	padding: 10px;
	background: #eee;
	height: auto;
}

.alignnone img{
	display: block;
	max-width: 100%;
	height: auto;
}

.wp-caption-text{
	padding:10px 0px
}

.alignleft
{
	float:left;
	text-align: center;
	padding: 5px 3px;
	background: #eee;
	margin-right: 20px;
	margin-bottom: 20px;
	max-width: 100%;
	height: auto;
}

.aligncenter{
	text-align: center;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
@media (max-width: 770px){
	#content{
		background-size: 200% auto;
	}
}
	/* I: CBLATV */
	.boxCBLATV{
		border: 1px solid #eeeeee;
		background: url(../images/bg_cblaTV.jpg) repeat-x top;
		min-height: 320px;
		padding-bottom: 10px;
	}

		#box_player {
			padding-top: 0px;
		}

			#logo_cblaTv{
				width: 142px;
				height: 70px;
				background: url(../images/logo_CBLATV.png) no-repeat top center;
				text-indent: -20000px;
				display: block;
				margin-top: -10px;
			}

			

			#box_player h2.tituloVideo{
				margin:10px 0px 0px;
				font-style: normal;
				font-weight: 300;
				font-size: 14px;
				color:  #00703c;
				line-height: 20px;
			}

		#box_outrosVideos .nav_videos{
			padding-top: 30px;
		}
			#box_outrosVideos ul, #box_outrosVideos li{
				margin: 0px;
				padding: 0px;
				list-style: none;
			}

			#box_outrosVideos .nav_videos .filter_videos
			{
				float: left;
			}

			#box_outrosVideos .nav_videos .filter_videos, .filter_videos a{
				color: #cccccc;
				text-decoration: none;
			}

				#box_outrosVideos .nav_videos .filter_videos a.active
				{
					color: #333;
				}

				 #box_outrosVideos .nav_videos .filter_videos a:hover
				 {
				 	color: #ffcc00;
				 }

			 #box_outrosVideos .nav_videos .pagination_videos
			 {
			 	color: #ccc;
			 	float: right;
			 	line-height: 20px;
			 }

			 	#box_outrosVideos .nav_videos .pagination_videos a{
			 		margin: 0px 3px;
					color: #333;
			 	}

			 	#box_outrosVideos .nav_videos .pagination_videos a.jp-previous, #box_outrosVideos .nav_videos .pagination_videos a.jp-next{
			 		margin: 0 2px;
			 		display: inline-block;
			 		width: 20px;
			 		height: 20px;
			 		background: url(../images/icon_nav_videos.png) no-repeat top left;
			 		text-indent: -2000px;
			 	}

			 	#box_outrosVideos .nav_videos .pagination_videos a:hover, #box_outrosVideos .nav_videos .pagination_videos a.jp-disabled
			 	{
			 		background-position-y: bottom;
			 	}

			 	#box_outrosVideos .nav_videos .pagination_videos a.jp-previous{background-position-x:left;}
			 	#box_outrosVideos .nav_videos .pagination_videos a.jp-next{background-position-x:right;}

		#box_outrosVideos .thumbs_videos{
			 margin: 0 -15px;
			padding-top: 10px;
		}

			#box_outrosVideos .thumbs_videos a{
				margin-top: 10px;
			}
	/* I: CBLATV */

	/* I: BOX REDES SOCIAIS */	
	.twitter_pinterest{
		padding-top: 22px;
	}
		.widget_centro_1
		{
			padding-left: 0px;
		}

		.widget_centro_1 h2
		{
			background: url(../images/twitter_cbla_oficial.jpg) no-repeat top left;
			width: 157px;
			height: 28px;
			text-indent: -2000px;
		}

		.widget_centro_2
		{
			padding-right: 10px;
			padding-top: 25px;
			text-align: center;
		}
	/* F: BOX REDES SOCIAIS */

	/* I: SUPERBANNER */	
		.super_banner
		{
			text-align: center;
			margin-top: 20px;
			margin-bottom: 20px;
		}
	/* F: SUPERBANNER */

/* F: CONTENT */

/* I: SIDEBAR */
@media (max-width: 640px) {
	#sidebar{
		display: none;
	}
}
#sidebar .banner{
			width: 300px;
			text-align: center;
			margin: 0 20px 30px;
			float: left;
		}

			#sidebar .banner .facebook{
				width: 300px;
				text-align: center;
				border: 1px solid #2d72aa;
				background: url(../images/bar_nos_curtimos_cbla.png) no-repeat right center;
			}
/* F: SIDEBAR */

.resultado_looping {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.resultado_looping .title
{
	margin-bottom: 20px;
}

.resultado_looping .title h2{
	margin-bottom: 0px;
	font-size: 20px;
}


/* I: LOGOS Patrocinadores */
#logos_patrocinadores{
	background: #fff url(../images/bar_colors.png) repeat-x top;
	padding-top: 9px;
}

#logos_patrocinadores h4{
	font-size: 12px;
	margin-top: 40px;
	color: #707070;
} 

#logos_patrocinadores hr
{
	padding:0px;
	margin:0px;
}

#logos_patrocinadores .box_logos{
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	padding:15px 0px;
	text-align:center;
	height:140px;
line-height: 100px;
}

#sidebar .widgettitle
{
	display:none;
}
	

	@media (min-width: 990px) {
		.patrocinio_principal
		{
			border-right: 1px solid #cccccc;
		}
	}

	@media (max-width: 990px) {
		.patrocinio_principal
		{
			padding-bottom: 20px;
			border-bottom: 1px solid #cccccc;
		}
	}

	.outros_logos a{
		display: inline-block;
		margin: 20px;
	}

	.outros_logos a:hover
	{
		opacity: 0.5;
	}
/* F: LOGOS Patrocinadores */


footer
{
	background: url(../images/bg_footer.jpg) no-repeat top center #124368;
	min-height: 345px;
}

.mp-form br{
	display: none;
}

footer .mp_submit
{
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #f8d92d !important;
	float: right;
	background: none;
	text-align: right;
}

#menu_footer {
	padding-left: 9%;
	padding-top: 10px;
	border-bottom:1px solid #103c5d;
}

	#menu_footer li{
		list-style: none;
		padding:0px;
		margin: 0px;
		list-style: 27px;
		display: block;
		clear: both;
		line-height: 24px;

	}

		#menu_footer li a{
			color: #f9db25;
			font-weight: bold;
			font-size: 13px;
			text-transform: uppercase;
		}


		#menu_footer .sub-menu
		{
			display: inline-block;
			padding: 0px;
			margin: -11px 0px;
			line-height: 10px;
		}

			#menu_footer .sub-menu li
			{
				float: left;
				
				clear: none;
			}

			#menu_footer .sub-menu  li a
			{
				color: #fff;
				font-weight: 300;
				font-size: 11px;
				text-transform: none;
				display: block;
				padding: 0px 8px;
				background: url(../images/div_menu_footer.jpg) no-repeat right center;
			}

#contato_redesSociais{
	border-left: 1px solid #103c5d;
	margin-top: 7px;
	padding-top: 20px;
}

	#contato_redesSociais hr{
		border: none;
		border-top: 1px solid #103c5d;
		margin-left: -16px;
	}

	#contato_redesSociais a.bto_contato, #contato_redesSociais a.bto_imprensa
	{
		padding-left: 41px;
		display: block;
		height: 31px;
		margin-bottom: 13px;
		color: #f9db25;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 38px;
	}

	#contato_redesSociais a.bto_contato
	{
		background: url(../images/icon_contato.png) no-repeat left center;
	}

	#contato_redesSociais a.bto_imprensa
	{
		background: url(../images/icon_imprensa.png) no-repeat left center;
	}

	#redes_sociais_footer{
			margin: 15px 0px;
		}

			#redes_sociais_footer a{
				background-color: rgba(255,255,255,0.2);
				background-repeat: no-repeat;
				background-position: center;
				display: inline-block;
				height: 22px;
				margin:0px 2px;
				text-indent: -2000px;
				width: 22px;

				

				-moz-border-radius: 11px;
				-webkit-border-radius: 11px;
				border-radius: 11px;
				behavior: url(../css/border-radius.htc);
			}

			#redes_sociais_footer a:hover{
				background-color: #00703c;
			}

			#redes_sociais_footer a.facebook	{background-image: url(../images/icon_facebook_yellow.png);}
			#redes_sociais_footer a.twitter	{background-image: url(../images/icon_twitter_yellow.png);}
			#redes_sociais_footer a.googleP	{background-image: url(../images/icon_googleplus_yellow.png);}
			#redes_sociais_footer a.pinterest	{background-image: url(../images/icon_pinterest_yellow.png);}
			#redes_sociais_footer a.instagram	{background-image: url(../images/icon_instagram_yellow.png);}
			#redes_sociais_footer a.youtube	{background-image: url(../images/icon_youtube_yellow.png);}

	#newsletter{
		font-size: 13px;
		color: #f8d92d;
		font-weight: 300;
	}

		#newsletter input{
			width: 100%;
			padding: 5px;
			font-size: 13px;
			color: #666666;
			border: none;
			margin: 4px 0px;
			display: block;
		}

		#newsletter a{
			font-weight: bold;
			font-size: 13px;
			text-transform: uppercase;
			color: #f8d92d;
			float: right;
		}
#line_copyright{
	background: #103756;
	color: #ccc;
	padding-top: 12px;
}

 .f360r{
 	text-align: right;
 }


/* I: INTERNA */

#barra_azul_migalha
{	
	background: #2d72ab;
	padding:0px;
	margin-bottom: 0px;
	height: 80px;
	text-align: left;
	
	padding-right: 90px;
	padding-top: 20px;
	font-weight: 300;
	color: #144c7a;
	margin:0px;
	padding: 0px;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

	#barra_azul_migalha .container
	{
		padding-left: 210px;
		padding-top: 10px;
	}

	#barra_azul_migalha a{
		text-decoration: none;
		color: #144c7a;
	}


	.share_redes_sociais
	{
		border-top: 1px dashed #ccc;
		padding-top: 20px;
		margin-top: 20px;
		display: block;
		font-weight: 300;
		font-size: 15px;
		color: #ccc;
	}

	.share_redes_sociais .addthis_toolbox
	{
		display: inline-block;
	}
/* F: INTERNA */

/* I: INTERNA CBLATV */
.CBLATV .share_redes_sociais
	{
		border-top: none;
		border-bottom: 1px dashed #ccc;
		padding-bottom: 20px;
		margin-bottom: 20px;
		padding-top: 0px;
		margin-bottom: 0px;
	}

/* F: INTERNA CBLATV */

/* I: FORMULçRIO DE CONTATO */
.formulario_contato input[type="text"], .formulario_contato input[type="email"], .formulario_contato textarea{
	width: 100%;
	margin: 13px 0px;
	padding: 5px;
	border: 1px solid #eee;
border-radius: 5px;
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.formulario_contato input[type="text"]:focus, .formulario_contato input[type="email"]:focus, .formulario_contato textarea:focus{
color:#fff;
background:#2d72ab;
}

.widecolumn{
text-align: center;
font-size: 15px;
}
