body { margin-left: 10%; margin-right: 10%; }
h1 { color: red; text-align: center;}
h3 { text-align: center; }
em { text-align: center; font-weight: bold; }
img { margin: 15px; }
a:hover {color: red; }

p, body > ol, body > ul { background: #f0f0f0; border: 1px dotted #d7d7d7;
  padding-top: 5px; padding-bottom: 5px; font-family: sans-serif; }
p {padding-left: 5px; padding-right: 5px; }

p:hover, ol:hover, ul:hover {background: #f2f2f2; }
p {line-height: 1.3; text-indent: 15px; }
p.tabla {margin-top: 1px; margin-bottom: 1px; line-height: 1.3;}
p.tabla2 {margin-top: 0px; margin-bottom: 0px; line-height: 1.3; border: 0px;}
p.textos {margin-top: 0px; margin-bottom: 0px; line-height: 1.3; border: 0px; text-indent: 0px;}

div.titulo {background: rgb(170,170,0); padding: 0.5em; border: none;}

ul {list-style-type: disc; }
ol {list-style-type: lower-roman; }
li {line-height: 1.3; text-indent: 5px; margin-bottom: 3px; }