@charset "UTF-8";
/* CSS Document */


/** 
 * Slideshow style rules.
 */
#slideshow {
	float:left;
	width:540px;
	height:263px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:440px;
	height:263px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(img/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(img/control_right.jpg) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */
* {
	margin:0;
	padding:0;
	color:#ccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.subtirulos{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#9C0;}
a {
	color: #CF0;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #9F0;
}

a:link.galeria {
	text-decoration:none;
	color: #9F0;
}

a:visited.galeria {
	text-decoration:none;
	color: #9F0;
}

a:active.galeria {
	text-decoration:none;
	color: #9F0;
}


a:hover.galeria {
	text-decoration:underline;
	color: #9F0;
}

#pageContainer {
  margin:0 auto;
  width:560px;
}
#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  background:transparent url(img/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
	color:#9C0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}
.slide img {
  float:right;
  margin-right:110px;
}
#footer {
  height:100px;
}
#footer p {
  margin:00px auto 0 auto;
  display:block;
  width:560px;
  height:40px;
}
