html,body,p,h1,h2,h3,h4,h5,ul,li {
margin:0px;
padding:0px;
font-family: arial, times new roman, verdana;
font-size: 11px;
}


html{
width:auto;
height:auto;
background-image:url("../images/bground_despedida.png");
}

body{
width:auto;
height: auto; 
text-align:center;
}

img{
border:none;
}
a{
text-decoration:none;
}


/*-------------CONTENEDOR------------------*/
#contenedor{
width:960px;
height: auto;
background-color:white;
margin-left:auto;
margin-right:auto;
text-align:left;
}
/*.......................FIN CONTENEDOR.............................................*/

/*-------------DESPEDIDA------------------*/
#contenedor{

margin-top:60px;
}
/*.......................FIN DESPEDIDA.............................................*/


