Hola
neodani
Haciendo una sencilla prueba:
Código CSS:
Ver original<html>
<head>
<style type="text/css">
#direccion {background:green; width:200px}
.estilo1 {background:red; width:50px}
</style>
</head>
<body>
<input type="text" tabindex="5" maxlength="40" size="25" value="" id="direccion" class="estilo1" name="direccion"/>
</body>
</html>
Parece ser que sí pueden ponerse los dos y que prevalece el
id
Saludos,