/* 

jFlow Plus Demo CSS 

Description: Demonstation CSS for jFlow Plus
Creator: Devin Walker
Date: July 29, 2010


*/

#container_slider {
	width: 930px;
	height: 358px;
	position: relative;
	/*border-top: 5px solid #999;
	border-bottom: 5px solid #999;*/
	margin: 0 auto;
	overflow: hidden;
}

.slide span { 								/*caja que contiene los textos*/
	/*	background: url("../images-slider/contentBg.png") repeat top left transparent;
*/	background-image: url(../img/sobre-slider-index.fw.png);
	position: absolute;
	width: 238px;
	bottom: 22px;
	left: 552px;
	max-width: 930px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	z-index: 11;
	height: 259px;
}

.slide h3 {
	padding-top: 20px;
	padding-left: 20px;
	font-family: kaffeesatz, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 36px;
	margin: 0 0 5px 0;
}

.slide p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;	
	margin: 0;
}

.jFlowSlideContainer a { /*link del texto*/
	color: #F90;
	text-decoration: none;
	font-style: italic;
}

.jFlowSlideContainer a:hover {
	text-decoration: none;
	border-bottom: 1px dotted white;
}

.jFlowSlideContainer a:focus {
	position: relative;
	top: 1px;
}

.jFlowNext div {
	height: 130px;
	position: absolute;
	top: 109px;
	right: 0px;
	width: 50px;
	cursor: pointer;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images-slider/flechas.png);
	background-repeat: no-repeat;
	background-position: 0 -35px;
}

.jFlowPrev div {
	height: 130px;
	position: absolute;
	top: 109px;
	left: 0px;
	width: 50px;
	cursor: pointer;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images-slider/flechas.png);
	background-repeat: no-repeat;
	background-position: -84px -35px;
}

.jFlowPrev div:hover {
	background-position: -84px -235px;
}

.jFlowNext div:hover {
	background-position: 0px -235px;
}
