#wrapper {
	width: 980px;
	padding: 20px;
}

#slider {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.scroll {
	height: 850px;
	width: 640px;
	overflow: hidden;
	position: relative;
	float: left;
	display: block;
}
#intro {
	float: left;
	width: 660px;
	margin-top: 25px;
}
#titleProducts {
	float: left;
	width: 315px;
}

.scrollContainer div.panel {
	height: 850px;
	width: 650px;
	padding: 15px;
	margin-top: 5px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#navProducts {
	float: left;
	width: 315px;
}

ul.navigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.navigation li {
	margin: 12px 0px;
	display: block;
}

ul.navigation a {
	padding: 5px 10px;
	color: #66666E;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
}

ul.navigation a:hover {
	background-color: #8DAFCD;
	color: #20294A;
}

ul.navigation a.selected {
	background-color: #417AAB;
	color: #FFF;
}

ul.navigation a:focus {
    outline: none;
}
.tresColumnasProd {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
	height: auto;
}

.scrollButtons {
    position: fixed;
    top: 40%;
    cursor: pointer;
}

.scrollButtons.left {
	outline: none;
	border:none;
	width:70px;
	height:auto;	
	left: 0px;
}

.scrollButtons.right {
	outline: none;
	border:none;
	width:70px;
	height:auto;	
	right: 0px;
}

.hide {
    display: none;
}
#cintillo {
	background-color: #3D98A1;
	width: 646px;
	height: auto;
	margin: 5px 0px;
	color: #FFF;
	text-align: center;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 8px 0px 0px 0px;
	border-radius: 8px 0px 0px 0px;
	padding: 8px 0px;
}
