body {	
background-image: url('imagenes/background.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;
background-color: #000000;
}
	body,td,th {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;}
	a:link {color: #000000; text-decoration: none; }
	a:visited {	text-decoration: none; color: #000000; }
	a:hover { text-decoration: underline; color: #FF0000;}
	a:active { text-decoration: none; color: #000000;}
	
button { border:0; padding:0; margin:5px; }
button.incluir { width:16px; height:16px; background:url(imagenes/incluir.png) no-repeat; cursor:pointer;}

img, td { behavior: url(iepngfix.htc) }

.lineasolida{
  border-style: solid;
   border-width: 1px;
   border-color: #666666;
   border-collapse: collapse;
} 

.punteado{
  border-style: dotted;
   border-width: 1px;
   border-color: #cc0000;
   font-family: verdana, arial;
   font-size: 10px;
} 
.punteado2{
  border-style: dotted;
   border-width: 1px;
   border-color: #666666;
   font-family: verdana, arial;
   font-size: 10px;
} 
.advertencia {
	color: #FF0000;
	font-weight: bold;
}
.boldgrey {
	color: #666666;
	font-weight: bold;
	font-size: 10px;
}
.formfont{
font-family: verdana, arial;
   font-size: 10px;
}
.encabezado{
font-family: verdana, arial;
font-size: 14px;
font-weight: bold;
color: #666666;
}
.encabezadoblack{
font-family: verdana, arial;
font-size: 14px;
font-weight: bold;
color: #000000;
}

button { border:0; padding:0; margin:5px; }
button.incluir { width:10px; height:10px; background:url(imagenes/sound.png) no-repeat; cursor:pointer;}

.titulargrey {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}

.titular {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.grey{
font-family: verdana, arial;
font-size: 10px;
color: #666666;
}
.red{
font-family: verdana, arial;
font-size: 10px;
color: #FF0000;
}