﻿.colunaConteudoPrincipal
{
	float:left;
	margin:30px 10px 20px 25px;
}

	.areaTexto
	{
		color:#000;
		font-family:Trebuchet MS;
	}
	
		.areaTexto p
		{
			font-size:12px;
			line-height:120%;
		}
	
		.areaTexto a
		{
			color:#df1d25;
			text-decoration:none;
		}
		
		.areaTexto a:hover
		{
			color:#df1d25;
			text-decoration:none;
		}

		.botaoVoltar
		{
			width:87px;
			height:22px;
			margin:0;
			border:0;
			background-image:url('../img/btnVoltar.jpg');
			cursor:pointer;
			float:right;
		}

		/* Título das Notícias */
		.areaTexto h1
		{
			font-family:Trebuchet MS;
			font-size:25px;
			font-weight:normal;
			color:#de1d24;
		}

		.areaTexto h2
		{
			color:#7b7b7b;
			font-weight:normal;
			font-size:16px;
			margin-bottom:20px;
			margin-top:32px;
			font-family:Trebuchet MS;
			letter-spacing:normal;
			background-image:url('../img/setaVermelha3.gif');
			background-repeat:no-repeat;
			padding-left:20px;
			background-position:0 -3px;
		}

		.areaFotoNoticia
		{
			border-top:1px solid #c7c8ca;
			width:945px;
			margin-top:27px;
		}
		
		.areaFotoNoticia2
		{
			border-top:1px solid #c7c8ca;
			width:286px;
			margin-top:27px;
		}

			.areaFotoNoticia img
			{
				border:1px solid #c7c8ca;
				width:429px;
				height:320px;
				margin-top:27px;
				margin-left:20px;
			}

	.areaLegendaFotoInternaNoticia
	{
		background-color:#e9eaea;
		width:905px;
		padding:11px 0 11px 20px;
		margin:13px 0 0 10px;
	}
