@charset "UTF-8";
/* h2 */
article.texto {margin-left:40px;}

article h2 {font-family: 'Ledger', serif;
	font-size:21px;
	text-transform:uppercase;
	color:#777;
	font-weight:400;
	background: url("../img/casa/filigrana.png") no-repeat scroll 0 3px transparent;
	padding-left:34px;
	margin:20px 0 0;}
	
article p { font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height: 24px;
	font-weight:400;}
	
article p.firma {font-family: 'Ledger', serif;
	font-size:14px;
	color:#BCA95B;
	text-align:right;}	
