body {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  width: 100%;
  text-align: center;
  font-family: FreqMod Dear Book, monospace;
}

title {
	text-align: center;
	color: white;
}

h2 {
	font-family: FreqMod Dear Book, monospace;
    font-size:33px;
    text-align: center;
    color: #000000;
    font-weight:bold;
}

a {
	color:#6576cd;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 1px 1px #000000;
	}
a:hover {
	color:honeydew;
	font-weight:bold;
	text-decoration:none;
	}
	
a:visited {
    color: tan;
}	
#mainContainer {
  margin-top: 0pt;
  margin-right: auto;
  margin-bottom: 0pt;
  margin-left: auto;
  width: 685px;
  height: 315px;
  text-align: left;
  background:files/bbackground.png;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: sienna;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: sienna;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: sienna;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: sienna;
}
.clear {
  clear: both;
}
#DHTMLgoodies_panel_one, #DHTMLgoodies_arrows, #DHTMLgoodies_thumbs {
  width: 240px;
}
#DHTMLgoodies_panel_one {
  float: left;
}
#DHTMLgoodies_thumbs {
  overflow: hidden;
  height: 280px;
  position: relative;
  float: left;
}
#DHTMLgoodies_largeImage {
  width: 400px;
  height: 310px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
#DHTMLgoodies_largeImage table {
 width: 100%;
 height: 100%;
 text-align: center;
}
#DHTMLgoodies_largeImage img {
/*
 border: 1px solid #FFBF00;
*/
 width: auto;
 height: 310px;
 max-width: 418px;
/*
 establezco el ancho automático y el alto, según se definió en el diseño de la página; la imagen se escala cuando se muestra la vista previa.
*/
}
.strip_of_thumbnails {
  width: 114px;
  padding-top: 5px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  position: absolute;
}
.strip_of_thumbnails div {
 width: 110px;
 height: 90px;
 padding: 1px;
 text-align: center;
}
.strip_of_thumbnails img {
 border: 0px none;
 padding: 5px;
}
.strip_of_thumbnails .activeImage {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: sienna;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: sienna;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: sienna;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: sienna;
  padding: 5px;
}
.leftArrow {
  float: left;
}
.rightArrow {
  float: right;
}
#DHTMLgoodies_thumbs_inner {
  position: relative;
  width: 1000px;
}
#bg_color {
  color: #FFBF00;
}

#escalado{
	zoom: 0.6; /* Old IE only */
	-zoom-transform-origin: top left;
    -moz-transform: scale(0.6);
    -moz-transform-origin: top left;
    -webkit-transform: scale(0.6);
    -webkit-transform-origin: top left;
    transform: scale(0.6);
    transform-origin: top left;
}
