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


body{
	
	background-color:#000000;	
}

#contenedor{
	width:95%;
	margin:auto;
	padding-top:25px;
	border:4px solid #555252;
	border-radius: 20px;
	background: -moz-linear-gradient(top, #386FF0, #BCE6F3);
	background: -webkit-linear-gradient(top, #386FF0, #BCE6F3);
	
	
}


#clave, #valor{
	width:180px;
}

#zonadatos div{
	padding:15px;
	border-bottom:3px solid #00F;
}

#zonaEmt, #zonaMetro, #zonaConsorcio, #zonaTransbordo{
	
	width:150px;
	height:80px;
	
	background-color:#FFF;
	
	color:#FFFFFF;
	margin:auto;
	margin-bottom:15px;
	text-align:center;
	
	font-weight:bold;
	font-size:1.3em;
	border:2px solid #070707;
	border-radius:5px;
	box-shadow:5px 5px 10px #000000;
	
}

#transBusBus, #transBusMetro, #transMetroBus{
	
	width:150px;
	height:80px;
	
	background-color:#FFF;
	
	color:#FFFFFF;
	margin:auto;
	margin-bottom:40px;
	text-align:center;
	
	font-weight:bold;
	font-size:1.3em;
	border:2px solid #070707;
	border-radius:5px;
	box-shadow:5px 5px 10px #000000;
	
}

#ventanaEmergente {
	
	width:95%;
	position:absolute;
	margin-right:30px;
	background-color:#D1F7F6;	
	border:3px solid #000000;
	border-radius:10px;
	box-shadow:5px 5px 10px #000000;		
	text-align:center;	
	font-size:1.1em;
	font-weight:bold;
	margin: auto;
	margin-bottom:30px;
	padding-top:15px;
	padding-bottom:15px;
	
}

#zonaSaldo {
	width:200px;
	margin:auto;
	background-color:#04038A;
	color:#fff;
	border:2px solid #272525;
	border-radius:5px;
	box-shadow:5px 5px 10px;
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
	padding-top:5px;
	padding-bottom:5px;
		
}

footer {
	
	margin-top:30px;
	text-align:center;	
	font-weight:bold;
	
	
}

#datosIniciales{
	border:1px solid #000000;
	border-radius:5px;
	box-shadow:5px 5px 10px #565454;
	background-color:#5CDDED;
	text-align:center;
	width: 50%;
	margin:auto;
	margin-bottom:30px;	
	font-weight:bold;
	padding-bottom:10px;
	padding-top:10px;
	
}

.saldos {
	/*border:1px solid #000000;
	border-radius:5px;*/
	
	
	width: 60%;
	text-align:right;
	
	margin: auto;
	
}

#tablaSaldos {
	
	width: 90%;
	background-color:#D1F7F6;	
	border:3px solid #000000;
	border-radius:10px;
	box-shadow:5px 5px 10px #000000;
		
	text-align:center;
	
	font-size:1em;
	margin: auto;
	margin-bottom:30px;
	padding-top:15px;
	padding-bottom:15px;
	
}

.numero {
	width:50%;
	text-align:left;
	marging-top:5px;
	
}

#saldoI{
	margin-top:10px;	
}



#aceptar, #botonAceptar, #borrar. #cancelar{
	margin-top:20px;
	margin-bottom:10px;
	margin-right:5px;
	width:100px;
	height:50px;
	border-radius:5px;
	font-size:1em;
	font-weight:bold;
	
}
#borrar{
	margin-top:20px;
	margin-bottom:10px;
	margin-left:5px;
}

#recarga{
	margin-top:10px;	
}	

#tablahistorico{
	text-align:center;
	margin:auto;
}

#tabla{
	width:90%;
	
	margin:auto;
	
	padding-bottom:30px;
	margin-top:30px;
	
	
	margin-bottom:30px;
	
}

#lineas {
	width:100%;
	font-size:0.8em;	
	margin:auto;
   	text-align:center;
	
}

#aceptarResetear{
	
	margin:auto;
		
}