@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/contacto/filigrana.png") no-repeat scroll 0 0 transparent;
	padding-left:34px;
	margin:20px 0 0;}
	
article div{margin:20px 0;
	}

article div.left {width:37%;
	float:left;}
	
article div.right {width:55%;
	float:right;}	
	
h3 {font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #777;
	font-weight: 400;
	margin-bottom: 30px;
line-height: 24px;}
	
article ul li { font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight: 400;
margin: 0 0 15px;
padding: 2px 0px 5px 32px;
color: #000;}	
		
article ul li.place {background:url(../img/contacto/place.png) no-repeat;}

article ul li.phone {background:url(../img/contacto/phone.png) no-repeat;}	

article ul li.mail {background:url(../img/contacto/mail.png) no-repeat;}	

article ul li.fb {background:url(../img/contacto/fb.png) no-repeat;}			
	
article ul li a {text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#000;}

article ul li a:hover {color:#BCA95B;}