/*
 CSS do templete principal do Site (agecom)
 */

body{
    margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
    background: #EFEFEF;
}

h3{
margin-top:20px;
margin-bottom:20px;

}

.priority{
     border:#E0E0E0;
     border-style: solid;
     border-width: 2px;
	 background:#F8F8F8;
}

#container_site{
    border: 2px solid #DBDBDB;
	background:#FFFFFF;
	margin: 10px auto;
}


	 
/** 
 TOPO BAR - ESQUERDA
  **/   
  
  #container_site .topo-bar{
    background:#FBFBFB;
	float:left;
	border-bottom:1px solid #DBDBDB;
	width:100%;
	height:45px;
}

  .topo-bar .topo-esquerda{
     float:left
  }
  
   .topo-esquerda #data{
   padding:13px 0 0 20px;
   }
   
    #data .datetime{
	border-left:1px solid #8B8B8B;
	border-right:1px solid #8B8B8B;

    height:16px;
    }
	 .datetime span{
	  text-transform:uppercase;
	  padding-left:18px;
	  color:#8B8B8B;
	  font-weight:bold;
	  font-size:12px;
	  }
	  
  .topo-bar #topo-esquerda-menu{
     float:right;
  }
   
   #topo-esquerda-menu .menu{
   }
 
/** 
 FIM TOPO BAR - ESQUERDA
  **/     
   
   
  
/** 
 TOPO BAR - DIREITA
  **/    
.topo-bar #topo-direita-menu{
  float:right;
  padding: 14px 0 0 0;
}
 #topo-direita-menu .menuhorizontal_menu{
 }
  .menuhorizontal_menu li{
  display:inline;
  list-style-type:none;
  padding-right: 7px;
  float:left;
  background:url(..images/separador_menu.jpg) no-repeat;
  }
   .menuhorizontal_menu li a{
   text-decoration:none;
   color:#718FC1;
   text-transform:uppercase;
   font-weight:bold;
   font-size:12px;
   }
  .menuhorizontal_menu li.divider .separator{
  }
   .separator img{
    margin-top:5px;
    vertical-align: top;
   }

/** 
 TOPO BAR - DIREITA
  **/  
  
  
  
/** 
 MIDIAS
  **/  
#container_site #area-central{
margin-top:20px;
}

  #area-central #videos-pricipal{
  margin-left:8px;
  color:#FFFFFF;
  float:left;
  position:relative;
  }
  #area-central #noticias-principal{
  float:right;
  margin-left:10px;
  position:relative;
  }
   #noticias-principal .subNoticiasLeft{
    float:left;
   }
   #noticias-principal .subNoticiasRight{
   float:right;
   }
  
#container_site #interacao-midias{
margin-left:10px;
position:relative;
}

#interacao-midias #midias-menu{
margin-bottom:20px;
     
}
  #midias-menu img{
  padding-top:10px;
  padding-bottom:10px;
  
  }
   
  #midias-menu ul {
    float:left;
	}
    #midias-menu ul li{
	float:left;
	list-style:none;
	}

#container_site .galeria-fotos{
  height:280px;
	clear:both;
	float:left;
	text-transform:uppercase;
	background:#FFFFFF;
  position:relative;
}
 
 .galeria-fotos .galeria-desc{
 width:auto;
 height:20px;
 background:#4D6B9D;
 position:relative;
 float:left;
 text-align:left;
 color:#FFFFFF;
 font-size:10px;
 padding:10px 10px 5px 8px;
 margin:7px 0 0 8px;
 z-index:2;
 }
 
 .galeria-fotos .fotos {
 position:absolute;
 top: 0;
 left: 8px;
 }
  .fotos .veja-mais{
  position:relative;
  float:right;
  top:-57px;
  right:28px;
  color:#FFFFFF;
  font-size:9px;
  text-transform:uppercase;
  height:15px;
  border-left:1px solid #FFFFFF;
  padding-left:10px;
  }
   .veja-mais a{
   }
   .veja-mais img{
    margin-left:5px;
	}
 

#container_site .videos-destaque{
    height:280px;
	float:right;
	text-transform:uppercase;
		background:#FFFFFF;
		margin-left:12px;
    position: relative;
}

 .videos-destaque .galeria-desc{
 width:auto;
 height:20px;
 background:#4D6B9D;
 position:relative;
 float:left;
 text-align:left;
 color:#FFFFFF;
 font-size:10px;
 padding:10px 10px 5px 8px;
 margin:14px 0 0 8px;
 z-index:2;
 }
 
 .videos-destaque .video{
 position:absolute;
 right: 8px;
 top: -8px;
 }
  .video #sp-simple-youtube288{
  
  }
/** 
 FIM MIDIAS
  **/  
  
#container_site .newsletter{
background:#3C5F99;
border: 2px solid #7DA1D3;
height:80px;
margin-top:35px;
margin-bottom:15px;
}


#container_site #lateral-direita{
float:right;
margin-right:10px;
}
  #lateral-direita .diario-oficial{
  list-style: none;
  text-transform: uppercase;
  float: left;
  color: #4567A4;
  width:100%;
  height:230px;
  background:url(../images/diario.jpg) top no-repeat;
  margin-bottom:10px;

  }
     .diario-oficial ul {
	   padding:5px;
	 }
	 .diario-oficial ul li{
	 list-style: none outside none;
	 margin-left:5px;
	 margin-bottom:10px;
	 font-weight:bold;
	 }
	 
    .diario-oficial ul li.diario-small{
	   color:#6B6B6B;
	   font-size: 14px;
       text-transform: none;
	   font-weight:normal;
	   margin-bottom:10px;
	  }
	  
    .diario-oficial li a:link, .diario-oficial li a:visited, .diario-oficial li a:hover {
    text-decoration: none;	
    }
	 .diario-oficial li.diario{
	 
	 }
	
	.diario-oficial ul li.acesseJa{
	margin-top:20px;
	clear:both;
	margin-top:120px;
	}
	 .acesseJa a.botaoAcesse{
	 color: #FFFFFF !important;
	 border:2px solid #8AAAD9;
	 background:#5278B9;	 
	 text-transform:none;
	 width:195px;
	 height:42px;
	 padding: 8px 55px 8px 55px;
	 }
	 
	 .diario-oficial .botaoEdicoes{
	 height:50px;
	 background:#F8F8F8;
	 border-bottom:1px solid #E0E0E0;
	 text-align:center;
	 text-transform: uppercase;
	 font-size:12px;
	 width:100%;
	 margin-top:20px;
	 	 }
	   .botaoEdicoes ul li{
	    padding-top:13px;
		border-top:1px solid #EFEFEF;
		}
	   
	   .botaoEdicoes ul li a:link, .botaoEdicoes ul li a:visited, .botaoEdicoes ul li a:hover{
	     color:#5E7AAC;
		 text-decoration:none;
		 text-align:center;
		 	   }
	 
  #lateral-direita .contagem-copa{
  background:url(../images/copa.png) center no-repeat;
  width:222px;
  height:271px;
  clear:both;
  position:relative;
  }
   .contagem-copa #cont-regressiva {
   position:absolute;
   width: 222px;
   text-align: center;
   top:72px;
   left: 0px;
   color: #FFF;
   font-family: 'Lato';
   letter-spacing: 1px;
   font-weight: bold;
   font-size: 20px;
   }
  
  
/** 
  AREA INTERNA DO SITE - EXIBIÇÃO DE NOTICIAS E CIA 
  **/
  
#area-central #artigos{
padding:20px;
font-family: 'Lato', sans-serif;
font-size:14px;
width:100%;

}
 #artigos .breadcrumb{
 float:right;
 clear:both;
 margin-right:20px;
 }
  .breadcrumb ul li{
  float:left;
  text-align:left;
  margin-right:5px;
  color: #527EBF;
  text-decoration: none;
  font-weight: bold;
  }
   .breadcrumb ul li a:link, a:visited {
   color: #666666;
   text-decoration: none;
   font-weight: bold;
   }
   
   .breadcrumb ul li a:hover {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
	}
   
 #artigos .item-page{
     margin-top:40px;
	 margin-right:20px;
	 font-family: 'Lato', Arial, Helvetica, sans-serif!important;
     font-size:13px;
	 color:#333333;
 
 } 
 
   .item-page p img{
   width:450px!important;
   height:280px!important;
   }
   .item-page .page-header{
   font-size:13px!important;
   color:#000000!important;
   }
   .item-page .btn-group{
   float:right;
   font-size:13px!important;

   } 
     .btn-group ul.dropdown-menu {
	 padding:10px;
	 }
	 .btn-group ul.dropdown-menu li.print-icon{
	   text-align:left;
	   float:left;
	   margin-right:10px;
	 }
	 .btn-group ul.dropdown-menu li.email-icon{
	   float:right;
	   text-align:left;

	 }
	 
   .item-page .article-info{
   padding:5px 0 5px 0;
   }
    .article-info .create{
	color: #999999;
	}
  
/** 
  FIM DA AREA INTERNA DO SITE - EXIBIÇÃO DE NOTICIAS E CIA 
  **/
  


/** 
   INICIO DAS CLASSES MODIFICADAS DOS MODULOS
    **/
	
/** 
 GALERIA DE FOTOS - PAGINA PRINCIPAL 
  **/	
  
.joomimg_row{
width:325px;
height:280px;
}
 .joomimg_row .joomimg294_imgct{
 height:100%;
 }
	.joomimg294_imgct .joomimg294_txt{
	height:35px;
	background:#000000;
	opacity:0.60;	
  filter: alpha(opacity = 60);
	width:95%;
	margin:-60px 5px 0 8px;	
	-webkit-border-radius: 3px;
	border-left:2px solid #415A82;
	}
	.joomimg294_txt ul li{
	  padding:6px 0 5px 15px;
		}
	 .joomimg294_txt ul li b{
	 text-transform:none;
	 color:#FFFFFF;
	 font-size:12px;
	 }
	 
#artigos .gallery{
clear:both;
margin-top:20px;
}
/** 
 FIM DA AREA DE GALERIA DE FOTOS - PAGINA PRINCIPAL 
  **/	 
  
/** 
  AREA DE VIDEOS - PAGINA PRINCIPAL 
  **/

	 
.custom-video .avs_thumb{
}

 .avs_thumb .arrow{
 left:-180px!important;
 top:20px!important;
 background:#000000!important;
 opacity:0.65!important;
 filter: alpha(opacity = 65);
 position:inherit!important;
 }
 
 .avs_thumb .name{
 float:left;
 display:none;
 text-transform:none;
 }
 
 .avs_thumb .video-desc{
    height:35px;
	background:#000000;
	opacity:0.60!important;	
  filter: alpha(opacity = 60);
	width:95%;
	margin:185px 5px 0 8px;	
	-webkit-border-radius: 3px;
	border-left:2px solid #415A82;
 }
   .video-desc .arrow{
   float:left!important;
   margin:0 0 0 5px !important;
   height:35px !important;
   width:35px !important;
    border-right:3px solid #FFFFFF;
   }
   .video-desc ul li {
   padding:5px 0 5px 15px;
   }
   .video-desc ul li span.title{
      margin-left:10px;

     text-transform:none;
	 color:#FFFFFF;
	 font-size:12px;
	 float:left;
	 z-index:2;
	 display:inline;
	 text-align:left;
   }
   
 .avs_thumb .image{
 display:inline;
 }
 
/**
 FIM DA AREA DE VIDEOS
  **/
 

/** 
   AREA DE NOTICIAS
    **/

#videos-pricipal .escurece{
position:absolute;
background:#000000;
-webkit-border-radius: 2px;
opacity:0.30;
filter: alpha(opacity = 30);
width:460px;
height:75px;
top:71%;
z-index:5;
}
 #videos-pricipal .noticias-subR{
  position:relative;
 }  
  .noticias-subR .escurece2{
   width:222px;
   height:42px;
   position:absolute;
   opacity: 0.40;
   filter: alpha(opacity = 40);
   background:#000000;
   top:28%;
   z-index:5; 
  }
  
  .noticias-subR .escurece3{
   width:222px;
   height:42px;
   position:absolute;
   opacity: 0.40;
   filter: alpha(opacity = 40);
   background:#000000;
   top:28%;
   z-index:5;
   margin-left:230px;
  }

#videos-pricipal .mfp-table-cell{
float:right;
position:relative;
}

#videos-pricipal .mfp-table-cell-inner , .noticias-subR .mfp-table-cell-inner{
position:relative;
border-radius: 2px;
margin:0!important;
 }
 
 #videos-pricipal .minifrontpage-default .mfp-table-cell-inner .mfp-img-left {
 padding:0!important;
 margin-right:none!important;
 }
 /*
 #videos-pricipal .mfp-table-cell-inner .mfp-introtitle, .noticias-subR .mfp-table-cell-inner .mfp-introtitle{
 position:absolute;
 left:15px;
 top:15px;
 width:auto;
 height:auto;
 border:2px solid #A1C6E0;
 background:#496DB7;
 -webkit-border-radius: 2px;

 }
 
  #videos-pricipal .mfp-table-cell-inner .mfp-introtitle a , .noticias-subR .mfp-table-cell-inner .mfp-introtitle a{
   color:#FFFFFF;
   font-size:10px;
   text-transform:uppercase;
   text-decoration:none;
   font-weight:bold!important;
   padding:5px; 
   }
   */
    
   
#videos-pricipal .mfp-table-cell-inner .mfp-introtitle{
 position:absolute;
 float:left;
 left:15px;
 top:200px;
 background:none;
 color:#FFFFFF;
 box-shadow:none;
 border:none!important;
 font-weight:bold;
 font-size:17px!important;
 width:240px;
 font-family: 'Lato', sans-serif;
 text-align:left;
 z-index:10;
 }
 
  #videos-pricipal .mfp-table-cell-inner a.mfp-readon{
  margin-top:-50px!important;
  margin-left:18px!important;
  background-color:none!important;
  background:url(../images/mais.png) left no-repeat ;
  font-size:11px!important;
  font-weight:bold!important;
  text-align:right;
  width:80px;
  z-index:15;
  position:relative;
  color:#FFFFFF;
  }
  
  #videos-pricipal .mfp-table-cell-inner a.mfp-readon:hover {
  background-color:none!important;
  color:#496DB7!important;
  background:url(../images/mais2.png) left no-repeat !important;
  }
   /**
  INICIO DA LISTA DE sub-NOTICIAS 
   **/
  .noticias-subR .mfp-table-cell-inner p{
  position:absolute;
  left:5px;
  top:76px;
  background:none;
  color:#FFFFFF;
  box-shadow:none;
  border:none!important;
  font-weight:bold;
  font-size:12px!important;
  width:150px;
  font-family: 'Lato', sans-serif;
  text-align:left;
  z-index:10; 
  }
   /**
  INICIO DA LISTA DE sub-NOTICIAS 
   **/
   
   .noticias-subR .mfp-table-cell:hover p{
   background:none!important;
   }
   
 /**
  INICIO DA LISTA DE NOTICIAS 
   **/
   
.noticias-centro{
margin: 0;
border: 1px solid #E5E5E7;
background: #F8F8F8;
color: #666;
padding: 5px 10px;
border-radius: 4px;
box-shadow: inset 0px 0px 10px #eee;
text-shadow: 0 1px 0 #fff;
line-height: normal;
height:135px;
}
   
 .noticias-centro .mfp-other-article-inner{
 margin:0;
 border:1px solid #E5E5E7!important;
 background:#F8F8F8!important;
 }
  .noticias-centro .mfp-other-article-inner .mfp-other-article-title{
  color:#FFFFFF!important;
  text-transform:uppercase;
  padding:5px;
  left:10px;
  width:76px;
  height:auto;
  border:2px solid #A1C6E0;
  background:#496DB7;
  -webkit-border-radius: 2px;
  font-size:10px!important;
  margin:12px 0 13px 0!important;
  }
 
  .noticias-centro .mfp-other-article-inner ul li{
  list-style:none!important;
  margin-bottom:8px;
  } 
   .noticias-centro .mfp-other-article-inner ul li a:link, .noticias-centro .mfp-other-article-inner ul li a:hover, .noticias-centro .mfp-other-article-inner ul li a:visited{
   color:#8D8D8D;
   text-decoration:none;      
   }
   
   .noticias-centro .mfp-table-cell-inner .mfp-introtitle {
   font-size:12px!important;
   color:#8D8D8D!important;
   float:left;
   border-left:1px solid #8D8D8D;
   display:inline;
   padding-left:5px; 
   }
    .noticias-centro .mfp-table-cell-inner .mfp-introtitle a, .noticias-centro .mfp-table-cell-inner .mfp-introtitle a:visited{
	text-decoration:none;
    color:#8D8D8D!important;
	}
	
	.noticias-centro .mfp-table-cell-inner .mfp-introtitle a:hover{
	color:#5B83CB!important;
	}
	 
	.noticias-centro .mfp-table-cell-inner  .mfp-date-author{
	color:#457BBB;
	font-weight:bold;
	display:inline;
	float:left;
	margin-right:5px;
	font-size:11px;
	}
	
  .noticias-centro .minifrontpage-default .mfp-other-article-title {
    color:#FFFFFF!important;
    text-transform:uppercase;
    padding:5px;
    left:10px;
    width:76px;
    height:auto;
    border:2px solid #A1C6E0;
    background:#496DB7;
    -webkit-border-radius: 2px;
    font-size:10px!important;
    margin:3px 0 13px 0!important;
  }

.noticias-centro .todas-noticias{
float:right;
font-size:10px;
margin-top:5px;
font-weight:bold;
}
 .todas-noticias a:link, .todas-noticias a:visited{
 margin-left:5px;
 color:#5B83CB;
 text-transform:uppercase;
 text-decoration:none;
 }
  .todas-noticias a:hover{
   color:#457BBB;
   }
   .todas-noticias a img{
    padding-right:5px;
   }
 
 /**
  FIM LISTA DE NOTICIAS 
  
   **/
   
   
 /**
  INICIO DA AREA DA NEWSLETTER
     **/
   
.newsletter .acymailing_module_form{
color:#FFFFFF;
  padding:30px 15px 0 15px!important;
  position:relative!important;

}
 
  .acymailing_module_form .acymailing_introtext{
  display:inline!important;
  padding:10px 15px 0 10px!important;
  margin-top:30px;
  color:#FFFFFF;
  text-transform:uppercase;
  font-weight:bold;
  }
  
   .acymailing_module_form .acymailing_form{
   margin:0 0 20px 10px!important;
   margin-top:-30px!important;
   position:relative;
   }
    .acymailing_module_form .acymailing_finaltext{
	position:absolute!important;
	left:385px;
	top:24px;
	width:160px;
	height:38px;
	border-right:1px solid #6CA1D5;
	font-size:13px!important;
	}
	
	.acymailing_module_form td.acyfield_email{
	padding:0px 0px 0px 125px!important;
	}
	 .acyfield_email .inputbox{
	 height:auto;
	 width:190px!important;
	 color:#5B83CB;
     font-size:12px;
     text-transform:uppercase;
     font-weight:bold;
	 padding:10px 20px 11px 10px;
	 }
	 
   .acymailing_form .acysubbuttons{
   margin-top:5px;
  
   }
    
	 .acysubbuttons .btn-primary{
	    color: #FFFFFF!important;
        text-transform: uppercase;
        padding: 4px;
        width: 35px;
        height: auto;
        border: 2px solid #A1C6E0;
        background: #496DB7;
        -webkit-border-radius: 2px;
		font-size:18px!important;
		font-weight:bold;
		margin-top: 5px;
		float:left!important;
		position:relative;
        left:-40px;		
	}
	 
	 .acysubbuttons .btn-inverse{
	 width:auto!important;
	 margin-left:185px!important;
	 height:35px!important;
	 font-size:10px!important;
	 padding:0!important;
	 text-align:center;
	 float:left;
	 color: #FFFFFF!important;
	 border:none!important;
	 background:none!important;
	 margin-top:-13%!important;
	 }
   
   
/**
  FIM DA AREA DA NEWSLETTER
   **/
   
   
   
   
/**
  INICIO DA AREA DO CLIMA-TEMPO
   **/
.tempo .horizontal{
width:100%;

}

.horizontal .gkwCurrent{
}

.gkwCurrent .gkwMainLeft{
}

/**
  FIM DA AREA DO CLIMA-TEMPO
   **/


 /**
  MUDANÇAS NA AREA DAS PAGINAS INTERNAS 
   **/
   
#artigos h1, h2, h3{
margin:20px 0 20px 20px !important;
display:block !important;
font-size:16px!important;
color:#666666 !important;
}

#artigos a{
   text-decoration:none;
   color:#666666;
   font-weight:bold;
   text-transform:none!important;
   }
    #artigos a:hover{
	color:#5B83CB!important;
	}
   
#artigos .todas-noticias{
font-size:14px;
}
#artigos .todas-noticias form {
  font-size: 12px;
}
 .todas-noticias .content-category{
 }
  .content-category table {
  width:100%!important;
  height:auto!important;
  }
   .content-category tr{
   height:25px!important;
   }

   .content-category  .list-date{
   color:#527EBF!important;
   margin-right:20px!important;
   font-weight:bold;
   }
   
   
#artigos .pagination{
margin-top:15px;
}
.pagination p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-size:10px;
padding-left:10px;
}
.pagination li {
float: left;
padding-left: 0;
}

.pagenav {
text-align: center;
font-size: 11px;
font-weight: bold;
border: 3px double #cccccc;
width: auto;
background: url(../images/button_bg.png) repeat-x;
padding: 0 19px;
line-height: 20px;
margin-top: 20px;
}
.pagination li {
line-height: 15px;
padding-left: 5px;
padding-top: 0px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}

#artigos .jg_row jg_row2{
clear:both;
}

/**
  FIM DA MUDANÇAS NA AREA DAS PAGINAS INTERNAS - NOTICIAS 
   **/
   
   
/**
  MUDANÇAS NA AREA DAS PAGINAS INTERNAS - PODCAST 
   **/
  
#artigos .category-list{
margin-top:20px!important;

}

  .category li {
  margin-bottom:10px;
  }
  .category li .ss-date{
   color: #527EBF!important;
   font-weight: bold;
   font-size:12px!important;
   }
   
#artigos .ss-sermon-container{
}  
 .ss-sermon-container #sermon-infobox{
  width:42%!important;
 }
  #sermon-infobox .ss-field{
   font-size:80%!important;
   width:50%!important;
   color: #666666!important;

   } 

   #sermon-infobox .ss-mp3-links a:hover{
   text-decoration:underline!important;
   }
   
   

/**
   FIM DA MUDANÇAS NA AREA DAS PAGINAS INTERNAS - PODCAST 
  **/

/**
 * Alterações de Flávio
 */

.joomimg_row {
  padding: 0;
}

.tabela-com-borda th,
.tabela-com-borda td {
  border: 1px solid #BBB;
  padding: 5px 10px;
  vertical-align: middle;
}

/* Este bloco aplica-se apenas ao Firefox */
@-moz-document url-prefix() {
  .acyfield_email .inputbox {
    height: 22px;
  }

  .separator img {
    margin-top: 10px
  }

  .topo-bar #topo-direita-menu {
    padding-top: 10px;
  }

}

.noticias-subR {
  position: relative;
}

.noticias-subR .escurece2,
.noticias-subR .escurece3 {
  bottom: 10px;
  top: auto;
}

.fotos .veja-mais {
  position: absolute;
  top: auto;
  bottom: 35px;
}

.noticias-centro .minifrontpage-default .mfp-other-article-title {
  display: inline-block;
  width: auto;
}

.contact-miscinfo {
  margin-top: 15px;
}

.contact h3,
.contact-miscinfo .jicons-icons {
  display: none !important;
}

.print-icon a,
.email-icon a {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -5000em;
}

.print-icon a {
  background: transparent url('../images/printButton.png') left top no-repeat;
}

.email-icon a {
  background: transparent url('../images/emailButton.png') left top no-repeat;
}

#icons .btn-group.pull-right {
  float: right;
}

.content-category .list-date {
  width: 112px;
}

.newsletter .responseContainer {
  height: 50px !important;
  padding: 30px 0 0 20px !important;
}

.acyfield_email .inputbox {
  padding: 10px 50px 11px 10px;
  width: 150px !important;
}

.noticias-centro {
  height: 269px;
  position: relative;
}

.noticias-centro .minifrontpage-default {
  overflow: hidden;
  height: 250px;
}

.noticias-centro .todas-noticias {
  position: absolute;
  bottom: 10px;
  right: 13px;
}

#mfptabs {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
}

.minifrontpage-tabbed-fade-in-out #mfptabs ul {
  margin-bottom: 0 !important;
}

#videos-pricipal .mfp-table-cell-inner .mfp-introtitle {
  background: transparent url('../images/bg-escurece.png') left top repeat;
  left: 0;
  width: 430px;
  height: 40px;
  border-radius: 0;
  padding: 15px;
  margin-top: 10px;
}

#videos-pricipal .mfp-table-cell-inner .mfp-introtitle a {
  color: #FFFFFF;
  text-decoration: none;
}

.topo-esquerda #data {
  width: auto;
}

.datetime span {
  padding: 0 18px;
}

.noticias-centro .mfp-table-cell-inner .mfp-date-author,
.noticias-centro .mfp-table-cell-inner .mfp-introtitle {
  font-size: 12px !important;
}

.noticias-centro .mfp-table-row {
  display: block !important;
  margin: 3px 0;
}

#artigos .blog {
  padding-right: 20px;
}

.ss-serie-container h1 {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}

.ss-serie-container .btn-group,
.ss-serie-container .article-info .article-info-term {
  display: none;
}

.tip-wrap {
  display: none !important;
}

/**
 * Fim das alterações de Flávio
 */

/**
 * Alterações de Eron
 */

.item-page.todas-noticias p{
   margin-bottom: 20px;
  // line-height: 22px !important;
}
.item-page.todas-noticias p span{
   // line-height: 22px !important;
}
/**
 * Fim das alterações de Eron
 */

/**
 * Módulo de busca.
 */

#topo-direita-menu .search {
  float: left;
  margin-top: -7px;
}

input.search-query,
#search-searchword 
{
  background: #FFF url('../images/btn_busca.png') right center no-repeat;
  width: 170px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  height: 20px;
  padding: 4px 25px 4px 6px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#searchForm button {
  display: none;
}

#searchForm .btn-toolbar,
#searchForm .searchintro {
  float: left;
}

#searchForm .searchintro {
  margin: 6px 0 15px 10px;
}

#searchForm .phrases {
  clear: both;
}

#searchForm .only,
#searchForm .form-limit,
#searchForm .counter,
.search-results,
.search-results .result-title {
  margin-top: 10px;
}

/*Começo alterações Gabriela*/

.mfp-table-cell-inner img{
  height: 281px!important;
  width:480px!important;
  margin:0px!important;
  }

.mfp-table-cell-inner a img{
    margin:0px!important;
}

#videos-pricipal{
margin-bottom: 10px!important;
}

.minifrontpage-tabbed-fade-in-out{
    height: 281px!important;
}





.apoio_patrocinio {
height: 30px;
background-color: #F2F2F2;
padding: 10px 20px;
}

.apoio_patrocinio img {
  margin-left: 15px;
  height: 30px;
}

.cogel_rodape{
  margin-left: 11px;
  margin-bottom: 4px;
}




 /*Fim alterações Gabriela*/