.txt {
	font-family: Arial, sans-serif; 
	font-size: 8pt;
	line-height: 11pt;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
}

.boton {
	font-family: Arial, sans-serif; 
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #eeeeee;
	border: 1px #aaaaaa solid;
}

.campo {
	font-family: Arial, sans-serif; 
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	background-color: #eeeeee;
	border: 1px #aaaaaa solid;
	padding: 2px;
}

.fondo {
	bgproperties: fixed;
	bgcolor:FFFFFF;
	background: imagenes/Backccch.jpg
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;	
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../imagenes/Backccch.jpg);
	background-repeat: repeat;
}

A:visited{
	text-decoration: none;
	color:#993399;
}
A:link{
	text-decoration: none;
	color:#993399;
}
A:hover{
	text-decoration: underline;
	color:#FF00FF;
}
