/*
 * ------------------------------------------------------------------------
 * JA Elastica Template for Joomla 2.5
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
*/

/* WEBFONTS
--------------------------------------------------------- */
@import url(fonts/TeX-Gyre-Adventor/stylesheet.css);

/* COMMON STYLE
--------------------------------------------------------- */
body {
  font-family: 'Anaheim', sans-serif;
  line-height: 1.6;
  font-size:1.3em;
}

body#bd {
  background: #FFF;
  color: #000 !important;
  font-size: 10px; /*Base font size */
}

body.fs1 #ja-wrapper {
  font-size: 1em;
}

body.fs2 #ja-wrapper {
  font-size: 1.1em;
}

body.fs3 #ja-wrapper {
  font-size: 1.2em;
}

body.fs4 #ja-wrapper {
  font-size: 1.3em;
}

body.fs5 #ja-wrapper {
  font-size: 1.4em;
}

body.fs6 #ja-wrapper {
  font-size: 1.5em;
}

/* Normal links ---*/
a {
  color: #0067AC;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {

  text-decoration: none;
}

/* Readon links ---*/
p.readmore {
}

p.readmore a {
  /*background: url(../images/readmore-bg.png) no-repeat right top;*/
  color: #0067AC;
  display: block;
  float: left;
  font-size: .85em;
  line-height: 30px;
  padding: 0;
  padding-right: 1.5em;
  text-transform: uppercase;
}

p.readmore a:hover,
p.readmore a:active,
p.readmore a:focus {
  background-position: right bottom;
}

/* Content spacing ---*/
.ja-content p, .ja-content pre, .ja-content blockquote,
.ja-content h1, .ja-content h2, .ja-content h3, .ja-content h4, .ja-content h5, .ja-content h6,
.ja-content ol, .ja-content ul, .ja-content dl {
  margin: 1em 0;
}

/* Headings & Titles ---*/
h1 {
  font-size: 2.2em;
  font-family: 'Archivo Narrow', sans-serif;  
}

h2,
div.itemHeader h2.itemTitle {
  font-size: 2.2em;
  font-family: 'Archivo Narrow',sans-serif;
}

h3 {
  font-size: 1.5em;
    font-family: 'Archivo Narrow', sans-serif;  
}

h4 {
  font-size: 1em;
  text-transform: UPPERCASE;
    font-family: 'Archivo Narrow', sans-serif;  
}

h5 {
  font-size: 1em;
    font-family: 'Archivo Narrow', sans-serif;  
}

.contentheading,
.componentheading,
h1,
h2,
h3,
h4,
h5 {
  color: #000;
  font-weight: normal;
}

h1.componentheading,
h2.componentheading,
.componentheading {
  font-weight: normal;
  margin: 0 0 1em;
}

h1.contentheading,
h2.contentheading,
.contentheading {
  font-weight: normal;
  margin: 0 0 1em;
  padding: 0;
}

.contentheading {
  font-size: 2.25em;
}

.blog-featured .contentheading {
  font-size: 1.75em;
}

.contentheading a {
  color: #000;
  text-decoration: none;
}

.contentheading a:hover,
.contentheading a:active,
.contentheading a:focus {
}

.jitem-title {
  font-size: 110%;
  font-weight: bold;
}

/* List ---*/
ul li {
 /* background: url(../images/bullet.png) no-repeat 15px 5px;*/
  line-height: 160%;
  margin-bottom: 5px;
  overflow: hidden;
  padding-left: 30px;
}

ol li {
  line-height: 180%;
  margin-left: 30px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 15px;
}

/* Others ---*/
hr {
  border-top: 1px solid #ccc;
}

img {
  max-width: 100%;
}

img[align=left] {
  margin: 0 20px 0 0;
}

/* FORM
--------------------------------------------------------- */
input, select, textarea, .inputbox {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  padding: 3px;
}

input[type="checkbox"],
input[type="radio"] {
  border: 0;
}

.inputbox {
  background: #fff;
  border: 1px solid #CCC;
  color: #333;
}

.inputbox:hover, .inputbox:focus {
  background: #fff;
}

.button,
button.validate {
  background: #EC534D;
  border: 1px solid #EC534D;
  color: #FFF;
  padding: 3px 10px;
}

.button:hover, .button:focus,
button.validate:hover, button.validate:focus {
  background: #222;
  border: 1px solid #222;
}

.login_form label,
.login label {
  padding-right: 10px;
}

/* Search ---*/
form#searchForm {
  border-top: 1px solid #ccc;
}

.searchintro {
  border-bottom: 1px solid #ccc;
}

.results h4 {
  font-size: 110%;
  text-transform: none;
}

.search fieldset {
  border: 1px solid #ccc;
  margin: 15px 0;
  padding: 10px;
}

.search legend {
  font-size: 100%;
  font-weight: bolder;
  line-height: 1.2;
  margin-left: 10px;
}

div.search {
  overflow: hidden;
}

/* Contact ---*/
#component-contact #emailForm {
  border-top: 1px solid #ccc;
}

#contact-slider {
  border-bottom: 1px solid #e2e2b5;
  float: none;
}

#contact-slider .title {
  border-left: 1px solid #e2e2b5;
  border-right: 1px solid #e2e2b5;
  border-top: 1px solid #e2e2b5;
  margin: 0;
  padding: 8px 10px;
}

#contact-slider .jpane-toggler-down {
  background: #333333;
}

#contact-slider .jpane-toggler-down a {
  color: #fff;
}

#contact-slider dt.closed {
  background: #ffffcc;
}

#contact-slider .content {
  border: 1px solid #e2e2b5;
  padding: 8px 10px;
}

#contact-slider .contact-image {
  float: right;
  margin: 15px 0;
}

#contact-form dl dd input.required,
#contact-form dl dd textarea.required {
  width: 60% !important;
}

/* -- EDITOR STYLES ----------------------------- */
#adminForm fieldset {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 10px;
}

#adminForm fieldset legend {
  padding: 0 5px;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.item-page,
.cat-children,
.com_content .archive,
.items-leading .leading .contentpaneopen,
.items-row .item .contentpaneopen {
  background: #FFF;
  border: 0px solid;
  position: relative;
  padding:0;
  margin:0;
  box-shadow:0 0 0 !important;
}

.item-page {
  margin-bottom: 1em;
}

.items-leading {
}

.items-row {
}

.item {
}

/* Meta ---*/
.article-tools {
  margin: -1em 0 2em;
  padding: 0;
  font-size: .875em;
  color: #999;
}

dl.article-info {
  margin: 0;
  padding: 0;
  width: 80%;
}

dl.article-info dd,
dl.article-info dt {
  margin: 0;
  padding: 0 5px 0 0;
}

dl.article-info a {
  color: #333;
  border-bottom: 1px solid #EEE;
}

dd.parent-category-name {
}

dd.category-name {
}

dd.create {
  padding-right: 5px;
}

dd.createdby {
  padding-right: 5px;
}

dd.hits {
  padding-right: 5px;
}

dl.article-info span {
  color: #333;
  text-transform: uppercase;
}

dl.article-info dt.article-info-term {
  display: none;
}

p.article-url {
  margin: 10px 0 0;
}

p.modifydate {
  margin: 1em 0 0;
}

.contentdescription {
  display: block;
  padding: 1em;
}

.contentdescription p {
  margin: 0;
}

ul.actions {
  float: right;
  margin: 0;
  padding: 0;
}

ul.actions li {
  display: inline-block;
}

ul.actions li img {
  border: 0;
  margin: 0 5px 0 0;
}

/* Sub Category List ---*/
.cat-children {
  margin: 1em 0;
  padding: 1.5em;
}

.cat-children h3 {
  margin: 0;
}

.cat-children ul {
}

.cat-children ul li {
  background: none;
  border-top: 1px solid #DDD;
  padding: 1em 0;
}

.cat-children ul li span.jitem-title {
}

.cat-children ul li span.jitem-title a {
}

/* Archive ---*/
.com_content .archive {
  padding: 1.5em;
}

ul#archive-items > li {
  background: none;
}

/* Inline images ---*/
.img_caption {
  margin: 1em 0;
  max-width: 100% !important;
  width: auto !important;
}

p.img_caption {
  color: #999;
  max-width: 100%;
  text-transform: uppercase;
  width: auto;
}

/* Tables ---*/
thead tr th {
  background: #333;
  color: #fff;
  padding: 5px;
}

thead tr th a,
thead tr th a:hover,
thead tr th a:focus,
thead tr th a:active {
  color: #fff;
}

.cat-list-row1,
.cat-list-row12,
tr.cat-list-row1 td,
tr.cat-list-row2 td {
  border-bottom: 1px solid #ccc;
  padding: 5px;
}

.cat-list-row1:hover,
.cat-list-row2:hover {
  background: #ffffcc;
}

.cat-list-row2,
tr.cat-list-row2 td {
  background-color: #f6f6f6;
}

/* Content Toc */
table.contenttoc {
  border: 1px solid #ccc;
}

table.contenttoc td {
  border-bottom: 1px dotted #ccc;
}

table.contenttoc th {
  background: #f6f6f6;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}

/* Poll */
form#poll {
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
}

dl.poll {
  border-bottom: 1px dotted #ccc;
}

table.pollstableborder td {
  background: #f6f6f6;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td {
  background: #fff;
  font-weight: normal;
}

/* Pagination ---*/
.pagination li span,
.pagination li strong {
  line-height: 20px;
}

.items-more {
  border-bottom: 1px solid #ccc;
}

.items-more h3 {
  font-size: 125%;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-main, ja-content {
  float: none;
}

#ja-container .main {
  padding: 0;
}

#ja-content {
}

#ja-content-main {
  background: #FFF;
  border: 0px solid;
  margin: 0;
  padding: 0;
}

.com_content #ja-content-main {
  background: none;
  border-top: 0;
  padding: 0;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {

  float:left;
  color: #FFF;
  margin-bottom: 0;

}

#ja-header .main {
  padding: 5px 0 !important;
  border:solid 0px;
  margin-bottom:0px;
}


#ja-header .main-inner1 {

}

h1.logo, div.logo-text h1 {
  font-size: 2em;
  line-height: 1;
  margin: 0;
}

/* Logo Image ---*/
h1.logo {

  float: left;
  height: 135px;
  width: 58%;
  padding-top:10px;

}

h1.logo a {
  background: none;
  display: block;
  font-size: 2em;
  height: auto;
  padding:0;
  text-align: left;
  width: 90%;
}

h1.logo a img {
  max-width: 100%;
}

/* Logo Text ---*/
div.logo-text {
  background: #ec534d;
  height: 50px;
  margin: 0;
  padding: 0 1em;
}

div.logo-text h1 {
  font-size: 1.25em;
  font-weight: normal;
  letter-spacing: 3px;
  margin-top: .5em;
}

div.logo-text h1 a {
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
}

p.site-slogan {
  color: #FFF;
  display: block;
  font-size: .875em;
  margin: 3px 0 0;
  padding: 0;
}

/* Search & Social Bars ---*/
#ja-top {
  float: right;
  /*height: 135px;*/
  position: relative;
  width: auto;
  z-index: 999;
  margin-top:65px;
}

/* Search */
#ja-search {
  float:right;
  padding: 0;
  position: static;
  margin-top:10px;
}

#ja-search .search-btn {
  background: url(../images/icon-search.png) no-repeat center;
  display: none;
  float: left;
  height: 30px;
  text-indent: -1000em;
  width: 30px;
}

#ja-search:hover .search-btn {
}

#ja-search form.search {
  float: left;
  padding:0;
  margin:5px 10px 0 0;
  position:relative;
}


#ja-search .inputbox {
  border:solid 0px;
  color: #000;
  margin: 0 0 10px 0;
  padding:0 0 0 5px;
  text-indent: 0;
  width: 187px;
  background: transparent url(../../../media/site/caixa_pesquisa.png) no-repeat 0 0;
  line-height:23px;
  height:23px;
  font-size:11px;


}

#ja-search .button{

	position:absolute;
	top:5px;
	right:0;
	background: transparent url(../../../media/site/btPesquisa.png) no-repeat 0 0;
	width:13px;
	height:14px;
	border:solid 0px;
	text-indent: -9999px;

}

/* Social */
#ja-social {
  height: 35px;
}

#ja-social ul {
  display: block;
  padding: 5px 1em 0;
}

#ja-social ul li {
  border-right: 1px solid #444;
  float: left;
  height: 30px;
  margin: 0;
  padding: 0;
  text-indent: -1000em;
  width: 30px;
}

#ja-social ul li a {
  background: url(../images/social-bg.png) no-repeat center top #444;
  display: block;
  height: 30px;
  width: 30px;
}

#ja-social ul li.social-rss a {
  background-position: center top;
}

#ja-social ul li.social-facebook a {
  background-position: center -30px;
}

#ja-social ul li.social-twitter a {
  background-position: center -60px;
}

#ja-social ul li.social-gplus a {
  background-position: center bottom;
}

#ja-social ul li a:hover {
  background-color: #EC534D;
}

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav {
  float: left;
  padding:10px 0;
}

/* Breadcrumbs ---*/
#ja-navhelper .main {
  text-transform: uppercase;
}

.ja-breadcrums {
  text-indent: 10px;
}

/* Extras ---*/
.ja-links {
  padding-right: 10px;
}

.ja-links li {
  padding: 0 10px;
}

/* Default Joomla! Menu ---*/
#ja-container ul.menu li {
  background: url(../images/bullet-c.png) no-repeat .025em 1em;
  border-top: 1px solid #EEE;
  padding: 0 1em;
}

#ja-container ul.menu li:first-child {
  border-top: 0;
}

#ja-container ul.menu li a {
  color: #666;
  padding: .5em 0;
}

#ja-container ul.menu li a:hover,
#ja-container ul.menu li a:active,
#ja-container ul.menu li a:focus {
  color: #333;
}

#ja-container ul.menu li.active > a {
  color: #ec534d;
  font-weight: bold;
}

#ja-container ul.menu li a img {
  margin-right: 3px;
}

#ja-container ul.menu li ul {
  border-top: 1px solid #EEE;
  margin: 0 -1em;
}

#ja-container ul.menu li li {
  background: none !important;
  margin-left: 1em;
  padding: 0;
}

#ja-container ul.menu li li a {
  font-weight: normal;
  text-indent: 10px;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
  color: #999;
  font-size: .9em;
  padding: 2em 0;
}

#ja-footer .main {
  text-align: center;
}

#ja-footer .inner {
  padding: 0;
}

#ja-footer .custom {
  padding: 1em 2em;
}

#ja-footer small {
  font-size: 1em;
}

#ja-footer a {
  color: #999;
  border-bottom: 1px solid #CCC;
}

#ja-footer a {
  color: #999;
  border-bottom: 1px solid #CCC;
}

#ja-footer a:hover,
#ja-footer a:active,
#ja-footer a:focus {
  color: #333;
  border-bottom-color: #333;
}

.t3-logo a,
.t3-logo-sm a {
  border-bottom: 0 !important;
  margin-top: 1em;
}

/* MISCELLANOUS
----------------------------------------------------------- */
/* Others ---*/
#ja-banner {
  border-top: 1px solid #EEE;
}

div.ja-innerdiv {
  border-bottom: 1px dotted #EEE;
}

div.ja-innerdiv h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 92%;
  font-weight: normal;
  text-transform: uppercase;
}

a.ja-icon-video {
  background: url(../images/icon-youtube.gif) no-repeat 5px 8px #fff;
  border: 1px solid #ccc;
  color: #666;
  display: block;
  font-weight: bold;
  padding: 5px 5px 5px 43px;
  position: absolute;
  right: 10px;
  text-decoration: none;
  top: 8px;
  width: 35px;
}

a.ja-icon-video span {
  color: #666;
}

a.ja-icon-video:hover,
a.ja-icon-video:focus,
a.ja-icon-video:active {
  border-color: #ddd;
  text-decoration: none;
}

a.ja-icon-video:hover span {
  color: #0F85D8;
}

#ja-absolute .main {
  height: auto;
  left: 1px;
  position: fixed;
  top: 1px;
  width: auto;
  z-index: 99999;
}

#ja-absolute .main a {
  background: url(../images/joomla15.png) no-repeat left top #fff;
  display: block;
  height: 99px;
  overflow: hidden;
  text-indent: -9999px;
  width: 91px;
}

#ja-absolute .main a:hover,
#ja-absolute .main a:focus {
  background-position: left bottom;
  text-decoration: none;
}

/* Loading */
#ja-extra-col-loading {
	background: url(../images/loading.gif) no-repeat 0px 0px;
	height: 32px;
	margin: 50px auto 0;
	text-indent: -999em;
	width: 32px;
}

/* Banner */
.banneritem {
	margin-bottom: 1em;
}



#rotator{

	float:left;
	width:100%;
	background-color:#000;
	margin:0;
	border-bottom:solid 5px #ee1c25;

}

.bt-title,
.titRotator{

	position:absolute !important;
	display:block !important;
	width:93%;
	height:90px !important;
	background: transparent url(http://www.closetmagazine.net/sites/all/themes/tb_methys_ii/images/bg-black.png) repeat 0 0;
	bottom:50px;
	padding:10px 20px;
	text-align:center;
}

.bt-cs .bt-inner img{

	border:solid 0px !important;
	outline:solid 0px !important;

}

.bt-cs .bt-inner .bt-title{


	color:#FFF !important;
	font-size:1.4em !important;

}

.titRotator a{

	font-weight:bold;
	text-transform:uppercase;
	line-height:150%;
	color:#FFF !important;
	font-size:1.4em !important;
	

}

.imgRotator{

	float:left;
	position:relative;


}
#wrap-logos{	
	clear:both;
	background-color:#000;
	padding:10px;
	width:100%;
}
#logos{

	clear:both;
	background-color:#000;
	padding:10px;
	width:1135px;
	margin-left: auto;
	margin-right: auto;
}


#canais{

	clear:both;
}

#canais #nsp-nsp_92{

	margin:20px 0;

}

#ja-main-wrap{

	clear:both;
	width:100%;
	margin-top:20px;
}

div.ja-moduletable-inner, div.moduletable-inner{

	box-shadow:0 0 0 !important;
	border:solid 0px !important;
	padding:0 !important;
	margin:0 !important;

}


.custom-subscreve{

	margin-bottom:10px;
	float:left;
	margin-left:15px;

}

.pesquisa{


	width:192px !important;

}

.pesquisa img{

	width:100% !important;

}

.pesquisa .custom-subscreve{

	padding:0;
	margin-left:0px !important;


}

#topMenu{

	float:left;
	clear:both;
	background-color:#000;
	width:100%;	
	border-bottom:solid 5px #0067AC;

}

.bt-cs .bt-row
{

	padding:0 !important;

}

.bt-cs .bt-inner img{

	margin:0 !important;

}

#destaquesHP h3{

	width:100%;
	background-color:#000;
	color:#FFF;
	text-transform: uppercase;
	padding:5px 10px;
	margin-bottom:10px;
	font-size:25px;
	line-height:30px;
}


#destaquesB2HP h3,
#right h3,
#canais h3{

	width:98.6%;
	background-color:#0067AC;
	color:#FFF;
	text-transform: uppercase;
	padding:5px 10px;
	margin-bottom:10px;
	font-size:18px !important;
	line-height:20px;
	font-weight:bold;
}

#destaquesB2HP h3{

	margin:0 !important;

}


#right h3{

	width:93.2%;

}

#right .ja-moduletable{

	float:left;
	width:100%;
	margin-bottom:20px;


}


#destaquesB2HP a.readon,
#destaquesHP  a.readon,
#right a.readon{

	color:#FFF;
	font-size:0px;
	width:20px;
	height:20px;
	display:block;
	background: transparent url(../../../media/site/bt_lerMaisV.png) no-repeat 0 0;
	clear:both;

}

#destaquesHP a.readon{

	background: transparent url(../../../media/site/bt_lerMaisP.png) no-repeat 0 0;

}

.moduletable-viral iframe{

	width:300px;
	height:200px;
	margin-bottom:10px;

}


#colCentral h3{

	background-color:#000;

}

.moduleItemIntrotext{
	
	position:relative;
	float:left;
	border:dotted 1px #AEAEAE;
	padding:5px !important;
	margin-right:10px;

}

.video{

	position:absolute;
	bottom:0px;
	top:5px;
	left:5px;
	width:30px;
	height:29px;
	background: transparent url(../../../media/site/pictoVideo.jpg) no-repeat 0 0;

}

div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img{

	border:solid 0px;
	padding:0;
	margin:0;

}

#contentor .k2ItemsBlock a{

	font-size: 1.5em !important;
	font-family: 'tesbold';
	line-height: 100% !important;
	color:#000 !important;
	font-weight:normal;

}

#rotatorWrapper li{

	float:left;
/*	width:33%;*/
	margin:0 !important;

}

#rotatorWrapper li.even{

	padding:0;
	border:solid 0px;
	margin:0;
}

#rotatorWrapper li.odd{

	padding:0;
	border:solid 0px;

}


#rotatorWrapper li.typeImage{

	width:100%;
	padding:0;
	margin:0;

}

#destaquesHP .moduleItemIntrotext{

	padding:0;
	border:solid 0px;
	margin:0;

}


#contentor fieldset{

	float:left;
	width:96%;
	border:dotted 1px #000;
	padding:2%;


}

.bfLegend-m{

	background-color:#FFF;
	padding:0 10px;
	color:#000;
	font-family: 'tesbold';
	font-size:20px;

}

#contentor label{

	font-weight:bold;

}


#contentor #bfGroupLabel31,
#contentor #bfGroupLabel31_1{

	font-weight:normal;

}

label#bfGroupLabel31{

	float:left;
	width:310px;

}

#bfElementGroupNoWrap31 input.ff_elem{

	float:left !important;

}



#caminho{

	float:left;
	clear:both;
	width:100%;
	margin-bottom:10px;

}


div.itemIsFeatured, div.catItemIsFeatured, div.userItemIsFeatured{

	background:transparent;

}

h2.itemTitle sup,
.itemVideoBlock .itp-share div{

	display:none;

}


div.catItemImageBlock{

	float:left;
	margin-right:10px;

}

.catItemView div.clr{

	display:none;
}

.catItemView p{

	padding:0;
	margin:0;

}

h3.catItemTitle{

	font-family: 'Archivo Narrow', sans-serif; //'tesbold';
	padding:0px 0 5px 0;
	margin:0;

}

h3.catItemTitle a{

	color:#0067AC;
	font-size: 1.5em !important;
	letter-spacing: 1px;

}


#MyRSSReaderTicker133 li .NewsFooter{

	margin:0 !important;
	color:#0067AC !important;

}
/***********************MENU PRINCIPAL************************/
.ja-megamenu ul.level0 li.mega {

	padding:0 25px 0 0;


}
.ja-megamenu ul.level0 li.mega span.menu-desc {
  text-transform: none;
  font-size: .875em;
  margin-top: 2px;
}

div.catItemImageBlock{

	padding:0 !important;

}

div.itemVideoBlock{

	background: transparent !important;
	padding:0 !important;
	margin:15px 0 0 0 !important;

}

h3.tit_Video{


	font-size:18px !important;
	width:95% !important;
	padding-left:5% !important;
	color:#FFF;
	background: #0067AC url(../../../media/site/pictoVideoRotator.jpg) no-repeat 0 0;
	margin-bottom:20px !important;

}

h3.tit_Galeria{


	font-size:18px !important;
	width:95% !important;
	
	color:#FFF;
	background: #0067AC url(../../../media/site/pictoGaleria.jpg) no-repeat 0 0;
	margin:10px 0 20px 0 !important;
	padding:16px 0 4px 6%;
}


.itemImageGallery .itp-share{

	display:none !important;

}

#ja-top .custom table td{

	padding:0 !important;

}

div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img{border:solid 0px;}
.muted{display:block;}