body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #0033FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033FF;
}
a:hover {
	text-decoration: none;
	color: #0033FF;
}
a:active {
	text-decoration: none;
	color: #0033FF;
}

img.png
{
	_behavior: url(iepngfix.htc);
}

.png
{
	behavior: url(iepngfix.htc);
}

.haccordion .header, .haccordion .content{ 
  float: left; 
  height: 50px; 
} 
  
.haccordion .header{ 
  background: none repeat scroll 0 0;
  width: 35px; 
  color: #000000; 
  cursor: pointer; 
  padding-left: 5px;
  padding-top: 5px;
} 
  
.haccordion .content{ 
  display: none; 
  width: 0px; 
  overflow: auto; 
  padding-top: 3px;
} 
	  
.haccordion .content p{ 
  margin: 3px; 
} 


.an {
	font-size: 12px;
	color: #FFFFFF;
}
.an:link {
	text-decoration: none;
}
.an:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.an:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.an:active {
	text-decoration: none;
	color: #FFFFFF;
}

.menu-up{
	color: #FFFFFF;
	text-decoration: none;
}
.menu-up:hover{
	color: #FFFFFF;
	text-decoration: none;
}

div#links a {
	display: block;
	text-align: center;
	padding: 5px 10px;
	margin: 0 0 1px;
	border-width: 0; 
	text-decoration: none;
	color: #FFFFFF;
	background: #4E99FF;
	border-right: 5px solid #005EDD;
}
div#links a:hover {
	color: #411;
	background: #97C4FF;
	border-right: 5px double white;
}
div#links a span {
	display: none;
}
div#links a:hover span {
	display: block;
	position: absolute;
	top: 180px;
	left: 0;
	width: 125px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color: #AAA;
	background: black;
	font: 10px Verdana, sans-serif;
	text-align: center;
}


.formfield{
	background-color: #ffffff;
	COLOR: #000000;
	border: 1px #000000 solid;
}

.formfield:focus{
	background-color: #FFFF9D;
	COLOR: #000000;
	border: 1px #000000 solid;
}

.button {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#000000;	
	height: 25px;
	width: 135px;
	background: url('images/boton_normal.jpg') no-repeat top left;	
	padding: 2px 8px;
}
.button:hover {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#000000;	
	height: 25px;
	width: 135px;
	background: url('images/boton_hover.jpg') no-repeat top left;
	padding: 2px 8px;
	outline: 0;
}