 /**************************************/
/*         		Wozz 2008             */
/**************************************/
@import url("layout.css");

#destaque {
	float:left;
	width:100%;
	height:390px;
	background:url(../imgs/chamada.jpg) no-repeat right center;
	background-color: #FFF;
}
#destaque h2 {
	margin-top:18px;
	font-size:32px;
	letter-spacing:2px;
	color:#CFBE17;
}
#destaque h3 {
	font-size:11px;
	color:#CFBE17;
	margin-left:2px;
	margin-top:5px;
}
#destaque ul { margin:10px 0 0 2px; }
#destaque ul li {
	margin-top:5px;
	list-style:square;
	margin-left:20px;
	color:#333;
}
#destaque a {
	display:block;
	width:110px;
	padding:5px 8px;
	background-color:#CFBE17;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	margin-top:20px;
}
#destaque a:hover { 
	color:#FFF;
	background-color:#DFCE1B;
}
/******************************************************* PLANOS **********************/
#planos {
	background:url(../imgs/planos.jpg) repeat-x top;
	width:100%;
	float:right;
	margin-top:10px;
	padding-top:10px;
	font-size:12px;
}
#planos h4 {
	font-size:18px;
	color:#007CC3;
}
#planos ul {
	width:185px;
	float:left;
	margin:50px 0 0 10px;
	display:inline;
}
#planos ul li { display:inline; }
#planos ul li a {	
	display:block;
	height:29px;
	padding:7px 0 0 10px;
	outline:none;
	color:#007BC4;
	font-weight:bold;
}
#info {
	width:340px;
	height:110px;
	margin:50px 20px 0 0;
	float:right;
	padding-left:10px;
	display:inline;
}
.selecionado { background:url(../imgs/escolha.gif) no-repeat; }
#info h5 {
	font-size:18px;
	color:#007BC4;
}
#info p {
	font-size:11px;
}
#info a.assine {
	display:block;
	width:45px;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
	background-color:#007BC4;
	color:#FFF;
	padding:3px 5px;
}
/******************************************************* TARIFAS **********************/
#tarifas {
	width:150px;
	float:left;
}
#tarifas h4 {
	
}
#tarifas table { width:100%; }
#tarifas table td {
	width:75px;
	padding:1px;
}
#tarifas table td.al-direita { text-align:right; }
