.fechas{
	display:flex;
	justify-content:center;
	text-align:center;
}
.dia{
	font-size:18px;
	margin-left:-4%;
}
.Hasta{
	margin-left:30px;
}
@media only screen and (max-width:1024px){
.fechas{
	display:flex;
	flex-direction: column;
	margin-left:-8%;
	/*position:relative;
	left:12%;*/
}
}
@media screen and (max-width:1024px) and (orientation: landscape){
input[type="submit"]{
  -webkit-appearance:none;
}

.ingresar{
    -webkit-appearance:none;
    width:50%;
	font-size:18px;
	padding:10px;
}   
}
