body {	
background-image: url('imagenes/plantheo.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top left;
background-color: #651919;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

	body,td,th {font-family: Arial, Verdana, Helvetica, sans-serif;	font-size: 12px;}
	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.mas { width:11px; height:11px; background:url(imagenes/mas.gif) no-repeat; cursor:pointer;}
button.menos { width:11px; height:11px; background:url(imagenes/menos.gif) 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: arial, verdana;
   font-size: 12px;
} 
.punteado2{
  border-left-style: dotted;
  border-right-style: dotted;
   border-width: 2px;
   border-color: #CCCCCC;
   font-family: arial, verdana;
   font-size: 12px;
} 
.advertencia {
	color: #FF0000;
	font-weight: bold;
}
.advertencia2 {
	color: #FF0000;
}
.boldgrey {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
.formfont{
font-family: verdana, arial;
   font-size: 12px;
}
.encabezado{
font-family: arial, verdana;
font-size: 14px;
font-weight: bold;;
color: #666666;
}

.titular {
	color: #4DB6EE;
	font-weight: bold;
	font-size: 14px;
}
.justificado {
  font-family: arial, verdana;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 30px;
} 
input.desactivado {
  background:#CCCCCC;
  cursor:default;
  font-family: verdana, arial;
  font-size: 12px;
}