/* Configuracion de colores del template */
h1, h2, h3, h4, h5, h6 {
	color: #1d2127;
	font-weight: 200;
	letter-spacing: -1px;
	margin: 0;
}

h1 {
	font-size: 2.6em;
	line-height: 44px;
	margin: 0 0 32px 0;
}

h2 {
	font-size: 2.2em;
	font-weight: 300;
	line-height: 27px;
	margin: 25px 0 45px 0;
	padding: 12px 0;
	color:#808080;
}
h2 strong {
	color:#3e3e3e;
}
.h4-pad-20 {
	padding:20px 0;
}
a {
	color: #adc729;
}
a:hover {
	color: #68cc2b;
}
a:focus {
	color: #68cc2b;
}
a:active {
	color: #68cc2b;
}
.alternative-font {
	color:#0095c6;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.justify {
	text-align: justify;
}
.padding-top-10 {
	padding: 10px 0 0 0;
}
.auto-center {
	margin:0 auto;
}
.margin-bottom-12 {
	margin:0 0 12px 0;
}
.btn-position-right {
	position:absolute;
	top:42px;
	right:10px;
}
.relative {
	position:relative;
}
.margin-top-m25 {
	margin:-25px 0 0 0;
}
.margin-top-m35 {
	margin:-35px 0 25px 0;
}
.font-green {
	color:#adc729;
}
.font-bold {
	font-weight:bold;
}
.font-12 {
	font-size: 12pt;
}
.font-12 em {
	text-transform: lowercase;
	letter-spacing: .3px;
	font-size: 8pt !important;
}
.radius10 {
	border-radius: 10px;
}
.radius5 {
	border-radius: 5px;
}
.espera {
	margin:-15px 0 22px 0 !important;
	font-size:18pt !important;
}
.content {
	padding:30px 0;
}
.ol-compromiso {
	margin: 0px; 
	padding: 0 0 0 7px;
}
.ol-compromiso li {
	margin: 0 0 15px 0;
}
/* Color fondo Titulos */
#header .header-body {
	background: #FFF;
	border-top: 5px solid #ededed;
	border-bottom: 7px solid #adc729;
	padding: 8px 0;
	-webkit-transition: min-height 0.3s ease;
	-moz-transition: min-height 0.3s ease;
	transition: min-height 0.3s ease;
	width: 100%;
	z-index: 1001;
	min-height: 125px;
}
html.sticky-header-active #header .header-body {
	position: fixed;
	border-bottom-color: #adc729;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.bg-gray {
	background:#f0f0f0;
}
.bg-gray-dark {
	background:#171717;
	padding:0px;
	color:#fff;
}
.bg-gray-dark h2 {
	margin:0px;
	padding:0px;
}
.bg-white {
	background:#FFF !important;
}
.bg-blue {
	background: #0095c6;
	padding:20px;
	margin:20px 0;
	font-size:16pt;
	border-radius:5px;
	color:#fff !important;
	width:100%;
}
.text-white-20 {
	color:#fff;
	font-size:20pt;
	padding:0px;
	margin:0px;
}
.text-white {
	color:#fff;
}
.border-top-fusia, .border-bottom-fusia {
	border-top: 7px solid #c70095;
}
.border-bottom-fusia {
	border-bottom: 7px solid #c70095;
}
.border-top-amarillo {
	border-top: 7px solid #fac801;
}
.border-bottom-amarillo {
	border-bottom: 7px solid #fac801;
}
.header-top-style-2 {
	background: #0096c8 !important;
	height:45px;
	line-height:30px;
	border-bottom:2px solid #0969a0 !important;
}
.header-nav {
	border-top:3px solid #76a914 !important;
}
.page-header {
	background: #163051;
	border-bottom: 5px solid #e1e3e3;
	border-top: 5px solid #c80096;
	margin: 0px;
	min-height: 50px;
	padding: 20px 0;
	position: relative;
	text-align: left;
}
.page-header .active {
	color:#fff;
}
/* Border bottom H1 de Titulos */
section.page-header h1 {
	border-bottom-color: #0096c8;
}

#header .header-logo {
	float: left;
	position: relative;
}
#header.header-narrow .header-logo img {
	margin: 7px 12px 7px 0;
}
#header .header-logo img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	margin: 15px 15px 15px 0;
	top: 0;
}
.header-extra-info li {
	padding: 0px;
}
.pull-right {
	color: #fff;
}
.box-synapsis-logo {
	margin: -7px 0 0 0 !important;
	padding: 0 0 16px 0 !important;
	width: 220px;
	height: auto;
}
.slogan {
	position: absolute;
	top: 8px;
	right: 30px;
	font-size: 20pt;
	color: #c2c2c2;
	letter-spacing: -1px;
	font-weight: bold;
}
@media (max-width: 1025px){
	.slogan {
		display: none;
	}
}
ul.nav-pills > li.active > a {
	background-color: #adc729;
}

ul.nav-pills > li.active > a:hover,
ul.nav-pills > li.active > a:focus {
	background-color: #adc729;
}
.img-right {
	float:right;
	width:35%;
	margin:0 0 27px 27px;
}
.img-right img {
	width:100%;
	height:auto;
	border-radius:8px;
	margin:0px;
	padding:0px;
}
.img-left {
	float:left;
	margin:0 18px 18px 0;
}
.img-100 {
	width:100%;
	height:auto;
	border-radius:8px;
	margin:30px 0 0 0;
}
.img-margin-bottom-30 {
	width:100%;
	height:200px;
	border-radius:8px;
	margin:0 0 30px 0;
}
.cartas-dash {
	background: #fff;
	padding: 12px;
	border: 1px solid #C0C0C0;
	border-radius: 5px;
	margin:25px 0 8px 0;
}
.cartas-dash p {
	margin:3px 0 6px 0;
}
.marpad-cero {
	margin: 0px;
	padding: 0px;
}
.captcha-new {
	background: #f4f4f4;
	padding: 15px;
	text-align: center;
	border: 1px solid #C0C0C0;
	border-radius: 4px;
}
.captcha-new img {
	margin:0 0 7px 0;
	border-radius: 4px;
}

/* FOOTER */
#footer {
	background: #163051;
	border-top: 4px solid #e1e3e3;
	font-size: 0.9em;
	margin-top: 0px;
	padding: 60px 0 0 0;
	position: relative;
	clear: both;
}
#footer a:hover {
	color: #CCC;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
	color: #FFF;
}
#footer h4 {
	font-size: 1.8em;
	font-weight: 200;
	margin:0 0 12px 0;
}
#footer h5 {
	color: #CCC;
}
#footer .footer-copyright {
	background: #adc729;
	margin-top: 0px;
	padding: 10px 0 0 0;
}
#footer .footer-copyright p, #sub-menu a {
	color:#fff !important;
	text-shadow: 0px 1px 1px #000;
}
#footer .footer-copyright nav {
	float: right;
}

#footer .footer-copyright nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .footer-copyright nav ul li {
	border-left: 1px solid #505050;
	display: inline-block;
	line-height: 12px;
	margin: 0;
	padding: 0;
}
#footer .footer-copyright nav ul li a {
	color:#000;
}
/* GET IN TOUCH FOOTER */
#footer .footer-ribbon {
	position: absolute;
	top:-18px;
	padding: 12px 20px;
	background: #adc729;
	letter-spacing: 1px;
	text-shadow: 0px 1px 1px #3e3e3e;
	
}
#footer .footer-ribbon:before {
	border-right-color: #3e3e3e;
	border-left-color: #3e3e3e;
}
