
.left {
  text-align:left;
}

.right {
  text-align:right;
}

.center {
  text-align:center;
}


.fleft {
  float:left;
  margin:0 0.5em 0 0;
}

.fright {
  float:right;
  margin:0 0 0 0.5em;
}



.autoFormText {
  width:100%;
}



.autoSlideshow {
  text-align:center;
}

.autoSlideshow ul {
  margin:1em;
  padding:0px;
}

.autoSlideshow ul li {
  display:inline;
  margin:0px;
  padding:0.1em;
}

.autoSlideshow form {
  display:inline;
}

.autoSlideshow input {
  display:inline;
}


.autoGallery table {
  width:100%;
}


.autoFieldset {
  position:relative;
  left:50%;
  width:550px;
  margin-left:-275px;
  text-align:center; 
}


.autoFieldset div.innerRectangle {
  text-align:right; 
  margin:0 30px;
}



.libro {
  position:relative;
  left:50%;
  width:300px;
  margin-left:-150px;
  background-color:#efefef;
  text-align:center;
  padding:5px;
}
