@charset "utf-8";
/* CSS Document */
.list_carousel {
	margin: 0;
	margin-top:20px;
	width: 760px;
	height: 124px;
	padding: 20px 10px 10px;
	background: rgb(221,225,228); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZTFlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(221,225,228,1) 0%, rgba(255,255,255,1) 67%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,225,228,1)), color-stop(67%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(221,225,228,1) 0%,rgba(255,255,255,1) 67%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(221,225,228,1) 0%,rgba(255,255,255,1) 67%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(221,225,228,1) 0%,rgba(255,255,255,1) 67%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(221,225,228,1) 0%,rgba(255,255,255,1) 67%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde1e4', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
				margin-left: 50px;
				z-index:0;
			}
			.list_carousel li {
				font-size: 40px;
				text-align: center;
				width: 157px;
				height: 102px;
				padding: 0;
				margin: 6px;
				display: block;
				float: left;
				z-index:0;
				-webkit-transform: translate3d(0px, 0px, 1px);
				
			}
			.list_carousel li img{
				z-index:0;
			}
			.list_carousel li .barra{
				background-color:#bfcd31;
				width:152px;
				height:30px;
				font-family: "Times New Roman", Times, serif;
				font-weight:normal;
				font-size: 14px;
				line-height:16px;
				color:#FFF;
				text-align:left;
				padding-top:2px;
				padding: 0;
				padding-left: 5px;
				margin-top:-40px;
				position:absolute;
				z-index:6;
			}
			.conheca{
				width:230px;
				height:13px;
				font-family: "Times New Roman", Times, serif;
				font-weight:normal;
				font-size: 12px;
				line-height:30px;
				color:#606a70;
				text-align:right;
				padding: 0;
				position:absolute;
				margin-left: 490px;
    			margin-top: 5px;
			}
			.conheca a{
				color:#fcb131;
				text-transform:uppercase;
				text-decoration: none;
			}
			.conheca a:hover{
				color:#606a70;
				text-decoration: none;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prevGreen {
				float: left;
				margin-left: 10px;
				width:14px;
				height: 19px;
				margin-top: -60px;
				cursor:pointer;
				background-image:url(../img/o-que-comer/carousel/seta-esq.png);
			}
			.nextGreen {
				float: right;
				margin-right: 10px;
				width:14px;
				height: 19px;
				margin-top: -60px;
				cursor:pointer;
				background-image:url(../img/o-que-comer/carousel/seta.png);
			}
			.tituloCarousel{
				width:230px;
				height:13px;
				font-family: "Times New Roman", Times, serif;
				font-weight:normal;
				font-size: 18px;
				line-height:30px;
				color:#606a70;
				text-align:left;
				padding: 0;
				position:absolute;
    			margin-top: -135px;
			}
			
	/*carousel vinhos*/
	
.list_carousel li .barraVinhos{
				background-color:#9e005d;
				width:152px;
				height:30px;
				font-family: "Times New Roman", Times, serif;
				font-weight:normal;
				font-size: 14px;
				line-height:15px;
				color:#FFF;
				text-align:left;
				padding: 0;
				padding-left: 5px;
				padding-top:2px;
				margin-top:-40px;
				position:absolute;
				z-index:6;
			}
			.prevVinhos {
				float: left;
				margin-left: 10px;
				width:14px;
				height: 19px;
				margin-top: -60px;
				cursor:pointer;
				background-image:url(../img/o-que-comer/vinhos/carousel/seta-esq.png);
			}
			.nextVinhos {
				float: right;
				margin-right: 10px;
				width:14px;
				height: 19px;
				margin-top: -60px;
				cursor:pointer;
				background-image:url(../img/o-que-comer/vinhos/carousel/seta.png);
			}
			.tituloCarousel-vinhos{
				width:230px;
				height:13px;
				font-family: "Times New Roman", Times, serif;
				font-weight:normal;
				font-size: 18px;
				line-height:30px;
				color:#9e005d;
				text-align:left;
				padding: 0;
				position:absolute;
    			margin-top: -135px;
			}
			.conhecaVinhos{
				width:230px;
				height:13px;
				font-family: "Times New Roman", Times, serif;
				font-weight:normal;
				font-size: 12px;
				line-height:30px;
				color:#606a70;
				text-align:right;
				padding: 0;
				position:absolute;
				margin-left: 490px;
    			margin-top: 5px;
			}
			.conhecaVinhos a{
				color:#9e005d;
				text-transform:uppercase;
				text-decoration: none;
			}
			.conhecaVinhos a:hover{
				color:#606a70;
				text-decoration: none;
			}
			
			/*carousel azeites*/
	
.list_carousel li .barraAzeites{
				background-color:#948b00;
				width:152px;
				height:30px;
				font-family: "Times New Roman", Times, serif;
				font-weight:normal;
				font-size: 15px;
				line-height:14px;
				color:#FFF;
				text-align:left;
				padding: 0;
				padding-left: 5px;
				padding-top:2px;
				margin-top:-40px;
				position:absolute;
				z-index:6;
			}
			.prevAzeites {
				float: left;
				margin-left: 10px;
				width:14px;
				height: 19px;
				margin-top: -60px;
				cursor:pointer;
				background-image:url(../img/o-que-comer/azeites/carousel/seta-esq.png);
			}
			.nextAzeites {
				float: right;
				margin-right: 10px;
				width:14px;
				height: 19px;
				margin-top: -60px;
				cursor:pointer;
				background-image:url(../img/o-que-comer/azeites/carousel/seta.png);
			}
			.tituloCarousel-azeites{
				width:230px;
				height:13px;
				font-family: "Times New Roman", Times, serif;
				font-weight:normal;
				font-size: 18px;
				line-height:30px;
				color:#948b00;
				text-align:left;
				padding: 0;
				position:absolute;
    			margin-top: -135px;
			}
			
			/*dormir*/
			
			.list_carousel li .barraAzul{
				background-color:#6c8cc7;
				width:152px;
				height:30px;
				font-family: "Times New Roman", Times, serif;
				font-weight:normal;
				font-size: 14px;
				line-height:15px;
				color:#FFF;
				text-align:left;
				padding: 0;
				padding-left: 5px;
				padding-top:2px;
				padding-bottom:2px;
				margin-top:-40px;
				position:absolute;
				z-index:6;
			}
			.list_carousel li .barraCinza{
				background-color:#606a70;
				width:152px;
				height:30px;
				font-family: "Times New Roman", Times, serif;
				font-weight:normal;
				font-size: 14px;
				line-height:15px;
				color:#FFF;
				text-align:left;
				padding: 0;
				padding-left: 5px;
				padding-top:2px;
				padding-bottom:2px;
				margin-top:-40px;
				position:absolute;
				z-index:6;
			}
			.prevCinza {
				float: left;
				margin-left: 10px;
				width:14px;
				height: 19px;
				margin-top: -60px;
				cursor:pointer;
				background-image:url(../img/o-que-fazer/desporto-na-natureza/percursos-pedestres/seta-esq.png);
			}
			.nextCinza {
				float: right;
				margin-right: 10px;
				width:14px;
				height: 19px;
				margin-top: -60px;
				cursor:pointer;
				background-image:url(../img/o-que-fazer/desporto-na-natureza/percursos-pedestres/seta.png);
			}