.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
body {
	background-color: #000000;
}
.Cabezera {
	font-family: arial;
	font-size: 8pt;
	color: #FFFFFF;
	line-height:13px;
	font-weight: bold;
	padding-top:5px;
	PADDING-RIGHT: 3px; 
	PADDING-LEFT: 6px;
}

.Comentario {
	font-family: arial;
	font-size: 10pt;
	color:#000000;
	font-weight: normal;
	PADDING-RIGHT: 3px; 
	PADDING-LEFT: 13px;
}

.boton{
   color:#666666;
   font-family:Arial, Helvetica, sans-serif;
   font-size:54%;
   font-weight:normal;
   background-color:#CCCCCC;
   border:thin;
   border-top-color:#666666;
   border-left-color:#666666;
   border-right-color:#666666;
   border-bottom-color:#666666;
}