body,table,tbody,tr,td,div,span,p,a,form,input,textarea,ul,li,h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
	font-family:Tahoma,Arial,Helvetica,sans;
	font-size:14px;
	font-weight:normal;
	color:#393939;
	text-align:left;
}
/*SITIO*/
body{
	background-color:#040404;
	background-image:url('../images/fondo_sitio_gen.jpg');
	/* NO SELECCIONA TEXTO */
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* IE/Edge */
	user-select: none;           /* non-prefixed version, currently
								not supported by any browser */
}
a{
	text-decoration:none;
}
.cierra_float{
	clear:both;
}