.texto_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
.correo {
  color:#0000FF;
  }
a:link {
	color:#FF0000;
	text-decoration: none;
  }
/* texto visitado */
a:visited {
	color: #669933;
	text-decoration: none;
}
/* texto rollover */
a:hover {
	color: #FF00CC;
	text-decoration: underline;
}
.tabla01 {
	position: absolute;
	left: 305px;
	width: 420px;
	height: auto;
	top: 5px;
	bottom: 5px;
}
.tabla_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #EFEFEF;
}