 
body, p, div, span, a {
  font-family: sans-serif;
  font-size:13px;
}

body {
  background-color:#fdf4e0;
  color:#663300;
  padding:0px;
  border:0px;
  margin:0px;
}



h1 {
  background-color:#db2f1c;
  color:#f8c300;
  font-family:serif;
  font-size:26px;
  text-decoration:underline;
  margin:0;
  padding:10px;
}

h2 {
  background-color:#fdf4e0;
}

h3 {
  border-bottom:solid 1px #cfcfcf;
}


a {
  text-decoration:none;
}

a:hover {
  color:#990000;
  text-decoration:underline;
}


div#header {
  margin:0px;
  padding:0px;
}


div#container {
  margin:0px;
  padding:0px;
  background:url(img/shadow.png) top left repeat-x;
}

div#left {
  width:160px;
  height:700px;
  background:url(img/toolbar.png) top left no-repeat;
}


div#container2 {
  position:absolute;
  top:8em;
  left:166px;
  width:750px;
}

div#content {
  padding:1em;
  border:1px solid #888888;
  background-color:white;
}


div#footer { 
  clear:left;
  text-align:center;
}




ul.enlaces {
  background-color:#f8c300;
  margin:0;
  padding:5px;
  padding-left:100px;
}

ul.enlaces li {
  display:inline;
  margin-left:15px;
}

ul.enlaces a {
  color:#db2f1c;
}



ul.enlaces2 {
  color:#f8c300;
  margin:0;
  padding:5px;
  width:120px;
}

ul.enlaces2 li {
  margin-bottom:10px;
}

ul.enlaces2 a {
  color:#f8c300;
}


.autoFormText {
  width:100%;
}



.autoSlideshow {
  text-align:center;
}

.autoSlideshow ul {
  margin:1em;
  padding:0px;
}

.autoSlideshow ul li {
  display:inline;
  margin:0px;
  padding:0.1em;
}



.autoGallery table {
  width:100%;
}
