a:link{ color: #0000FF; text-decoration: none}
a:active{ color: #0000FF; text-decoration: none}
a:visited{ color: #0000FF; text-decoration: none}
a:hover { background: #F29800; color: #000000; text-decoration:underline overline} body {
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: #999999;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #CCCCCC;
	scrollbar-arrow-color: #000000;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: -1;
} h1 { A:link {text-decoration: none;} 
A:visited {text-decoration: none;} } h2 { TABLE { FONT: 10pt verdana; COLOR: #FF9900 
} 

 input.TxtBut {
  width: 70%;
  
}

textarea.TxtBut {
  width: 98%;
  /* 
    IE specific to eliminate scroll bar when not needed. 
    Uncomment if wanted, but it is not valid CSS
     
  scrollbar-3dlight-color : #777;
  scrollbar-arrow-color : #EEE;
  scrollbar-darkshadow-color : #777;
  scrollbar-face-color : #777;
  scrollbar-highlight-color : #777;
  scrollbar-shadow-color : #777;
  scrollbar-track-color : #777;    
  */
}

input.TxtBut,
textarea.TxtBut {
  padding: 1px 3px;
  margin: 5px 0;
  font: 12px verdana, arial, sans-serif;
  color: #EEE;
  background-color: #777;
  border: 1px solid #999;
}

input.TxtBut:hover,
input.TxtBut:focus,
textarea.TxtBut:hover,
textarea.TxtBut:focus {
  color: #FFF;
  background-color: #999;
  border: 1px solid #EEE;
}


.buttons 
{ font-family: verdana; font-weight: bold; color: white; background-color: #000080; 
font-size: 10pt; }



/*
INPUT.TxtBut { FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: #000080; FONT-FAMILY: 
verdana; BACKGROUND-COLOR: #aaaaaa } 
TEXTAREA.TxtBut { FONT-WEIGHT: bold; FONT-SIZE: 
8pt; COLOR: #000080; FONT-FAMILY: verdana; BACKGROUND-COLOR: #aaaaaa } } 



*/




.titulocentrado {
	text-align: center;
}


 

.letrapequena {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.pequena {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
}

.negro {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.negrita {
	font-weight: bold;
}
.normal {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
.defecto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}