@import "global.css";
#noticia_data{
	margin:0;
	padding:0 10px 0 0;
	text-align:right;
	font-size:10px;
	width:605px;
	float:right;
}
#noticia_data p{
	border-bottom:1px solid #e3e3e3;	
}
#noticia_titulo h1{
	margin:10px 0 0 0;
	color:#61a82b;
}
#noticia_subtitulo h2{
	font-size:16px;	
	color:#666;
}
#noticia_texto ol{
	margin:0 0 0 20px;
	padding:0;
}
#noticia_texto ol li{
	margin:5px 0!important;
	width:280px!important;
	float:left!important;
}
#noticia_texto, #noticia_fonte, #noticia_autor{
	padding:0 10px;
	text-align:justify;	
}
.news-first-line img{
	margin:0 10px 0 0;
}
.news-center-image{
	text-align:center;
}
.news-center-image img{
	max-width:600px;
}
/*BORDER-RADIUS*/
.moz-exemples, .webkit-exemples{
	margin:20px 0;
	float:left;	
	text-align:center;
}
#moz-exemple1, #moz-exemple2, #moz-exemple3, #moz-exemple4, #webkit-exemple1, #webkit-exemple2, #webkit-exemple3, #webkit-exemple4{
	margin:10px 0;
	padding:30px 0 0 0;
	width:150px;
	height:40px;
	color:#000;
	background:#4f8f3c;
	float:left;	
}
#moz-exemple1{
	-moz-border-radius: 25px;
}
#moz-exemple2{
	-moz-border-radius-topright: 25px;
	-moz-border-radius-topleft: 25px;
}
#moz-exemple3{
	-moz-border-radius: 25px 0;
}
#moz-exemple4{
	-moz-border-radius: 30px 15px;
}
.moz-script, .webkit-script{
	margin:10px 0;
	padding:20px 0 0 0;
	width:300px;
	height:50px;
	float:right;
	border:1px dashed #666;
}
#webkit-exemple1{
	-webkit-border-radius: 25px;
}
#webkit-exemple2{
	-webkit-border-top-right-radius: 25px;
	-webkit-border-top-left-radius: 25px;
}
#webkit-exemple3{
	-webkit-border-radius: 30px 0px 30px 0px;
}
#webkit-exemple4{
	-webkit-border-radius: 0px 30px 0px 30px;
}
/*****************************************/
pre{
	margin:10px 0;
	padding:10px;
	width:508px;
	float:left;
	background-color:#f1f1f1;
	border:1px dashed #ccc;
	color:#000099;
}
pre strong{
	font-weight:normal;
	color:#ff3aff;
}
h4{
	float:left;
	width:605px;
}
p{
	float:left;	
	width:605px;
}
p img{
	padding:0 10px 0 0;	
}
/* CSS GALERY - POST 09 */
.css-gallery {
  padding:0; 
  margin:0 0 20px 30px!important; 
  list-style:none; 
  overflow:hidden; 
  width:434px!important; 
  height:332px!important; 
  border:1px solid #a67b49; 
  float:left!important;
  background:url(http://www.comunicaweb.com.br/blog/wp-content/themes/BrownMagic/images/posts/09/css-galery-back.jpg) right no-repeat;
  }
.css-gallery li {
  margin:0!important;
  padding:0!important;
  display:block;
  float:left!important;
  }
.css-gallery li a {
  margin:0;
  padding:0!important;
  display:block;
  height:332px;
  width:30px; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  }
.css-gallery li a img {
  margin:0!important;
  padding:0!important;
  width:30px; 
  height:332px; 
  float:left; 
  border:0;
  }
.css-gallery li a:hover {
	margin:0;
  padding:0;
  background:#eee; 
  width:340px;
  }
.css-gallery li a:hover img {
  width:340px;
  }
/**************************/