﻿body 
{
	margin: 0;
	padding: 0;
}

#destaque_container 
{
	position: relative;
	width: 1000px;
	height: 419px;
	overflow: hidden;
	margin: 0 auto;
}

#destaque 
{
	display: block;
	position: relative;
	width: 1000px;
	height: 419px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#destaque li 
{
	position: absolute;
	top: 0;
	left: 0;
}

#destaque li p 
{
	position: absolute;
	bottom: 20px;
	padding: 10px 10px 15px;
	font-family: Palatino Linotype, Times New Roman;
	font-style: italic;
	line-height: 100%;
	font-size: 26pt;
	color: #fff;
	margin: 0 0 35px 0;
	/*
	background-color: Gray;
	background: rgba(0, 0, 0, 0.5);
*/
	background-image: url(../imgs/home_topo/fundo.png);

}


.direita p
{
	left: auto;
	right: 279px;
	text-align: right;
}

.esquerda p
{
	left: 20px;
	right: auto;
	text-align: left;
}






#banner_vertical 
{
	position: absolute;
	right: 20px;
	top: 0;
	width: 229px;
	height: 419px;
	background-image: url(../imgs/home_topo/bg_vertical.png);
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
}

#banner_vertical li 
{
	width: 199px;
	height: 150px;
	margin: 30px auto 0 auto;
	padding: 0;
}

#destaque li img, #banner_vertical img 
{
	border: none;
}