<!--
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:645px;
	height:260px;
	position:relative;
	background-image:url(../news/fondo_noticias.jpg);
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:580px;
	height:260px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
#slideshow #slidesContainer .slide {
	margin:0 auto;
	width:560px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:260px;
}

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

/** 
 * Style rules for Demo page
 */

#pageContainer {
	margin:0 auto;
	width:960px;
}
.slide {
	padding-top:50px;
}
.slide p {
	margin:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#706F6F;
	text-align:left;
}
.slide a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#AA1622;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
}
.slide p strong {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#AA1622;
	text-align:left;
	
}
.slide img {
	float:left;
	margin-right:20px;
}
-->