@charset "utf-8";
/* CSS Document */



	

body{

/*	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bdbdbd));*/
	background: -webkit-linear-gradient(top, #C0C0C0, #000000);
	background: -moz-linear-gradient(top, #C0C0C0, #000000);
	background: -ms-linear-gradient(top, #C0C0C0, #000000);
	background: -o-linear-gradient(top, #C0C0C0, #000000);
	text-shadow: 1px 0px 0px #ffffff;
/*	filter: dropshadow(color=#ffffff, offx=1, offy=0);*/
/*	border-radius: 8px;*/
	color: #333333;
	font-size: 13px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	}

.sada tr {
	background:#FFF;
	}
.sada{
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	background-clip: padding-box;
	border: 10px solid #fff;
	border: 10px solid rgba(255, 255, 255, 0.9);
	outline: none;
	transition: background-color 1s linear;
	border-radius:15px;

    -webkit-box-reflect:below 1px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.26, transparent), to(#000));
}
.aaaasd{
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	background-clip: padding-box;
	border: 10px solid #fff;
	border: 2px solid rgba(255, 255, 255, 0.9);
	outline: none;
	transition: background-color 1s linear;
	border-radius:15px;
}
.aaaasd:hover {
	color:#FFF;
	background:#333;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	background-clip: padding-box;
	border: 10px solid #000;
	border: 2px solid rgba(255, 255, 25, 0.4);
	outline: none;
	transition: background-color 1s linear;
	border-radius:5px;
	cursor:pointer;
}
/*.coordenadas{ display:none;}*/
#c2, #c1{
	border:#CCC solid 1px;
}
	.ui-body-c, .ui-overlay-c{
		background-image: none;
		background-color: transparent;
		
	}
@media only screen and (min-width: 700px) {
	body {
		background-color: lightblue;
	}
	.main_id{
		position: relative;
		height: 420px;
		width: 540px;
		overflow: hidden
	}
	.ui-page{
		height: 338px;
	}
}	
	.ui-header{ 
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
.hide{
	display: none;
}

.ima_login_logo_boton{
	width: 30%;
}
.saltos_entexto{
	white-space: normal;
	font-size: 0.81em;
	margin-top: 1em;
}


.sada522{
	height:100%; width:100%;
}
.sada522ss{
	width: 500px; min-height: 335px
}
.sada522sss{
position: absolute; width: 100px; left: 60px; top: 3px;
}

.tr_S{
	height:100%; 
	width:100%
}
.li_padding_0{
	 padding-top: 0;
}
.Botts_s001{
	margin-right: 0px; border-top-right-radius: 0em; border-bottom-right-radius: 0em;
}
.Botts_s002{
	margin-left: 0px; border-top-left-radius: 0em; border-bottom-left-radius: 0em;
}
.pos_logo_001{
	 height: 70px;
	 position: relative;
}

.ui-mobile .ui-page {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
body.ui-mobile-viewport, div.ui-mobile-viewport {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.btn-info_2{
  background-color: #0AAC14;
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-weight: normal;
  background: linear-gradient(45deg, #ff00cc, #3333ff, #00ccff);
  background-size: 200% 200%; /* Ajusta según sea necesario */
  animation: gradientAnimation 4s linear infinite; /* Ajusta la duración y el tipo de animación */
  
}


@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


.btn-info_2:hover{
  animation: gradientAnimation 1s linear infinite; /* Ajusta la duración y el tipo de animación */
  
  }
.div_footer_w{
  position: relative;
  font-size: 12px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.div_version2{
  position: absolute;
  right: 2px;
  top: 2px;
  font-size: 1.2em;
  font-weight: 400;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.div_version{
	position: absolute;
	right: 2px;
	top: 2px;
	font-size: 3em;
	font-weight: 400;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
  }

.container02{
	  position: absolute;
	  float: left;
	font-size: 2em;
	width: 90%;
}
#acfisc{
	background-color: #039dcc;
}