body {
#    background-color: #e9f4e0;
background-image:url(../img/fondo.jpg);
#    background-attachment:fixed;
#    background-position: bottom right;
#    background-repeat: no-repeat;
    }




h2 {
    font-family: "Times New Roman", time, Arial, Verdana, serif;
    font-style: italic; 
    font-weight: bold;
    font-size: 2em; 
    text-align: center; 
    color:#f66800;
    }


h3 {
    font-family: "Times New Roman", time, Arial, Verdana, serif;
    font-weight: bold; 
    font-size: 1.6em; 
    text-align: center; 
    color: #f66800;}
    
h4 {font-family: "Times New Roman", time, Arial, Verdana, serif;
    font-style: italic; 
    font-weight: bold; 
    font-size: 1.6em; 
    text-align: center; 
    color: #f66800;}

h5 {
    font-family: "Times New Roman", time, Arial, Verdana, serif;
    font-style: normal; 
    font-size: 1.4em; 
    color: #f66800; 
    text-align: center;   
    }

h6 {
    font-family: "Times New Roman", Arial, Verdana, serif; 
    font-style: normal; 
    font-size: 1.2em; 
    color: #0000ff; 
    text-align: center; 
    text-decoration:underline;
    }


p {
    font-family: "Times New Roman", time, Arial, Verdana, serif;
#   font-weight: bold; 
    font-size: 1.2em; 
    text-indent: none;
    text-align: left; 
    color: #6d4c34; 
    margin-left:30px; 
    margin-right:30px;
}


a{color: #006699;}
a:link, a:visited {color: #006699; text-decoration: none;}
a:hover{color: #006699; text-decoration: underline;}
table 
{
    margin: auto; 
   	border:none;
   
}


