/*!
 * head1
 * Custom CSS
 * @author farodelsur
 * modelo 01
 */

/* HEADER 2 ======================================= */
#head2 {
  /*background-color: #7bbe8d;   fondo fijo */
  /* background: url(../images/fondo_cartel2.jpg) repeat-x; */
  /* height: 345px;   /* sin esta altura queda en 0 */
  margin-top: 10px;
}


/* MEDIA QUERIES ================================================== ##f312 */
 
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {

}
 
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {

}
 
/* Smartphones (portrait and landscape) ----------- */
@media (max-width: 479px) {

}

/* Extra Small Devices, .visible-xs-* */
@media (min-width: 480px) and (max-width: 767px) {

}

/* Small Devices, .visible-SM-* */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Medium Devices, .visible-MD-* */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Large Devices, .visible-LG-* */
@media (min-width: 1200px) {

}


/* Non mobile devices put in different order */