*{
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	cursor:default;
	list-style:none;
}
body{
	background:white;
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
}
div{
	overflow-wrap: break-word;
}
img{
	border:0;
	max-width:100%;
	max-height:100%;
}
a{
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	text-decoration:underline;
	cursor:pointer;
}
p{
	margin:0;
	padding:0;
}
input{
	border:solid 1px black;
}
/* -------------------------------------------------- */
/* DECLARAMOS CURSORES PARA FORMULARIOS */
/* -------------------------------------------------- */
textarea,input{
	cursor:text;
}
select,button{
	cursor:pointer;
}
