/* import */
@import url(internas.css);

/* topicos */
#topicos h1 { line-height: 120px; padding-left: 0; text-align: center; }

/* conteudo */
.conteudo { padding-bottom: 10px; }
.conteudo ul li { width: 493px; height: 99px; margin-bottom: 30px; float: left; }
.conteudo ul li a { height: 99px; display: block; text-decoration: none; }
.conteudo ul li a:hover span { color: #f48c33; }
.conteudo ul li a:hover h2,
#tempo h1 { color: #23bdbe; }
.conteudo ul li .imgnot { width: 132px; height: 99px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; overflow: hidden; display: table-cell; }
.conteudo ul li .dadnot { width: 341px; height: 99px; display: table-cell; vertical-align: middle; padding-left: 20px; }
.conteudo ul li .dadnot span { height: 12px; line-height: 12px; display: block; color: #23bdbe; transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; }
.conteudo ul li .dadnot h2 { font-family: 'CGB'; font-size: 20px; line-height: 24px; color: #f48c33; margin-top: 6px; transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; }
