h1 { color: red; text-align: center }
h2 { color: maroon; text-align: center; text-transform: uppercase }
a { color: #blue; text-decoration: none }
a:hover { color: #007447; text-decoration: overline }
p { text-align: center; padding: 10px; border: 2px orange dashed; background-color: #ffea5e }
P.contador { font-style : italic }
.inv { display: none }

body {background-color: #f4e0a9 }
img.der { float: right }
img.izq { float: left }
.izq { float: left }
img.cen { float: center }
p.text { text-align: left } !important


