/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#ajuste_margin{
	padding-top: 30px;
	background: #0e74b6;
}

.dropdown-item{
	color:white!important;
}
#cms .tabla-con-bordes-cms tr td{
	border: 1px solid;
}

@media (max-width: 767px){
	#header .header-nav {
		background: #0e74b6!important;
		color: #ffffff!important;
	}
	#header a {
		color: #ffffff!important;
	}
	#header #mobile_top_menu_wrapper{
		background: #0e74b6;
		margin-top:15px;
		color: white;
	}
	#header #mobile_top_menu_wrapper .top-menu .sub-menu{
		background: #0e74b6;
	}

}

.ajuste_link_footer{
	padding-top: 35px;
}