.scrollportada {
	float:right;
	margin-right:-50px;
	width:496px;
	height:252px;
}
.scrollable {
	/* required settings */
	float:left;
	width: 396px;
	height:252px;
	position:relative;
	overflow:hidden;
}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.scrollable img {
	float:left;
	padding:2px;
	cursor:auto;
}
.scrollable .active {
	border:1px solid #666;
	z-index:9999;
	position:relative;
}



/***********SLIDER 2*******************/
.scrollconoce {
	position:relative;
	width:960px;
	height:586px;
	background:url(../images/backconoce_cont.png) no-repeat;
}

.container { width:960px; height:586px; overflow:hidden; position:relative; cursor:auto; }
.slides { position:absolute; top:0; left:0; }
.slides > div { position:absolute; top:0; display:none; }

/*
 * Optional
*/
#loopedSlider,#newsSlider { margin:0 auto 0 auto; width:960px; position:relative; clear:both;}

ul.pagination { list-style:none; padding:5px 0 0 37px; margin:0; position:absolute; bottom:-136px; left:550px; background:url(../images/backnav.png) no-repeat; width:163px; height:195px; z-index:999; }

ul.pagination li  { float:left; background:url(../images/navigator.png) no-repeat; width:12px; height:11px; margin:3px; text-indent:-1000px; }
ul.pagination li a { display:block; width:12px; height:11px;}

ul.pagination li a:hover{background:url(../images/navigator.png) 0px -11px;}
ul.pagination li.active a { background:url(../images/navigator.png) 0px -22px;}


.slidecont p {
	z-index:0;
	font-size:16px;
	line-height:23px;
	font-family:caecilia;
	color:#339933;
}
.slidecont p, .slidecont h1 {
	display:block;
	position:absolute;
}
.slidecont h1 {
	font-family:Georgia;
	font-size:36px;
	color:#275622;
	font-style:italic;
	z-index:2;
}
.slidecont h1.prim { top:37px; left:24px;}
.slidecont h1.segu { top:37px; right:32px;}
.slidecont h1.terc { top:37px; left:337px;}
.slidecont h1.cuar { top:37px; right:32px;}
.slidecont h1.quin { top:37px; right:32px;}
.slidecont h1.sext { top:37px; left:24px;}

p.cont1, p.cont2, p.cont3, p.cont4, p.cont5, p.cont6 {top:82px;}

p.cont1 {width:596px; height:273px; left:24px;}
p.cont2 {width:288px; height:200px; right:32px; text-align:right;}
p.cont3 {width:596px; height:74px; right:32px;}
p.cont4 {width:288px; height:314px; right:32px; text-align:right;}
p.cont5 {width:288px; height:220px; right:32px; text-align:right;}
p.cont6 {width:596px; height:82px; right:32px; text-align:right;}


.botones {
	position:absolute;
	z-index:9999;
	width:156px;
	height:27px;
	top:522px;
	left:772px;
}
.botones a.previous {
	float:left;
	display:block;
	width:78px;
	height:27px;
	background:url(../images/volver1.png) no-repeat;
}
.botones a.previous:hover {
	background:url(../images/volver2.png) no-repeat;
}
.botones a.next {
	float:right;
	display:block;
	width:78px;
	height:27px;
	background:url(../images/ir1.png) no-repeat;
}
.botones a.next:hover {
	background:url(../images/ir2.png) no-repeat;
}





