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

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

h1, h2, h3 {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
}

strong {
  font-weight: 500;
}

a {
  color: #C9431E;
}

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

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


/*******************************/
/* Header */
/*******************************/
.header {}

/* Logo */
.header .logo a {
  display: block;
  width: 261px;
  height: 80px;
  text-indent: -9999px;
  background: url(../img/comunes/logo-cinelli-mexico.png) no-repeat top left;
}

/* Menu */
.header .menu {
  margin-top: 10px;
}

.header .menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  background-color: #C5452E;
  text-align: center;
}

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

.header .menu ul li a {
  display: block;
  line-height: 60px;
  padding: 0 50px;
  font-size: 16px;
  color: #FFF;
}

.header .menu ul li a:hover,
.header .menu ul li a:focus,
.header .menu ul li a.sel {
  color: #FFF200;
}


/*******************************/
/* Middle */
/*******************************/
.middle {
  margin-top: 55px;
  margin-bottom: 50px;
}


/*******************************/
/* Footer */
/*******************************/
.footer {}

.footer a {
  color: #FD0;
}

.footer a:hover {
  color: #FFF;
}

.footer h2 {
  margin-bottom: 10px;
  font-size: 18px;
}

.footer .container {
  color: #FFF;
  background-color: #000;
}

/* Top */
.footer .top {
  padding: 30px 0;
  font-size: 13px;
}

.footer .top ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer .top ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 15px;
  font-size: 14px;
}

/* Bottom */
.footer .bottom {
  font-size: 11px;
  color: #FFF;
  line-height: 40px;
  background-color: #C74427;
}


/* 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: @screen-lg-min) { ... }
