@charset "ISO-8859-1";
/* CSS Document */

a {text-decoration:none ;
}
.style9 {font-size: 14px; font-family: Arial, Helvetica, sans-serif; }
.style11 {color: #f79321}
.style12 {color: #F26524}
.style14 {color: #f79321; font-size: 12px; }
.style16 {color: #F26524; font-size: 13px; }
.style17 {font-size: 18px}
.style18 {font-size: 10px}
.style20 {
	font-size: 16px;
	color: #F26524;
}
.style22 {color: #F26524; font-size: 19px; }
.style24 {
	color: #F26524;
	font-size: 10px;
}
.style26 {color: #f79321; font-size: 16px; }
.style28 {
	color: #f79321;
	font-size: 13px;
}
.style31 {font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; }
.style32 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

.menublanco {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 11px;
	text-align: right;
}

.style2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style4 {color: #000000}

#menu1bln a {
	color:#FFFFFF
}
#menu1 {
text-align:left
	font-size: 10px;
	color: #FFF;
}

.menu1 {
text-align:left
	font-size: 10px;
	color: #FFF;
}

.sedes {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #000;
}

You need to add this to your style sheet

object:active, div:active
{
outline: none;
}

object:focus, div:focus
{
-moz-outline-style: none;
} 
