h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737070;
	font-weight: normal;
	text-align:justify;
}
h2 {
	font-size: 14px;
	/*color: #2e98a9;*/
	color:#45a0ad;
	font-weight:bold;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-size: 11px;
	color: #4e4f4f;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align:justify;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737070;
	font-weight: normal;
	text-align:justify;
	line-height: 1.4em;
	margin-bottom: 20px;
}

p a: {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2c8c9b;
	text-decoration: underline;
	/* ofertas cultural lateral */
}

p a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2c8c9b;
	text-decoration: underline;
	/* ofertas cultural lateral */
}

p a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2c8c9b;
	text-decoration: none;
	/* ofertas cultural lateral */
}

p a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4e4f4f;
	text-decoration: none;
	/* ofertas cultural lateral */
}

p a:actived {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2c8c9b;
	border-bottom:1px solid #2E98AA;
	text-decoration: none;
	/* ofertas cultural lateral */
}


/** 
 * Slideshow style rules.
 */
#navegacion_slider {
    margin:0;
	margin-top:20px;
	width:230px;
	height:14px;
	position:relative;
}

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

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:50px;
  height:20px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  width:100px;
}
#rightControl {
  top:0;
  right:0;
  width:90px;
}

/** 
 * Style rules for Demo page
 */
* {
  margin:0;
  padding:0;
}

.slide h2, .slide p {
  margin:0px;
}