body 
{
background-color: #F5F5F5;
font-family: verdana;
font-size: 12pt;
font-style: normal;
line-height: 18pt;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: black;
text-align: justify;
text-decoration: none;
}

h1
{
font-family: Verdana;
color:green;
text-align: center;
font-size: 36pt;
text-decoration: underline;
}  

h2
{
font-family: Verdana;
color: black;
text-align: center;
font-size: 24pt;
text-decoration: underline;
}  


p
{
font-family: Verdana;
font-style: normal;
text-align: justify;
font-size:12pt;
}   

hr 
{
background-color: #33CC33; 
color: #33CC33;
height: 1px;
width: 100%;
} 

/*para centrar las imágenes*/
img
{
display: block;
margin: auto;
}