/* Barra de navegación */
#top-bar.top-bar-section.top-bar-bg-color {
	background-color: #026a9e;
}
.navbar.navbar-bg-light .navbar-nav>li>a:hover {color: #026a9e !important;}
	/* Logo */
	.navbar .navbar-brand {padding-top: 10px;}
	img.site_logo {height: 120%}

/* SIDEMENU */
.title-sidemenu {background-color: #026a9e;}
.panel>.collapse {border: 1px solid #026a9e;}
.iconos-menulateral {color: #026a9e;}

/* PLANTILLAS */
/* Páginas */
.ui-widget-header {border-bottom: 5px solid #026a9e !important;}
/* Regiones */
.subregion-title {
	border-bottom: 2px solid #026a9e;
}
.subsubregion-title {
	border-bottom: 2px dashed #026a9e;
}
h2.conborde:after {background-color: #026a9e;}
/* Errores */
span.t-Form-error {
	background-color: #026a9e;
}
span.t-Form-error:after {
	border-bottom: 4px solid #01699c;
}
/* Botones */
.btn.btn-primary {
	background-color: #026a9e;
	color: #FFF;
}
.btn.btn-primary:hover {background-color: #25b3d0; color: #fff}
input[type=radio] {
	margin: 12px 4px 13px 12px;
}
/* Paginación */
span.t-Report-paginationText b {
	background-color: #25b3d0;
}
/* Listas */
ul.t-WizardSteps li.t-WizardSteps-step.is-active:before {background-color: #026a9e;}
ul.t-WizardSteps li.t-WizardSteps-step.is-complete:before {
	color: #026a9e;
    border: 2px solid #026a9e;
}
ul.t-WizardSteps li.t-WizardSteps-step.is-active:after {background-color: #026a9e;}

/* CONTACTO */
.bakery-menu .nav-tabs>li.active>a, .bakery-menu .nav-tabs>li.active>a:focus, .bakery-menu .nav-tabs>li.active>a:hover, .bar, .bg-color, .bg-hover-color:hover, .blog.timeliner>li:hover .timeline-icon, .blog.timeliner>li:hover .timeline-image, .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover, .btn-default, .btn-transparent-color-inverse, .btn-transparent-color:hover, .circle.count-number.border-color:before, .features-list-item:hover i, .fill-icon:after, .gray-bg i:hover, .hotel-tab .nav-tabs>li.active>a, .hotel-tab .nav-tabs>li.active>a:focus, .hotel-tab .nav-tabs>li.active>a:hover, .icons-bg-color i, .image-bg .overlay-color, .inverse-bg-color i, .item-box.inverse a:hover i, .name:before, .nav>li>a:focus, .nav>li>a:hover, .navbar-default .navbar-toggle .icon-bar, .overlay-color, .owl-next .fa, .owl-prev .fa, .pagination>.active>span, .pagination>.active>span:hover, .product-count, .progress-bar, .s-feature-box, .s-feature-box:hover .mask-bottom, .section-title h1:before, .section-title h2:before, .special-feature .mask-top h4:before, .static-color-icons span, .top-bar-section.top-bar-bg-color, .travel-tab .input-group-addon, .travel-tab .nav-tabs>.active>a, .travel-tab .nav-tabs>.active>a:focus, .travel-tab .nav-tabs>.active>a:hover, .travel-tab .nav-tabs>li a>i, .work-process-box .item-number, div.count-number:before, h2.count-number:before, h3.count-number:before {
	background-color: #026a9e;
	color: #fff;
}

/* ENLACES */
::selection {
	background: #25b3d0;
    color: #ffffff;
}
.number_field:focus, .password:focus, .selectlist:focus, .text_field:focus, .textarea:focus {
	border-color: #026a9e;
}