@charset "utf-8";

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.tabla th {
	font-size:13px;
}
.tabla td {
	font-size:11px;
}
.texto-rojo {
	color:#F00;
}
.td-izq {
	text-align: right;
	width: 48%;
}
.td-der {
	text-align: left;
	width: 48%;
}
.td-cen {
	text-align: center;
	width: 4%;
}
.div-fondo {
	background-color: #EEEEEE;
	margin: 0px auto;
	width: 100%;
	height: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
