Im having some problems at a website construction, and the point is that in Chrome and Safari it works just fine, but not quite the same in Firefox, Opera and Internet Explorer.
Hey Change to your css type
you define type="text/javascript" it's wrong
type="text/javascript"
just define type="text/css"
Now change This
<link rel="stylesheet" type="text/javascript" href="estilos/estilos.css">
into
<link rel="stylesheet" type="text/css" href="estilos/estilos.css">