body {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;  
  background-image: url(../images/back.jpg);
  background-repeat: no-repeat;
  background-position:center top;
}

.back_bottom {
  background-repeat: no-repeat;
  background-position:center top;
}

.conte{
  margin-left:auto;
  margin-right:auto;
  width:400px;
}

.flo{
  float:left;
  border:solid 1px #999;
  margin-right:10px;
  margin-bottom:10px;
  padding:5px;
}

.flotante{
  top:0px;
  position:absolute;
  left:50%;
  margin-left:-525px;
  z-index:0;
}

/*carrusel del pie*/

.im{
  border:solid 2px #CCC;
}

#myslides{
  background:#ffffff;
}
.stepcarousel{
  position: relative; /*leave this value alone*/
  overflow: scroll;   /*leave this value alone*/
  width: 345px;       /*Width of Carousel Viewer itself*/
  height: 40px;      /*Height should enough to fit largest content's height*/
  margin: 0px 14px 5px 14px;
  background:#ffffff;
}
.stepcarousel .belt{
  position: absolute; /*leave this value alone*/
  left: 0;
  top: 0;
}

.stepcarousel .panel p{
  text-align: left; /*leave this value alone*/
  overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
  margin: 5px 5px ; /*margin around each panel*/
}
.stepcarousel .panel h2{
  text-align: left; /*leave this value alone*/
  height:20px;
  overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
  margin: 2px 5px ; /*margin around each panel*/
  font-size:16px;
  font-weight:bold;
  text-align:center;
  font-family:Georgia,century gothic,Arial,verdana, sans-serif;
}
.stepcarousel .panel img{
  float: left; /*leave this value alone*/
  background:#ffffff; /*clip content that go outside dimensions of holding panel DIV*/
  margin: 0px 5px 0px 0px; /*margin around each panel*/
  padding:0px 0px;

}
#gallery {
  background-color: #444;
  padding: 10px;
  width: 350px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
  border: 5px solid #3e3e3e;
  border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
  border: 5px solid #fff;
  border-width: 5px 5px 20px;
  color: #fff;
}
#gallery ul a:hover { color: #fff; }

