
/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:100000;
	
	/* styling */
	background-image:url(../img/bg-conteudo-azul.jpg);
	background-repeat:repeat-y;
	width:800px;	
	min-height:200px;
	border:1px solid #13BECC;
	margin:auto;

	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 30px 5px #000;
	-webkit-box-shadow: 0 0 30px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image: url(../img/img-fechar.jpg);
	cursor:pointer;
	height:120px;
	width:35px;
	float:right;
}

.details {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333;
		width:300px;
		float:left;
		padding-left:20px;
		padding-top:10px;
	}
	
	.details h3 {
		color:#0B7A9F;
		font-weight:bold;
		font-size:15px;
		padding-top:15px;
		padding-bottom:10px;
		
	}
	


.imagem{
	float:left;
}

.imagem-pequena{
	padding-top:10px;
	padding-left:5px;
	padding-bottom:10px;
}

.fotos{
 width:300px; 
 height:auto; 
 float:left; 

}

.exames-realizados{
		overflow:auto; 
		height:180px; 
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333;
		width:450px;
		float:left;
		padding-left:20px;
		padding-top:10px;
}

.mapa-tour-principal{
	 width:30px; 
	 height:100px; 
	 float:left;
}

.mapa-tour{
	 width:30px; 
	 height:100px; 
	 float:left; 
	 padding-top:120px;
}

.tour{
	padding-top:20px; 
	padding-left:20px;

}

.mapa{
	padding-top:20px;
}
