
/******** BOXES SETTINGS ********/

#marcas {text-align:center;}

h1.marcas{

	
	font-family: arial, "Times New Roman", Times, serif;
	font-size:23px;
	text-align:left;
	color:#666 ;
	font-weight:normal;
	margin:0px; padding:0px;
	display:block;
	padding-top:5px;
	margin-bottom:5px;

}
h1.marcas b{color:#AA0000;font-weight:normal;}
img { 
	border: 0;
}

.box {
	width: 160px;
	height: 40px;
	float: left;
	margin: 5px 5px 0 0;
	background:#EFEFEF;
	border:1px solid #E7E7E7;
	border-bottom:2px solid #DEDEDE;
	border-right:2px solid #DEDEDE;
	
}
.box:hover{background:#E0E0E0;}
.box .main { 
	text-align:left;
	padding-top:5px;
	padding-left:5px;
	margin:1px;
}

.box .main a{
	font-size:11px;
	color:#777;
}

.box .main b {
	font-family:Georgia, arial;
	font-weight:bold;
	display:block;
	font-size:11px;
	font-variant:small-caps;
	text-transform:capitalize;
	color:#555;
}

.box .main a:hover b, .box:hover .main a b {color:#0185EA;}

#content {
	width: 850px; height: auto;
	margin: 0px auto 0 auto;
	overflow: hidden;
	float: left;
}
