.topbar {
	color: black;
	background-color: #0074BC;
}
.topbar a {
	color: white;
}

#main-menu > li:not(.megamenu)> ul.dropdown {
	background-color: gray;
	opacity: 0.9;
}
.page-header-inner {
	margin-top: 100px;
}
.tp-caption.slider-title.text-right.sfl.color-white.start {
	color: gray !important;
}
#footer {
	background-color: #1F3569;
	    padding-top: 30px;
}
#footer ul.nav li a {
	color: white;
}
#footer .touch li > * {
	color: white;
}
#footer a {
	color: white;
}
#footer .credits {
	padding: 2px 0;
}

aside.topbar {
	color: white;
}

.text {
	text-align: justify;
}
.testimonial-wrap.testimonial-left .testimonial-nav, .testimonial-wrap.testimonial-right .testimonial-nav {
	bottom: -39px;
}
.testimonial-wrap.testimonial-colored .testimonial-outer:before {
	border-top-color: white;
}
.testimonial-outer {
	padding-bottom: 0px;
}

.testimonial-wrap.testimonial-colored .testimonial-inner {
	background-color: #216DC3;
}
.fancybox-title {
	background-color: rgba(192,192,192,0.9);
	color: black
}
#page-content {
	min-height: 500px;
}
table thead strong {
	color: white;
}
thead {
	background-color: #0451A9;
	border-radius: 10px;
}
.tbl-cred {
	border: #999999 solid 1px;
}
.table td, .table th {
	border: 1px solid #D9D9D9;
}
.col-sm-6 h5 {
	background-color: #2570C3;
	border-radius: 5px;
	padding: 10px;
	color: white;
	font-weight: bold;
	text-align: center;
}
.fa-check-square {
	color: #0451A9;
}

.navbar-inner {
	margin-top: 30px;
}
#header .logo {
	width: 30%;
	height: 70px;
}
#header .logo img {

	height: 70px;
}

@media screen and (max-width: 600px) {
	#DivAutogestion {
		display: none;
	}
}

.project-default {
	
}
#main-menu > li > a {
	font-weight: 600;
}
.btn-autogestion a {
	background-color: #0451A9;
	border-radius: 5px;
	color: white !important;
	padding-right: 5px !important;
}

#header-space {
	height: 115px;
}

/*Menu*/
#header .navbar {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e1e1e1+59,e1e1e1+59,e1e1e1+65,e1e1e1+65,e1e1e1+66,e1e1e1+66,f6f6f6+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 59%, #e1e1e1 59%, #e1e1e1 65%, #e1e1e1 65%, #e1e1e1 66%, #e1e1e1 66%, #f6f6f6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 59%,#e1e1e1 59%,#e1e1e1 65%,#e1e1e1 65%,#e1e1e1 66%,#e1e1e1 66%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 59%,#e1e1e1 59%,#e1e1e1 65%,#e1e1e1 65%,#e1e1e1 66%,#e1e1e1 66%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

}
/*Acordion*/
.accordion .accordion-heading a {
	color: white;
	background-color: #2570C3;
	font-weight: bold;
	border-radius: 5px
}
.accordion > div.active .accordion-heading a, .accordion > div .accordion-heading a:hover {
    color: #F9F421;
}

/*Tabs*/
.tab-heading li a:hover, .tab-heading li.current a {
    color: #FFF702;
    background-color: #0451A9;
}
.tab-heading{
	    border: 1px solid #C1B9B9;
	    background-color: #D4D4D4;
}

.no-display{display: none}


div#menu-master {
    margin-top: 20px;
}

.col-centered{
    float: none;
    margin: 0 auto;
}
div#consejo {
    margin-bottom: 30px;
}
.picture{
	position: relative;
	right: 100%;
}
@media screen and (max-width: 600px) {
	.picture {
		position: absolute;
	}
}

.pictureJob{
	position: unset;
}

@media screen and (max-width: 600px) {
	.pictureJob {
		right: 100%;
		position: absolute;
	}
}

