@charset "iso-8859-1";
/* CSS Document */

body {
	padding-top: 30px;
	padding-bottom: 40px;
}
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12{
	/*background:red;*/
}
h1{
	letter-spacing:-1px;
	font-weight:bold;
	}
h1, h2{

	}	
h1, h2, h3, h4 {
	color:#3D302B;
	}
a{color:inherit;}
.centro{
	text-align:center;
	}

.nodisplay{display:none;}
.box{
	border-bottom:1px dotted #CCC;
	padding:5px 0;
	list-style-type: none;
}
.box:last-child{
	border:none;
}
.box > .span3{
	border:1px solid #CCC;
	padding:5px;
	list-style-type: none;
}
	
.menuNegocios > li{
	text-align:center;
	list-style-type: none;
	}
.menuNegocios > li a {
	display:block;
	text-decoration: none;
	font-weight: bold;
	background:#334E96;
	width:100%;
	color:#FFF;
	text-align:center;
	padding:10px 0;
	margin-bottom:2px;
	}
.menuNegocios > li a:hover {
	background:#0098DA;
	}
.novidades {
	margin:0;
	padding:0;
	list-style-type: none;
}
.novidades > li {
	padding-bottom:15px;
}
.novidades > li span{
	font-weight: bold;
}


