
/* genérico */

a {color : #333333;} 
body {font-family : Arial, Helvetica, sans-serif; margin : 0; min-width: 720px;} 
INPUT {background-color : white; border : 1px solid #333333;font-size : 13px; font-family : Arial, Helvetica, sans-serif; } 
.cat_p {font-size : 13px; font-weight : bold;} 
.cat_s {padding-left : 26px; font-size : 11px; left : 30px; } 
.caixa_busca {width : 100%; height : 60px; background-color : #b6cd81; text-align : center; } 
.linha_preta {width : 100%; height : 1px; background-color : black; } 
.centralizar {width : 720px; height : 459px; }
.topo {width : 720px; height : 64px;}
.logo {
	float:left;
	width:242px;
	text-align:left;
} 
.banner {
	float:right;
	width:478px;
	text-align:right;
}
.nav {width : 100%; height : 20px; background-color : #e0e0e0; font-size: 13px; } 
.ovt {text-decoration: none; }

/* só da index */

.dp_dir {float : right; width : 50%; height : 51px; text-align : left; background-color : white; } 
.dp_esq {float : left; width : 50%; height : 51px; text-align : left; background-color : white; } 
.final {float : none; font-size : 11px; height : 18px; width : 100%; background-color : #dfdfdf; } 

/* só das cats */

.cat_center {
	width:710px;
}
.webm {
	float:right;
	width:160px;
	text-align:left;
	font-size:13px;
	border:1px solid #669900;
	padding-top:7px;
	padding-left:7px;
	padding-bottom:7px;
}
.webm_tit{
	width:167px;
	background-color:#669900;
	font-size:13px;
	text-align:left;
	color:white;
	margin: -7px -7px -7px -7px;
}
.content {
	float:left;
	width:530px;
	text-align:left;
} 
.l {
	text-align:left;
	padding-left:16px;
	font-size:13px;
}
#cl {
	float:left;
	width:530px;
	position:relative;
} 
#cl_col, #cl_col1, #cl_col2 {
	float:left;
	width:33%;
	font-size:13px;
}

.right{
	float:right;
}