BODY
{
	font-size: 11px;
	background: Gainsboro;
	color: Black;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}
H1
{
	font-size: 16px;
}
H2
{
	font-size: 16px;
}
P
{
	font-size: 12px;
}
UL
{
    font-size: 11px;
}
A.black
{
	font-weight: bold;
	color: black;
	text-decoration: none
}
A
{
	font-weight: bold;
	color: white;
	text-decoration: underline
}
A:hover
{
    font-weight: bold;
    text-decoration: underline
}
TABLE {
	background : #C8C8C8;
}
TD {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 12px;
}
INPUT {
	font-size: 12px;
	color: Black;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}
SELECT {
	font-size: 12px;
	color: Black;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}

td.blanco{
	background-color: white; 
	color: black; 
	text-align:left"";		
}

td.cabecera{
	background-color:#BBBBBB;
	text-align:center;
}
td.datos{
	text-color:black;
	background-color:#FFFFFF;
	text-align:center;
}

.fecha{
	font-size: 11px;
	font-family: Verdana;
	font-weight: none;
	color:#005588;
	text-decoration:none;
}


input.b
{
font-size: 12px;
font-family: Verdana;
font-weight: Bold;
color:#ffffff;
background-color: #AAAAAA;
}


/* --- loader ---*/

#loader {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}

#loader td {
  padding: 3px;
  background: #ffffff;
}

#loader p {
  border: 3px solid #6E89DD;
  padding: 10px;
  margin: 0;
  background: #EEF0FC;
}

#loader img {
  float: left;
  margin-right: 12px;
}

#loader strong {
  display: block;
  margin-bottom: 3px;
}

#loaderContainer {
  position: absolute;
  width: 100%;
  height: 700px;
  top: 0;
  left: 0;  
  /*height: expression(document.documentElement.clientHeight+'px');*/
  z-index: 1000;
  
}

#loaderContainer td {
 padding-top: 75px;
 vertical-align: top;
 text-align: center;
 /*background-image: url(../images/semi-transparent.gif);*/
}

#loaderContainer td td {
 padding-top: 3px;
 text-align: left;
}



