@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/entorno/filigrana.png") no-repeat scroll 0 2px 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 a{
	text-decoration:none;
	color:#BCA95B;
	font-weight: 600;
}
	
article h3{  font-family: 'Open Sans',sans-serif;
font-size: 16px;
font-weight: 600;
margin: 15px 0 10px;
text-transform: uppercase;
color: #BCA95B;}
	
article p.rutas {background: url("../img/entorno/ruta.png") no-repeat scroll 0 4px transparent;
    padding-left: 15px;}

article p.rutas span.negrita {font-weight:bold;
	color:#777;}

article p.rutas a {text-decoration:none;
	color:#BCA95B;
	font-weight: 600;}	
