/* Extra small devices (phones, less than 480px) */
/* No media query since this is the default in Bootstrap */

/*******************************/
/* Generales */
/*******************************/
body {
  font-family: 'Roboto', sans-serif;
	font-size: 14px;
  font-weight: 300;
	line-height: 130%;
  color: #444;
  background: url(../img/comunes/fondo-principal.jpg) no-repeat top center;
}

h1, h2, h3 {
  margin: 0 0 3px 0;
  font-size: 22px;
  font-weight: 500;
  color: #242413;
}

strong {
  font-weight: 500;
  color: #242413;
}

a {
  color: #00ACF2;
}

a:hover, a:focus {
  text-decoration: none;
  color: #FB812A;
}

.container {
  width: 1170px;
  max-width: none !important;
}


/*******************************/
/* Header */
/*******************************/
#header {
  color: #A5A9AB;
  background: url(../img/comunes/fondo-header.png) repeat-x center center;
}

#header .btn-idioma {
  display: inline-block;
  padding: 8px 20px;
  font-size: 12px;
  color: #FFF;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background: #00ADF2;
}

#header .btn-idioma:hover {
  background: #1043A1;
}

/* Logo */
#header a.logo-flexpad {
  display: block;
  width: 309px;
  height: 90px;
  text-indent: -9999px;
  background: url(../img/comunes/logo-flexpad.png) no-repeat center center;
}

/* Redes - Telefonos */
#header .redes-telefonos {
  margin: 0 0 35px 0;
  line-height: 110%;
}

#header .redes-telefonos span {
  text-align: right;
}

/* Redes */
#header .redes {
  margin-top: 14px;
  font-size: 12px;
  line-height: 32px;
}

#header .redes .facebook,
#header .redes .twitter {
  display: inline-block;
  margin-left: 5px;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  text-align: left;
  background: url(../img/comunes/sprite-redes.png) no-repeat left center;
}

#header .redes .twitter {
  margin-right: 12px;
  background-position: -32px center;
}

/* Telefonos */
#header .telefonos {
  border-left: 1px solid #E0E0E1;
}

#header .telefonos a {
  font-weight: 500;
}

/* Menu principal */
#header ul.menu-principal {
  position: relative;
  margin: 0 0 25px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0; 
  text-align: right;
}

#header ul.menu-principal li {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#header ul.menu-principal li:hover > ul {
  display: block;
  position: absolute;
  z-index: 150;
}

#header ul.menu-principal li a {
  display: block;
  margin-left: 46px;
  padding: 0 12px;
  line-height: 40px;
  font-size: 19px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background: none;
}

#header ul.menu-principal li:first-child a {
  margin-left: 0;
}

#header ul.menu-principal li a:hover,
#header ul.menu-principal li a.sel {
  color: #FFF;
  background: #1043A1;
}

/* Menu secundario */
#header ul.menu-principal li > ul {
  display: none;
  margin-left: 46px;
  padding: 0px;
  border: 1px #DDD solid;
}

#header ul.menu-principal li > ul li {
  display: block;
  text-align: center;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.92);
}

#header ul.menu-principal li > ul li a {
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
  line-height: 34px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}


/*******************************/
/* Middle */
/*******************************/
#middle {
  width: 1170px;
  max-width: none !important; 
  padding-top: 35px;
  padding-bottom: 35px; 
  background: url(../img/comunes/fondo-middle.png) repeat-x center top;
}


/*******************************/
/* Footer */
/*******************************/
#footer {
  width: 1170px;
  max-width: none !important;   
  padding-top: 30px;
  padding-bottom: 30px;
  background: #F3F3F3 url(../img/comunes/fondo-middle.png) repeat-x center top;
}

/* Mapa sitio */
#mapa-sitio {}

/* Nivel 1 */
#mapa-sitio > ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}

#mapa-sitio > ul > li {
  float: left;
  width: 16%;
}

#mapa-sitio > ul > li.productos {
  width: 28%;
}

#mapa-sitio > ul > li.proyectos {
  width: 24%;
}

#mapa-sitio > ul > li > a {
  display: inline-block;
  padding: 4px 10px;
  border-left: 2px solid #00ABF8;
  font-weight: 400;
}

/* Nivel 2 */
#mapa-sitio > ul li > ul {
  padding: 8px 0 0 10px;
  list-style-type: none;
  font-size: 12px;
}

#mapa-sitio > ul li > ul li {
  line-height: 150%;
}

/* Datos contacto */
#datos-contacto {
  color: #A5A9AB;
}

/* Redes */
#datos-contacto .redes {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 32px;
}

#datos-contacto .redes .facebook,
#datos-contacto .redes .twitter {
  display: inline-block;
  margin-left: 5px;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  text-align: left;
  background: url(../img/comunes/sprite-redes.png) no-repeat left center;
}

#datos-contacto .redes .twitter {
  margin-right: 12px;
  background-position: -32px center;
}

/* Telefonos */
#datos-contacto .telefonos {
  display: block;
}

#datos-contacto .telefonos a {
  font-weight: 500;
}

/* Direccion */
#direccion {}

#direccion span {
  display: block;
  margin-top: 25px;
  font-size: 12px;
  line-height: 125%;
}


/*******************************/
/* Footer bottom */
/*******************************/
#footer-bottom {
  width: 1170px;
  max-width: none !important; 
  font-size: 12px;
  line-height: 40px;
  color: #FFF;
  background: #1043A1;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { ... }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #footer {
    width: 100%;
  }
  #middle {
    width: 100%;
  }
  #footer-bottom {
    width: 100%;
  }
}