
body {
  //background: #F0F0F0;
  font-size: 14px;
  //color: #666;
  font-family: 'Roboto', sans-serif;
  //background: linear-gradient(to bottom, #e0eef3 0%, #ffffff 10%);
  //background: linear-gradient(to right, #A9D0F5 0%, #DF01D7 80%);
	//background-repeat: no-repeat;
    //background-attachment: fixed;
	background: rgba(93,84,240,0.5);
  background: -webkit-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
  background: -o-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
  background: -moz-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
  background: linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
}

.ocultar{display:none;}

.subTitulo { color: #fff; text-shadow: 0 0 10px rgba(0,0,0,1.3); letter-spacing:1px; text-align:center; }

div.iconoLoading {
            position: fixed;
            margin-top:50%;
            margin-right:50%;
}

div.loading-gif {
            position: fixed;
            top: 40%;
            left: 47%;
			z-index: 4;
}

div.fondoAlpha {
            position: fixed;
            top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			z-index: 4;
			background-color: black;
			opacity: 0.8;
            filter: Alpha(opacity=90); /* IE8 and earlier */
}
