body 
{
background-color: #F5F5F5;
font-family: Verdana;
}

h1
{
font-family: Verdana;
color: #006688;
text-align: center;
font-size: 36pt;
text-decoration: underline;
font-weight: 400; 
}  

h2
{
font-family: Verdana;
color: #008080;
text-align: center;
font-size: 24pt;
text-decoration: underline;
font-weight: 400;
}  


h3
{
font-family: Verdana;
color: #008080;
text-align: left;
font-size: 14pt;
text-decoration: none;
font-weight: 400;
}  


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

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

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