*{
	margin: 0px;
	padding: 0px;
}

@keyframes fadeIn {
  	0% { opacity: 0; }
  	100% { opacity: 1; }
}

@keyframes fadeOut {
	100% { opacity: 1; }
  	0% { opacity: 0; }
}

p {
	font-family: Arial;
	color: #6099C9;
	font-weight: bolder;
}

#contenedor {
	width: 100%;
	min-width: 300px;
	height: 100%;
	margin: 0px auto;
}

#preloader {
	animation: fadeIn 0.8s;
	background: white url(imagenes/loader.gif) no-repeat center center;
	background-size: 5%;
	height: 100vh;
	width: 100%;
	position: fixed;
	z-index: 100;
	border: solid 1px black;
}

#formulario {
	width: 300px;
	height: 100px;
	right: 0px;
	margin-right: 20px;
	margin-top: 200PX;
	float: right;
	position: absolute;
}

#formulario2 {
	width: 300px;
	height: auto;
	margin: auto;
	float: none;
}


#input {
	width: 400px;
	height: 20px;
	right: 0px;
	float: right;
	margin-right: 0px;
	border: solid 1px;
	border-color: #6099C9;
	border-radius: 5px;
	padding: 10px;
}

#btn_borrar {
	width: 100px;
	height: 25px;
	background-color: transparent;
	color: #6099C9;
	font-family: arial;
	font-weight: 900;
	border: none;
	cursor: pointer;
	float: right;
	right: 0px;
	margin-right: 0px;
}

#btn_descargar {
	width: 100px;
	height: 25px;
	background-color: transparent;
	color: #6099C9;
	font-family: arial;
	font-weight: 900;
	border: none;
	cursor: pointer;
	float: right;
	right: 0px;
	margin-right: 0px;
}

#recuerdame {
	width: 340px;
	height: 80px;
	right: 0px;
	margin-top: -120px;
	float: right;
	margin-right: -20px;
	border: none;
	background-color: transparent;
	font-family: Arial;
	color: #6099C9;
	font-weight: bolder;
}

#recuerdame2 {
	width: 340px;
	height: 80px;
	margin: auto;
	float: none;
	border: none;
	background-color: transparent;
	font-family: Arial;
	color: #6099C9;
	font-weight: bolder;
}


@media screen and (max-width:1100px) 
{

	#formulario {
	width: 300px;
	height: 150px;
	right: 0px;
	margin-right: 20px;
	margin-top: 200PX;
	float: right;
	position: absolute;
}

	#input {
	width: 200px;
	height: 20px;
	right: 0px;
	float: right;
	margin-right: 0px;
	border: solid 1px;
	padding: 10px;
}

}