@charset "iso-8859-1";
/* CSS Document */


/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:980px;
	height:346px;
	background:transparent url(img/bg_slideshow.gif) no-repeat 0 0;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:860px;
  height:346px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:840px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:346px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:346px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(img/control_left.gif) no-repeat 0 0;
  -moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(img/control_right.gif) no-repeat 0 0;
  -moz-border-radius: 6px;
-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/** 
 * Style rules for Demo page
 */

.slide a {
  color: #d3b800;
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
}
.slide a:hover {
  text-decoration:underline;
}

#pageContainer {
  margin:0 auto;
  width:980px;
  margin-bottom:20px;
}
/*#pageContainer h1 {
  display:block;
  width:980px;
  height:114px;
  background:transparent url(img/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}*/
#slideizq {
	float:right;
	width:390px;
	margin-top:40px;
	padding-right:30px;
}

#slideder {
	float:left;
	width:414px;
	margin-top:20px;
}

#slideizq p {
	color:#888;
	font-size:16px;
	font-style:italic;
}
/*.slide h4 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#143b5e;
  letter-spacing:-1px;
  margin-bottom:30px;
  text-align:center;
}*/

.slide .titulo {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#143b5e;
  letter-spacing:-1px;
  margin-bottom:30px;
  text-align:center;
}
.slide img {
  margin:15px 0;
}

.botonweb{
	margin-left:140px;
	width:115px;
	height:40px;
	cursor:pointer;
	margin-top:20px;
}

.botonweb a{
	text-decoration:none;
	cursor:pointer;
}

.botonweb span {
  display: block;
  font-size:16px;
  font-weight:bold;
  width: 90px;
  padding-right:25px;
  text-align:center;
  padding-top:8px;
  height: 32px;
 /* text-indent: 0px;*/
  color: #80acd2;
  text-decoration: none;
  background: url(img/boton-web.gif) no-repeat left top;
}

.botonweb span:hover {
 background-position: right top;
 color: #8fbee7;
 cursor:pointer;
}
