@charset "utf-8";
/* CSS Document */
.pic{
	width:626px;
	background-color:#FFF;
	padding:20px;
	padding-bottom:20px;
	-moz-box-shadow: 0px 2px 7px #000000;
    -webkit-box-shadow: 0px 2px 7px #000000;
    box-shadow: 0px 2px 7px #000000;
}
.pic h1{
	margin:0 0 10px;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 24px;
	color: #606a70;
}
.img{
	width:622px;
	height:313px;
	z-index:0;
}
#colum{
	height: auto;
	font-family: Candara,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000;
	float: left;
	margin-top: 10px;
	text-align: justify;
	width: 305px;
}
#colum a{
	color:#000;
	text-decoration:none;
}
#columMedium{
	height: auto;
	font-family: Candara,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000;
	float: left;
	margin-top: 10px;
	text-align: justify;
	width: 180px;
}
#columSmall{
	height: auto;
	font-family: Candara,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000;
	float: left;
	margin-top: 10px;
	text-align: justify;
	width: 100px;
}
.text-green{
	font-family: Candara,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color:#bfcd31;
}
#fechar{
	background-image:url(../img/o-que-comer/restaurantes/pop-up/fechar.png);
	width:33px;
	height:34px;
	cursor:pointer;
	margin-left: 625px;
    margin-top: -33px;
	position:absolute;
}
#press{
	background-image:url(../img/o-que-comer/restaurantes/pop-up/press.png);
	width:23px;
	height:21px;
	cursor:pointer;
	float: right;
}
.prev{
	background-image:url(../img/o-que-comer/restaurantes/pop-up/prev.png);
	width:35px;
	height:37px;
	cursor:pointer;
	float:left;
	margin-left: -19px;
    margin-top: 145px;
    position: absolute;
	z-index:1;
}
.next{
	background-image:url(../img/o-que-comer/restaurantes/pop-up/next.png);
	width:35px;
	height:37px;
	cursor:pointer;
	float:right;
	margin-left: 607px;
    margin-top: 145px;
    position: absolute;
	z-index:1;
}
#cover {
            display: none;
            height:100%;
    		width: 100%;
    		position:fixed;
    		top: 0;
    		left: 0;
            background:     gray;
            filter:         alpha(Opacity = 80);
            opacity:        0.8;
            -moz-opacity:   0.8;
            -khtml-opacity: 0.8;
			z-index:1000; 
}
.pop{
	display: none;
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -340px;
    margin-top: -300px;
	width:666px;
	min-height:615px;
	z-index:1001;
}
#text-pop{
	height:auto;
	font-family: Candara,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color:#000;
	margin-top: 10px;
    width: 622px;
}
#compre-aqui{
	color: #000000;
    float: right;
    font-family: Candara,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    margin-top: 10px;
    text-align: right;
    width: 250px;
}
#compre-aqui a{
	color:#bfcd31;
	text-decoration:none;
}
#compre-aqui a:hover{
	color:#606A70;
	text-decoration:none;
}
#facebook{
	float:left;
	width:620px;
	height:auto;
	margin-top: 20px;
}