@import url('http://fonts.googleapis.com/css?family=Dosis:400,600,700');
@import url('http://fonts.googleapis.com/css?family=Cuprum:400,700');
@import url('http://fonts.googleapis.com/css?family=Droid+Sans:400,700');
@import url('code_bold.css');
@import url("font-awesome.min.css");


.etorres { display:none}
.parallax-window {    position: relative;}

#loader_img {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
    margin: auto !important;
    width: 50px !important;
    height: 50px !important;
}

#loader_img img {    width: 20px !important;}


.griscuadro, .container-lista, .mockups  { position:relative}
.griscuadro:before, .container-lista:before, .mockups:before  {   content: '';
    background-image: url(../bg_banner2.png);
    position: absolute;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* width: 100%; */
    background-size: contain;}
	
i:hover { color:#999 !important; transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
    transition-delay: 0ms;}
	
	i { transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
    transition-delay: 0ms;}
	
.repetir {
  -webkit-animation-duration: 2s  !important; 
  -webkit-animation-delay: 1s  !important;
   -webkit-animation-iteration-count: 10 !important;
}  

 


