

#contenedor {
  background: url("/static/media/Images/serigrafia01.jpg") fixed; //Imagen de fondo
  max-height: 100%;
  height: 200px; //altura del fondo
  position: relative;
  margin: 0 auto;
  padding: 5%;
  background-size: cover; //ajusta el fondo a la imagen

}

#contenedor h1{
  text-align: center;
  margin-top: 50px;
  color: #fff!important;
}
 
#contenedor h1{
  text-align: center;
  margin-top: 50px;
  color: #fff!important;
}

#hola {
  text-align: center;                            
  
}
#cuerpo {
  /*background-image: url('Images/guirnaldas.jpg');*/
}
#slider {
  background-image: url('/static/media/Images/fondoInicio.png');
  /*background-repeat: no-repeat;*/   
}
#blue {
  /*background: black;*/
  /*background-image: url('Images/guirnaldas.jpg');*/
  
}

#text1, #text2, #text3{
  text-align: center;                            
}
#ayuda{
  /*background: #289B86;*/
  background: #80012D;
}
#masServicios{
  background: #000000;
}
#servicios{
  background: #43618D;
}
#bienvenidos{
  background: #80012D;  
  font-family: 'Coda Caption', sans-serif;  
}
.circulo {
        display: inline-block;
        border-radius: 60px;
        box-shadow: 0px 0px 2px #888;
        padding: 0.5em 0.6em;
        background: #1FA2DA;

      }

.lema {          
    font-family: 'Lobster', cursive;          
    }
#primero, #segundo, #tercero {          
    background-image: url('/static/media/Images/gradiente.png');
    }    

#imagen {          
          /*background-image: url('/static/media/Images/pattern.png');*/
        }            

#Nosotrostext1, #Nosotrostext2{
  text-align: justify;                            
}
#nosotros{
  background: #0276A8;
}
#mision, #vision{
  background: #116D09;
}
#infoMision, #infoVision{
  background: #000000;
}
.circulo {
        display: inline-block;
        border-radius: 60px;
        box-shadow: 0px 0px 2px #888;
        padding: 0.5em 0.6em;
        background: #1FA2DA;

      }
#servicios{
       background: #0276A8;
      }
.gradiente {          
        background-image: url('/static/media/Images/gradiente.png');
        }  
#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
#fotogaleria{
  background: #0276A8;
}
#text1Contacto{
  text-align: justify;                            
}
#contacto{
  background: #0276A8;
}




 
/* Para Móvil */
@media screen and (max-width: 800px) {
  
  #text1, #text2, #text3{
    text-align: center;                            
  }
  #Nosotrostext1, #Nosotrostext2{
    text-align: center;                            
  }
#text1Contacto{
    text-align: center;                            
  }  
  }

/*Contador de visitas */
.stat {
  padding:20px 5px;
  background:#336699;
  text-align:center;
  float:left;
  margin-left:100px;
  width:150px;
}
.stat-count {
  font-size: 51px;
  font-weight: normal;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 20px;
  overflow:hidden;
  font-family:"Georgia", Courier, monospace;
  padding: 0;
  position: relative;
}
.stat-detail {
  color:#fff;
  padding-top:10px;
  font: italic 1.3rem/1.75 "Georgia", Courier, monospace;
}