html, body {
		background-color: #000;
max-width: 900px;
	}

.texto{
    background: #000;

}
.h1 {
        color: #fff; 

    font-family: 'Enriqueta', arial, serif; 
    line-height: 1.25; margin: 0 0 10px; 
    font-size: 25px; 
    font-weight: bold;
background: #000;
margin-left: 5px;
margin-right: 5px;
}



.p { 
    color: #fff; 
    font-family: "Helvetica Neue",Arial,sans-serif; 
    font-size: 14px; 
    font-weight: 300; 
    line-height: 1.5625; 
    margin-bottom: 15px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
}
ul li {
  list-style-type: square;
     color: #fff; 
     font-family: 'Enriqueta', arial, serif; 
}

.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}
.no-video .video-container video,
.touch .video-container video {
  display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}
.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.video-container .title-container {
  z-index: 1000;
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  color: #fff;
}
.video-container .description .inner {
  font-size: 1em;
  width: 45%;
  margin: 0 auto;
}
.video-container .link {
  position: absolute;
  bottom: 3em;
  width: 100%;
  text-align: center;
  z-index: 1001;
  font-size: 2em;
  color: #fff;
}
.video-container .link a {
  color: #fff;
}
.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.video-container video.fillWidth {
  width: 100%;
}

.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
    background-color: #2D5016;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
    background-color: #2D5016;
          background: rgba(0, 0, 0, 0.5);

  background: rgba(0, 0, 0, 0.5);

}

.direcion{
     color: #fff;
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
}

a:link{
     color: #fff;
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
     text-decoration:none;   

}
a:visited{
     color: #fff;
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
     text-decoration:none;   

}