
.fondox{
color: white;
font-family: Hind;
font-size: 24px;
background-color: #00000094;
}

.letra_verde{
color: #B4DB18;
font-family: Hind;
font-size: 24px;

}



.verde {
    background-color: #00C2AB;
}


.bgimg {
    background-image: url('../images/FONDOS/home.png');
	background-size: cover;
}

.banner01 {
    background-image: url('images/HEADER/banner01.png');
	background-size: cover;
}

.bgimg1 {
    background-image: url('../images/FONDOS/subpaginas.png');
	background-size: cover;
}



.bgimg2 {
    background-image: url('../images/HOME/fondo.png');
	background-image: no-repeat;
	background-image: center;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-image: fixed;
background-position:center center; /*respecto a body*/

}



.pipe {
background-image: url("../images/HOME/fondo1.png");
background-size: cover;
background-repeat:no-repeat;
background-position: center center; 
}

::-webkit-scrollbar {
    display: none;
}

.btn-search {
	  background: #424242;
	  border-radius: 0;
	  color: #fff;
	  border-width: 1px;
	  border-style: solid;
	  border-color: #1c1c1c;
	}
	.btn-search:link, .btn-search:visited {
	  color: #fff;
	}
	.btn-search:active, .btn-search:hover {
	  background: #1c1c1c;
	  color: #fff;
	}
	
	col-md-12 {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section {
  width: 40em;
  height: 25em;
  margin: 0 auto;
  position: relative;
}

li {
  width: 550px;
  height: 350px;
  background: #ffffff;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

li p {
  color: white;
  font-weight: bold;
  font-size: 5em;
  text-align: center;
  margin-top: 1.175em;
}

.items {
  position: absolute;
}

.main-pos {
  margin-left: 2em !important;
  z-index: 3000;
  /*background-image: url('https://dl.dropbox.com/u/32649907/imgs/shadow.png');*/
}

.left-pos {
  opacity: .3;
  margin-left: -17em !important;
  z-index: 1000;
  -webkit-transform: scale(.75);
  -moz-transform: scale(.75);
  transform: scale(.75);
}

.back-pos {
  margin-left: 2em !important;
  opacity: .05;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  transform: scale(.5);
}

.right-pos {
  opacity: .3;
  margin-left:  21em !important;
  z-index: 1000;
  -webkit-transform: scale(.75);
  -moz-transform: scale(.75);
  transform: scale(.75);
}

span {
  position: relative;
  margin: 0 auto;
  left: 17em;
  top: 20em;
}