body {
  background-color: #000000;
  font-family:      sans-serif;
  font-size:        small;
  margin:           0px;

}

#header {
  background:       #680068;
  background-image: url(images/decorpm2.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  margin:           10px;
  height:           108px;
  text-align:       center;
}

#main {
  background-image: url(images/infinito.jpg);

  font-size:        105%;
  padding:          15px;
  margin:           0px 10px 10px 10px;
  color:             #ffffff;
  text-align:        center;
}


#footer {
  background:       ;
  color:            #efe5d0;
  text-align:       center;
  padding:          15px;
  margin:           10px;
  font-size:        90%;
}

h1 {
  font-size:        125%;
  color:            #000000;
  font-family: "lucida calligraphy", arial, sans-serif;
}

h2 { font-size: 110%; }


/* -- Esto es el link-- */
#sidebar {
  background: #dda0dd;
  text-align: center;
  line-height:      1.8em;
}
.barra {
   text-align:center;
}
a:link {
  color:            #ffffff;
  text-decoration:  none;

}
a:visited {
   color: #800080;
   text-decoration:none;

}
a:hover {
   color:            #800080;
   text-decoration:  none;
   border-bottom:    thin dotted #FF1493;
}
/*  Aqui se pone esto gelatina  */
#allcontent {
   width: 1024px;
   padding-top: 5px;
   padding-bottom: 5px;
   background-color:#000000;
   margin-left: auto;
   margin-right: auto;
}

