img.pull-left,
.pull-left > img {
  margin-right: 15px;
  margin-top: 20px;
  margin-bottom: 5px;
}

div.catItemImageBlock {width: 98%;}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Modificacoes para a imagem do banner dos segundos botoes na FP
*/

#sp-main-bottom-wrapper #sp-mainbottom {
    background: #fdcd15;
    margin-top: -80px;
    }
 
#sp-feature {
  padding: 60px 0 40px;
  text-align: center;
  position: relative;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Imagens com css3
*/
img.imagenscss3 { 
margin-bottom: 10px;
border: 4px solid #fff;
			

			  background-image: -moz-linear-gradient(top, #f6f2ec, #e2dbce); /* FF3.6 */
			  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f6f2ec),color-stop(1, #e2dbce)); /* Saf4+, Chrome */
			            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f2ec', EndColorStr='#e2dbce'); /* IE6,IE7 */
			        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f2ec', EndColorStr='#e2dbce')"; /* IE8 */
		
			     -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 85px 180px 0 #fff, 0 12px 8px -5px rgba(0, 0, 0, 0.85); /* FF3.5+ */
			  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 85px 810px -68px #fff, 0 12px 8px -5px rgba(0, 0, 0, 0.65); /* Saf3.0+, Chrome */
			          box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 85px 180px 0 #fff, 0 12px 8px -5px rgba(0, 0, 0, 0.85); /* Opera 10.5, IE 9.0 */
			          
			-moz-border-radius: 9px;
			-webkit-border-radius: 9px;
			border-radius: 9px; /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}




/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Modificacoes para os títulos das categorias
*/
div.subCategory h2 a {font-size: 22px;}

div.catItemHeader h3.catItemTitle {line-height:60%;}

h3.catItemTitle {line-height:100%}

h3.catItemTitle a {font-size: 20px;}

div.itemListCategory h2 {font-size: 22px;}

div.catItemIntroText {text-align: justify;}

div#itemListLinks {text-transform: uppercase}

h3.catItemTitle a {text-transform: uppercase}





/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Modificacoes para alinhar justificado o texto das notícias
*/
div.itemFullText {}
	div.itemFullText p {text-align: justify;}
