/* CSS Document */

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Produtos
   ========================================================================== */

body {
	background:#89181b;
}

#container {
	width:1000px;
	border: 1px solid #f5f5f5;
	margin:auto;
	border-radius: 8px;
	margin-top:20px;
	margin-bottom:10px;
	padding:20px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	background:#fff;
	
}

.linha-top {
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #D4E0F0;
	margin-bottom: 15px;
    margin-top: 15px;
	border-top: 1px solid #D6D8DD !important;
}

.titulo-pagina {
	font-family:"Aller", Arial, Helvetica, sans-serif;
	font-size:24px;
}

.box-titulo{
	width:100%;
	font-family:"Aller";
	font-size:18px;
}

.box-imagem {
	width:300px;
	height:200px;
	float:left;
	margin-top:20px;
	border:2px solid #CCC;
}

.box-text {
	float:left;
	width:600px;
	margin-top:20px;
	margin-left:20px;
	text-align:justify;
}

.box-text p {
	font-family:"Aller";
	font-size:14px;
	font-weight:bold;	
}

.box-info {
	clear:both;
	text-align:justify;
}

#voltar {
	background:#89181b;
	float:right;
	width:100px;
	height:40px;
	color:#fff;
}

#voltar a{
	color:#fff;
	text-decoration:none;
	font-size:14px;
	padding-left:5px;
}

::-moz-selection {
	background-color:#89181b;
	color:#fff;
}