#destacados-home {		
	width:1000px;
	height:140px;
	display:block;
	margin:0 auto;
}
#destacados-home li {
	float:left;
	width:460px;
	padding:20px 10px 20px 10px;
	margin:0 auto;
	position:relative;
	margin-left:12px;
	background-color:#D7DCE0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	list-style:none;
	display:inline;
}
#destacados-home li img{
	padding-right:15px;
	padding-left:8px;
}
#destacados-home li p{
	width:400px;
	font-family: "OpenSans";
	font-size:12px;
}
#destacados-home li a{
	font-weight:normal;
	font-family:"OpenSansBold";
	font-size:15px;
	line-height:17px;
	color:#333;
}
#destacados-home li a:hover{
	font-weight:normal;
	font-family:"OpenSansBold";
	font-size:15px;
	line-height:17px;
	color:#466671;
}
.btn-destacado {		
	width:33px;
	height:68px;
	position:absolute;
	right:10px;
	top:0px;
	background-image: url(../../../minisite/img/icon-destacado.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0 auto;
}
.btn-destacado:hover {		
	width:33px;
	height:68px;
	position:absolute;
	right:10px;
	top:0px;
	background-image: url(../../../minisite/img/icon-destacado-ov.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0 auto;
}
#destacado-home {
	width:960px;
	padding:20px 10px 20px 10px;
	margin:0 auto;
	position:relative;
	margin-top:15px;
	display:table;
	font-family: "OpenSans";
	font-size:12px;
	background-color:#D7DCE0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#destacado-home img{
	padding-right:15px;
	padding-left:8px;
}
#destacado-home a{
	font-weight:normal;
	font-family:"OpenSansBold";
	font-size:15px;
	line-height:17px;
	color:#333;
}
#destacado-home a:hover{
	font-weight:normal;
	font-family:"OpenSansBold";
	font-size:15px;
	line-height:17px;
	color:#466671;
}

#box-f5 {
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 22px;
    display: table;
    background-color: #f5f5f5;
}
#img-int {
    float: left;
    width: 100%;
}
#img-int img {
    float: none;
    width: 100%;
}