/*!
 * foot2
 * Custom CSS
 * @author farodelsur
 * modelo 01
 */


/* FOOT2 ========================================== */
/* no aplica este seteo en este caso */
#foot22 {      
  /* background: #000 url(../images/foot2_fondo.png) repeat; */
  background-color: #c0c0c0;
  height: 43px;   
  position: relative;
  overflow: hidden;
  color: #808080;
  font-family: 'helvetica-neue',Arial;
}

#foot2 { 
}

#foot2 a       { 
   color: #333333; 
   text-decoration: none; 
}
#foot2 a:hover,
#foot2 a:focus { 
   color: #14379E; 
   margin: 2px 0 0 2px; 
}
#foot2 .panel  { 
   margin-bottom: 0px; 
}
#foot2 .panel .status { 
   background-color: #CCFFCC; 
}
#foot2 em { 
   font-style: normal; 
}

#foot2 .panel-body { 
   padding: 10px; 
}
#foot2 .panel-primary { 
   color: rgba(0, 0, 0, 0.50);
   background-color: transparent; 
   border-color: transparent;
}




/* MEDIA QUERIES ================================================== ##f312 */
 
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
   /* Styles */
}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
   /* Styles */
}
 
/* Smartphones (portrait and landscape) ----------- */
@media (max-width: 479px) {
   /* Styles */
}

/* Extra Small Devices, .visible-xs-* */
@media (min-width: 480px) and (max-width: 767px) {
   /* Styles */
}

/* Small Devices, .visible-SM-* */
@media (min-width: 768px) and (max-width: 991px) {
   /* Styles */
}

/* Medium Devices, .visible-MD-* */
@media (min-width: 992px) and (max-width: 1199px) {
   /* Styles */
}

/* Large Devices, .visible-LG-* */
@media (min-width: 1200px) {
   /* Styles */
}

/* Non mobile devices put in different order */