body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	background-color: #ed1c24;
}
td, th {
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
}
h1,h2,h3,h4 {
	color: #283891;
}
h5,h6,h7 {
	color: #ed1c24;
}
.tbl_header {
	background-color: #c9e0ff;
	/* border: thin solid white; */
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.td_gral {
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	border: 1px solid white;
}
.rowheadb {
	background-color: #e1edfe;
	border-bottom-color: #bcd3f2;
	border-left-color: #bcd3f2;
	border-right-color: #bcd3f2;
	border-top-color: #bcd3f2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
}
.tbl_listadosC {
	background-color: #f3f7fb;
}
.txt_numerico {
	text-align: right;
}
.tit_simple_az {
	color: #283891;
	font-weight: bolder;
}
.txt_aviso {
	color: orange;
	font-style: italic;
}
.txt_alertaroja {
	color: red;
	font-style: italic;
}
.txt_celestesec {
	color: #97b4dc;
}
.txt_rebajado {
	color: GrayText;
}
.but_paraborrar {
	background-color: red;
	border: thin outset ActiveBorder;
	color: white;
	font-size: small;
	font-family: Arial;
}
#loading{
	position:absolute;
	width:300px;
	top:58px;
	left:50%;
	margin-left:-150px;
	text-align:center;
	padding:7px 0 0 0;
}
.ir-arriba {
	display:none;
	padding:2px;
	background:#283890;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:5px;
	right:15px;
	z-index: 5000;
}