@charset "utf-8";

.caixa_maior {
	height: 115px;
	width: 370px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	float: left;
	background-color: #0093DD;
}
#video {
	float: left;
	height: 230px;
	width: 370px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	background-image: url(../images/video_fundo.jpg);
}

.caixa_menor {
	height: 110px;
	width: 170px;
	margin-bottom: 10px;
	position: relative;
	background-color: #0093DD;
	float: right;
}
.caixa_menor2 {
	height: 115px;
	width: 170px;
	margin-bottom: 10px;
	position: relative;
	background-color: #0093DD;
	float: right;
}

#topo {
	height: 100px;
	width: 779px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/topo.jpg);
}
#banner {
	height: 200px;
	width: 779px;
	position: absolute;
	left: 0px;
	top: 100px;
	background-color: #005CA1;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu {
	height: 480px;
	width: 200px;
	position: absolute;
	left: 10px;
	top: 320px;
	background-color: #0093DD;
}
.titulo_paginas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0093DD;
	position: relative;
	background-color: #CEEFFF;
	font-weight: bold;
	margin-top: 0px;
	padding-left: 5px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
	text-indent: 15px;
	margin-top: 0px;
}
#rodape {
	position: absolute;
	height: 30px;
	width: 779px;
	bottom: 0px;
}
#receitas_conteudo {
	position: absolute;
	height: auto;
	width: 460px;
	left: 55px;
}
.formata_img_receitas {
	padding-right: 20px;
	padding-bottom: 15px;
}

