 
#dvLoading  	{
 
    background:#000 url(../fondos/kg2000.jpg) no-repeat center center;
 	   height: 100%;
    width: 100%;
 	   position: fixed;
 	   z-index: 1000;
 	
 	}
.picfer {
     height:110px;
	 
	 width:110px;
	 opacity: 0.5; 
}
.workfer  {
 }
.workfer ul {
  max-width: 1050px;
  position: relative;
  margin: 0 auto;
  margin-left: 2px;
  display: block;
  overflow: hidden;
  list-style-type:none;
 

 
}
.workfer ul li {
  float: left;
  width: 120;
  height: 120;
  margin: 8px;
  margin-top: 0;
  margin-bottom: 20px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.pic {
  display: none;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.centerfer {
    margin-left: auto !important;
    margin-right: auto !important;
   
    background-color: #b0e0e6;
}
.carga {
  
  position:fixed; 
   	 top: 25%;
	 	 left: 45%;
	 color: #CF0;
	  font-family: "Times New Roman", Times, serif !important;
	    font-style: italic  !important;
	}

.uno  {
  background: url(../fondos/arbol.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
 
 
.dos  {
   
  background: url(../fondos/conta_0.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}  
.sistemas  {
   
  background: url(../fondos/colores2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} 

.sobrenos  {
   
  background: url(../fondos/SilviFer2000.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} 
.correo  {
   
  background: url(../fondos/plumaold.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} 
.pelis  {
   
  background: url(../fondos/agua2000.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} 

.spinfer {
    width: 60px;
    height: 60px;
}
.circle {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-right: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 35px #2187e7;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spinPulse 1s infinite ease-in-out;
    -webkit-animation: spinPulse 1s infinite linear;
}

.circle1 {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 15px #2187e7;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    -moz-animation: spinoffPulse 1s infinite linear;
    -webkit-animation: spinoffPulse 1s infinite linear;
}

@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }

    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    };
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    };
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }

    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    };
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    };
}