@charset "utf-8";
/* CSS Document */

#perfumeria{
	background:#fff;
	padding:50px 0px;
	position:relative;
	z-index:5;
}

	#texto{
		width:750px;
		position:relative;	
	}
	
		#texto img{
			width:300px;
			height:300px;
			margin-right:15px;
		}
		
		#logo{
			height:32px !important;
			width:32px !important;
			margin-right:0px !important;
			top:5px;
		}
	
	#valores{
		width:300px;
		position:relative;	
		margin-left:80px;
		vertical-align:top;
	}
	
		#valores h3{
			margin:0px 10px 5px 10px;
			font-size:16px;
			line-height:22px;
		}