@charset "utf-8";
/* CSS Document */

#casacasal {
	height:100%;
	overflow:hidden;
	border-top: 4px solid #DDD;
	padding-top:8px;
}

	#casacasal .homem {
		width:150px;
		float:left;
		margin-right: 18px;
	}
	
		#casacasal h1 {
			font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
			font-size:10px;
			margin:0px;
			padding:0px;
			color:#BF2727;
			padding-bottom:4px;
			text-transform:uppercase;
		}
		
		#casacasal h1 a {
			color:#BF2727;
			text-decoration:none;
		}
		
		#casacasal h1 a:hover {
			color:#BF2727;
			text-decoration:underline;
		}
		
		#casacasal h2 {
			font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
			font-size:13.13px;
			margin:0px;
			padding:0px;
			color:#4b6d89;
			line-height:18px;
			font-weight:bold;
		}
		
		#casacasal h2 a {
			text-decoration:none;
			color:#4b6d89;
		}
		
		#casacasal h2 a:hover {
			text-decoration:underline;
			color:#4b6d89;
		}
		
		#casacasal p.decoracao {
			margin:0px;
			padding-bottom:4px;
		}
	
	#casacasal .mulher {
		float:left;
		width:150px;
	}
