body, html {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
}
body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial;
	font-size:12px;
	color: #000;
}
img{
	border: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.caja{
	float: left;
	width: 100%;
}
.separa{
	float: left;
	width: 100%;
	height: 15px;
}
body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
}
.caja{
	margin: auto;
	width: 98%;
	text-align: center;
	margin-top: 10px;
}

.boton{
	display: inline-block;
	width: 100px;
	background: #000;
	color: #FFF;
	font-size: 14px;
	padding: 5px 0;
	cursor: pointer;
}
.boton:hover{
	background: #CCC;
	color: #000;
}
a.wl{
	color: #000;
	text-decoration: none;
}
a.wl:hover{
	color: #F00;
	text-decoration: none;
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}



@media (max-width: 768px) {

}
@media (max-width: 480px) {

}

