/**
 * 	HEADER
 */
#dd-header-top { margin: 15px 0; }
/* top navigation bar */
#dd-nav-top .navbar { margin-bottom: 0px; }
#dd-nav-top { min-height: 40px; padding-left: 20px; padding-right: 20px; }
/* breadcrumbs */
#nav-breadcrumb { margin: 10px 0; }
#dd-component-top { padding: 15px 0; }

/*********************************
 * MEDIA QUERIES
 *********************************/

@media (max-width: 480px) {
	#did-logo {
		background: url("../img/logo_bgwhite320.png") no-repeat scroll 0 0 transparent;
	}
	#did-logo, #did-logo a {
		width: 280px; height: 81px;
	}
}

@media (max-width: 767px) {

	.boxcorp { margin-top: 10px; margin-bottom: 10px; }

	/* eliminar padding para component top y bottom */
	#dd-nav-top, #dd-pre-footer, #dd-preheader-bottom,
	#dd-component-top, #dd-component-bottom, #dd-footer,
	#dd-main-bottom {
		margin-left: -20px; margin-right: -20px;
	}
	#dd-footer, #header-bottom, #dd-main-bottom {
		padding-left: 20px; padding-right: 20px;
	}
}

@media (max-width: 1023px) {
	/* optimizacion vista blog*/
	.dd-be-sidebar { display: none !important; }
	.dd-be-content {
    width: 99.999999993% !important;
    *width: 99.9468085036383% !important;
  }
}

@media (min-width: 1200px) {
	#dd-showcase .da-slide .da-img { top: 40px; }
}