<html>
<head>
<meta charset="iso-8859-15"/>
<style type="text/css">
h3 {font-style:normal}
h3 {font-variant:normal}
p {font-variant:small-caps}
</style>
</head>
<body>
<h3>Texto sin variaciones en el estilo.</h3>
<p>TEXTO ORIGINAL ESCRITO EN MAYÚSCULAS.</p>
<p>texto original escrito en minúsculas.</p>
</body>
</html>