a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}

/* Colores del logo */
/*
gris oscuro
666666

gris claro
b0b0b0

naranja
ff7b00
*/
body {
    color: #060606;
}

.logo{
    float: left;
    margin-top: 1px;
    position: inherit;
    display: inline;
	max-width: 50%;

}

.navbar-default {
    background-color: #11171f;
    border-color: #11171f;
}

section.last-w3layouts {
    background-color: #f26924
}



section.testimonial-w3ls p.test-p1 {
    background-color: #666666;
    text-shadow: 2px 2px #000000;
	opacity: 0.9;
}


.cd-top {    
    background: #b0b0b0 url(../images/cd-top-arrow.svg) no-repeat center 50%;
}

.navbar-brand {
    float: left;
    height: 0px;
    padding: 1px 4px;
    font-size: 18px;
    line-height: 20px;

}

section.special-agileinfo .col-lg-6.col-md-6.col-sm-6.special-w3l2 {
    background-color: #ffffff;
}


section.info-w3ls .info-agileits h4 {
    color: #666666;
}

section.info-w3ls .info-agileits a i.fa {
    color: #b0b0b0;
}


section.info-w3ls .info-agileits a:hover, section.info-w3ls .info-agileits a:hover i.fa {
    color: #ff7b00 !important;
}

section.info-w3ls .info-agileits h4 {
    color: #ff7b00;
}

section.testimonial-w3ls h3.text-center {
    color: #ffffff;
	    text-shadow: 2px 2px #666666;
}

section.recent-agileinfo h3.text-center {
    color: #ffffff;
}

section.info-w3ls .info-agile1:hover .info-agileits a, section.info-w3ls .info-agile2:hover .info-agileits a {
    color: #b0b0b0;
}

section.info-w3ls .info-agile1:hover .info-agileits h4, section.info-w3ls .info-agile2:hover .info-agileits h4 {
    color: #666666;
}



section.inner-w3ls h3.text-center {
    color: #f36c26;
	padding:20px;
	/*text-shadow: 2px 2px 5px #f9a11b;*/
	/*text-shadow: 2px 2px  #000000;*/

	font-size: 2em;
}


.navbar-brand {
		width: 55%;
	} 


/* Custom, iPhone Retina */ 
@media (min-width: 320px) { 
	.navbar-brand {
		width:43%;
	}
 }


/* Extra Small Devices, Phones */
@media (min-width: 480px) { 
	.navbar-brand {
		width:39%;
	}

 }


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	.navbar-brand {
		width:30%;
	}
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.navbar-brand {
		width: 36%;
	} 
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.navbar-brand {
		width: 66%;
	}
 }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.navbar-brand {
		width: 100%;
	} 

}


/* ===================================================
Tabs a la izquierda
====================================================== */

.tab-pane{
  padding-top: 0px;
  padding-left: 0px;
}
.tabs-left {
  display: flex !important;
  padding-top: 30px;
  padding-top: 0px;
  padding-left: 0px;
}
.tabs-left .nav-tabs {
  flex: 1 !important;
}
.tabs-left .tab-content {
  flex: 5 !important;
}

.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tabs-left > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a {
    font-size: 14px;
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
    -webkit-border-radius: 0;
          border-radius: 0;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
}

.tabs-left table tr th {
  background-color: #666;
  color: #fff;
  font-weight: 700;
}
.tabs-left table td {
  font-size: 14px;
}

.tabs-left .caption {
  /*
  border: 1px solid #d5d5d5 !important;
  background: #f9f9f9 !important;
  */
}
.tabs-left > .nav-tabs > li.active > a, 
.tabs-left > .nav-tabs > li.active > a:hover, 
.tabs-left > .nav-tabs > li.active > a:focus {
    border: none;
}
/* ===================================================
// Tabs a la izquierda
====================================================== */

.tabs-categorias {
    margin-bottom: 30px;
}
.tabs-categorias li {

}

.tabs-categorias li a {
  color: #5a5a5a;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700; 
  background-color: transparent !important;
  border: none !important;
}

.tabs-categorias li.active a,
.tabs-categorias li a:hover,
.tabs-categorias li a:focus {
  color: #ff7b00 !important;
}

.tabs-categorias li a:hover,
.tabs-categorias li a:focus {
  color: #fff !important;
  background-color: #ff7b00 !important;
}

.navbar-right {
  margin-top: .4em;
}

section.info-w3ls .ch-grid div {
    width: 160px;
    height: 160px;
    display: block;
    margin: 0px auto;
}

.navbar-collapse {
    border-top: 0px solid transparent;
}