<!--
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	margin-left:0px;
	margin-top:20px;
	width:346px;
	height:180px;
	/*background:transparent url(img/news2-home/bg_slideshow.jpg) no-repeat 0 0;*/
	position:relative;
}
#slideshow #slidesContainer {
/*  margin:0 auto;*/
  margin: 0px 0px 0px 20px;
  width:280px;
  height:180px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:280px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:180px;
}

#cajas{
	color:#333;
	width:131PX; position:relative; float:left; margin:7px
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:180px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(img/news2-home/control_left.gif) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(img/news2-home/control_right.gif) no-repeat 0 0;
}


#pageContainer {
  float:left;
  margin:0 auto;
  width:340px;
}
#pageContainer h1 {
  display:block;
  /*width:560px;*/
  height:114px;
  background:transparent url(img/news2-home/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}

.slide h2 { 
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}

.slide p {
  float:left;
  margin:5px;
  color:#666;
}

.slide img {
  float:left;
  margin:0 0px;
}
-->