/* CSS Document */
/* CSS Document */

#cargador {
width:100%; 
height:100%; 
position:absolute; 
opacity:.5; 
background-color:#DDDDDD; 
left:0px; 
top:0px; 
border:1px solid #333333; 
display:none
}

#floatingBarsG{
position: relative;
width:100px;
height:124px;
top:50%;
margin-top:-62px;
left:50%;
margin-left:-50px;
}

.blockG{
position:absolute;
background-color:#FFFFFF;
width:16px;
height:39px;
-moz-border-radius:13px 13px 0 0;
-moz-transform:scale(0.4);
-moz-animation-name:fadeG;
-moz-animation-duration:1.7600000000000002s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:13px 13px 0 0;
-webkit-transform:scale(0.4);
-webkit-animation-name:fadeG;
-webkit-animation-duration:1.7600000000000002s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:13px 13px 0 0;
-ms-transform:scale(0.4);
-ms-animation-name:fadeG;
-ms-animation-duration:1.7600000000000002s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:13px 13px 0 0;
-o-transform:scale(0.4);
-o-animation-name:fadeG;
-o-animation-duration:1.7600000000000002s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:13px 13px 0 0;
transform:scale(0.4);
animation-name:fadeG;
animation-duration:1.7600000000000002s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#rotateG_01{
left:0;
top:45px;
-moz-animation-delay:0.66s;
-moz-transform:rotate(-90deg);
-webkit-animation-delay:0.66s;
-webkit-transform:rotate(-90deg);
-ms-animation-delay:0.66s;
-ms-transform:rotate(-90deg);
-o-animation-delay:0.66s;
-o-transform:rotate(-90deg);
animation-delay:0.66s;
transform:rotate(-90deg);
}

#rotateG_02{
left:13px;
top:16px;
-moz-animation-delay:0.8800000000000001s;
-moz-transform:rotate(-45deg);
-webkit-animation-delay:0.8800000000000001s;
-webkit-transform:rotate(-45deg);
-ms-animation-delay:0.8800000000000001s;
-ms-transform:rotate(-45deg);
-o-animation-delay:0.8800000000000001s;
-o-transform:rotate(-45deg);
animation-delay:0.8800000000000001s;
transform:rotate(-45deg);
}

#rotateG_03{
left:42px;
top:5px;
-moz-animation-delay:1.1s;
-moz-transform:rotate(0deg);
-webkit-animation-delay:1.1s;
-webkit-transform:rotate(0deg);
-ms-animation-delay:1.1s;
-ms-transform:rotate(0deg);
-o-animation-delay:1.1s;
-o-transform:rotate(0deg);
animation-delay:1.1s;
transform:rotate(0deg);
}

#rotateG_04{
right:13px;
top:16px;
-moz-animation-delay:1.32s;
-moz-transform:rotate(45deg);
-webkit-animation-delay:1.32s;
-webkit-transform:rotate(45deg);
-ms-animation-delay:1.32s;
-ms-transform:rotate(45deg);
-o-animation-delay:1.32s;
-o-transform:rotate(45deg);
animation-delay:1.32s;
transform:rotate(45deg);
}

#rotateG_05{
right:0;
top:45px;
-moz-animation-delay:1.5400000000000003s;
-moz-transform:rotate(90deg);
-webkit-animation-delay:1.5400000000000003s;
-webkit-transform:rotate(90deg);
-ms-animation-delay:1.5400000000000003s;
-ms-transform:rotate(90deg);
-o-animation-delay:1.5400000000000003s;
-o-transform:rotate(90deg);
animation-delay:1.5400000000000003s;
transform:rotate(90deg);
}

#rotateG_06{
right:13px;
bottom:11px;
-moz-animation-delay:1.7600000000000002s;
-moz-transform:rotate(135deg);
-webkit-animation-delay:1.7600000000000002s;
-webkit-transform:rotate(135deg);
-ms-animation-delay:1.7600000000000002s;
-ms-transform:rotate(135deg);
-o-animation-delay:1.7600000000000002s;
-o-transform:rotate(135deg);
animation-delay:1.7600000000000002s;
transform:rotate(135deg);
}

#rotateG_07{
bottom:0;
left:42px;
-moz-animation-delay:1.98s;
-moz-transform:rotate(180deg);
-webkit-animation-delay:1.98s;
-webkit-transform:rotate(180deg);
-ms-animation-delay:1.98s;
-ms-transform:rotate(180deg);
-o-animation-delay:1.98s;
-o-transform:rotate(180deg);
animation-delay:1.98s;
transform:rotate(180deg);
}

#rotateG_08{
left:13px;
bottom:11px;
-moz-animation-delay:2.2s;
-moz-transform:rotate(-135deg);

-webkit-animation-delay:2.2s;
-webkit-transform:rotate(-135deg);
-ms-animation-delay:2.2s;
-ms-transform:rotate(-135deg);
-o-animation-delay:2.2s;
-o-transform:rotate(-135deg);
animation-delay:2.2s;
transform:rotate(-135deg);
}

@-moz-keyframes fadeG{
0%{
background-color:#0C135C}

100%{
background-color:#FFFFFF}

}

@-webkit-keyframes fadeG{
0%{
background-color:#0C135C}

100%{
background-color:#FFFFFF}

}

@-ms-keyframes fadeG{
0%{
background-color:#0C135C}

100%{
background-color:#FFFFFF}

}

@-o-keyframes fadeG{
0%{
background-color:#0C135C}

100%{
background-color:#FFFFFF}

}

@keyframes fadeG{
0%{
background-color:#0C135C}

100%{
background-color:#FFFFFF}

}



