@charset "utf-8";

.box {
	margin-right: 30px;
	width: 270px;
	min-height: 330px;
}

.box h1.title {
	color: #69070A;
	font-size: 130%;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.box p.tagline {
	margin-top: 20px;
	margin-bottom: 35px;
	font-family: 'MyriadPro', sans-serif;
	color: #000;
	font-size: 105%;
}

.box-left img {
	width: 100%;
}

.box-center {
	width: 315px;
	padding-right: 30px;
	margin-right: 0px;
	border-right: 1px solid #ddd;
}

	.box-center img {
		height: 84px;
	}

.box-right {
	width: 255px;
}

	.box-right .noticia {
		margin-bottom: 15px;
		border-bottom: 1px dotted #333;
	}

	.box-right .noticia time {
		font-size: 80%;
	}

	.box-right .noticia h1 {
		margin-bottom: 10px;
	}

	.box-right .noticia h1 a {
		text-decoration: none;
		color: #333;
		font-size: 105%;
	}

	.box-right .noticia h1 a:hover {
		text-decoration: underline;
	}

	.box-right a.ver-todas {
		color: #69070a;
	}

	/*.box-right img {
		width: 100%;
	}

	.box-right table {
		font-family: 'Arial', sans-serif;
		font-size: 80%;
		text-align: center;
		color: #333333;
		margin-bottom: 3px;
	}

	.box-right table td {
		border: 1px solid #CCCCCC;
		border-bottom: none;
		border-right: none;
		padding: 3px 2px;

	}

	.box-right table td:last-child {
		border-right: 1px solid #CCCCCC;
	}

	.box-right table tr:last-child td {
		border-bottom: 1px solid #CCCCCC;
	}

	.box-right .atualizacao {
		color: #68060a;
	    float: right;
	    font-family: 'MyriadPro', sans-serif;
	    font-size: 75%;
	    margin-bottom: 25px;
	}*/