﻿.news-wrapper1
{
	position: relative;
	background-color: #333333;
	background: url(../images/bg.jpg);
	width: 350px !important;
	background-color: #000000;
	float: right;
	top: 100px;
}
.news-wrapper1 .news-contents-wrapper
{
	width: 350px;
	margin: auto;
	/*border-right: 1px dashed #6a6a6a;
	border-left: 1px dashed #6a6a6a;*/
	height: 90px !important;
	/*border-bottom: 1px dashed #6a6a6a;*/
}
.news-wrapper1 .news-contents
{
	overflow: hidden;
	position: relative;
	z-index: 998;
	height: 60px !important;
}
.news-wrapper1 .news
{
	width: 100%;
	height: 60px !important;
	color: #6a6a6a;
	position: absolute;
	z-index: 999;
	border-bottom: 1px dashed #6a6a6a;
	padding: 5px;
}
.news-wrapper1 .news-header
{
	color: #FFFFFF;
	padding: 5px;
	text-transform: uppercase;
	background: rgb(237,153,7);
	background: -moz-linear-gradient(top, rgba(237,153,7,1) 0%, rgba(228,112,34,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,153,7,1)), color-stop(100%,rgba(228,112,34,1)));
	background: -webkit-linear-gradient(top, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
	background: -o-linear-gradient(top, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
	background: -ms-linear-gradient(top, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
	background: linear-gradient(to bottom, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9907', endColorstr='#e47022',GradientType=0 );
	font-family: dinbek_mediumregular;
	
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 18px;

	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #cd6121;

	text-shadow: 0px 1px 1px #4d4d4d;
}








h1
{
	color: #e88117;
	font-size: 14px;
}
.clear
{
	clear: both;
}


.history
{
	/*padding-top: 14px;*/
	float: left;
	/*width: 26%;*/
	padding-right: 10px;
}
.description
{
	float: left;
	width: 74%;
	/*padding: 4px;*/
}
.description .detail
{
	font-size: 12px;
	overflow: hidden;
	color:#ffffff;
}
.elipses, .day, .month
{
	display: block;
	height: 10px;
}
.day, .month
{
	padding-top: 6px;
}
h1 a, h1 a:active, h1 a:visited
{
	text-decoration: none;
	color:#e88117;
}
h1 a:hover
{
	text-decoration: underline;
	color:White;
}
a.comprar
{
	text-decoration: underline;
}
.sbHolder
{
	font-family: dinbek_mediumregular !important;
}