html, body{
	margin:0;
	padding:0;
	width:100%;
}
.footerbgline{
	z-index:-1;
	position:absolute;
	display:block;
	left:0px;
	width:100%;
	height:150px;
	background-image:url(/parameters/el-camino.info/templates/_extra/bg.gif);
	background-repeat:repeat-x;
	right:0px;
}


/* share */
.news_share {
	display:inline-block;
	float:left;
	width:25px;
	height:24px;
	background-image:url("img/news_share_icons.png");
	margin-right:7px;
	background-position:0px 24px;
    -webkit-transition:background-position .2s ease-in-out;  
    -moz-transition:background-position .2s ease-in-out;  
    -o-transition:background-position .2s ease-in-out;  
    transition:background-position .2s ease-in-out; 
	cursor:pointer;
}
.news_share.twitter {
	background-position:-31px 24px;
}
.news_share.linkedin {
	background-position:-62px 24px;
}
.news_share.google {
	background-position:-93px 24px;
}
.news_share.youtube {
	background-position:-124px 24px;
}
.news_share.print {
	background-position:-157px 24px;
}
.news_share.send {
	background-position:-188px 24px;
}

/**/
.news_share.facebook:hover {
	background-position:-0px 0px;
}
.news_share.twitter:hover {
	background-position:-31px 0px;
}
.news_share.linkedin:hover  {
	background-position:-62px 0px;
}
.news_share.google:hover  {
	background-position:-93px 0px;
}
.news_share.youtube:hover  {
	background-position:-124px 0px;
}
.news_share.print:hover  {
	background-position:-157px 0px;
}
.news_share.send:hover  {
	background-position:-188px 0px;
}

.newsLead{
	font-size:14px;
	font-weight:bold;
}
.leadimage{
	float:left;
}