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

body {
	background: url(img/bg-microsite-guimera.jpg) no-repeat top left #dddddd;
	margin:0;
	padding:0;
	font-family:Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size:13px;
}

#container {
	width:580px;
	height:auto;
	padding:0 20px;
	float:left;
	margin-left:300px;
}

header {
	height:110px;
	width:580px;
	float:left;
	margin-bottom:40px;
}

#main {
	float:left;
	width:580px;
	height:auto;
}

#txt-entradas {
	width: auto;
	height:80px;
	float:right;
}

#txt-info {
	width: auto;
	height:80px;
	float:left;
}

#txt-horarios {
	width: auto;
	height:auto;
	float:left;
	margin-left:30px;
}

footer {
	height:auto;
	width:580px;
	float:left;
	margin-bottom:20px;
	background:url(img/bg-footer.png) no-repeat top left transparent;
	padding-top:30px;
}

p {
	font-family:Helvetica, "Trebuchet MS", Arial, sans-serif;
	color:#73746F;
	font-weight:500;
	margin:0;
	line-height:18px;
	
	
}

h1 {
	font-family:Helvetica, "Trebuchet MS", Arial, sans-serif;
	color:#404142;
	font-weight:bold;
	display:block;
	font-size:24px;
	margin-bottom:10px;
	line-height:28px;
}

h1 strong {
	color:#73746f;
}

h2 {
	font-family:Helvetica, "Trebuchet MS", Arial, sans-serif;
	color:#404142;
	font-weight:bold;
	display:block;
	font-size:18px;
	margin-bottom:10px;
	line-height:21px;
}

h2 strong {
	color:#73746f;
	
}

h3, h4 {
	font-family:Helvetica, "Trebuchet MS", Arial, sans-serif;
	color:#404142;
	font-weight:bold;
	display:block;
	font-size:16px;
	margin-bottom:10px;
}

h4 {
	color:#73746f;
	margin:0;
}

#txt-entradas a{
	color:#73746f;
	font-size:13px;
	text-decoration:none;
	padding-bottom:2px;
	border-bottom:1px dotted white;
}

#txt-entradas a:hover{
	padding-bottom:2px;
	border-bottom:1px dotted #80191d;
}

#titulares {
	float:left;
	width:580px;
	height:auto;
	margin-bottom:20px;
}

#titulares h2 {
	float:left;
	width:260px;
}

#titulares img {
	float:right;
	margin-top:5px;
}

#slider {
	margin:0 auto;
    width:580px;
	height:280px;
	background:transparent;
	float:left;
}


#slideshow {
	margin:0 auto;
	width:580px;
	height:auto;
	background:transparent;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:580px;
  height:auto;
  overflow:auto; /* allow scrollbar */
  position:relative;
  text-align:left;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:276px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:auto;
  padding-bottom:20px;
}

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

.slide h2, .slide p {
  margin-top:10px;
}
.slide h2 {
  font:18px  Helvetica, "Trebuchet MS", Arial, sans-serif;
  color:#404142;
  font-weight:bold;
  margin-bottom:0;
  margin-top:5px;
}
.slide h3 {
  font:16px  Helvetica, "Trebuchet MS", Arial, sans-serif;
  color:#73746F;
  font-weight:normal;
  margin-top:0;
  margin-bottom:10px;
}

.slide img {
	border:1px solid #CCC;
}

.slide a {
	border-bottom:1px dotted white;
	color:#80191d;
	font-size:13px;
	padding-bottom:2px;
	text-decoration:none;
}
	
.slide a:hover {
	padding-bottom:2px;
	border-bottom:1px dotted #80191d;
	 color:#404142;
	 cursor:pointer;
}
	


