a {
	color:#333333;
	outline: none;
	text-decoration: underline;
	font-family: 'Ubuntu';
	font-weight: 300;
	font-size: 13px;
}
a:hover {
	text-decoration: none;
	color:#990000;
}
p {
	margin: 0 0 18px;
	font-size: 13px;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}

div.lider, div.new, div.news, div.title-p{
	color:#434343;
	background: #f1f1f1;
	padding:5px 10px;
	text-transform: uppercase;
	font-weight: normal;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

div.lider p{
	width: 19px;
	height: 19px;
	background: url(images/lider.png) 0px 0px no-repeat;
	float: right;
	margin: 0 5px 0 0;
}
div.news p {
	float: right;
	padding-right: 10px;
}
div.new p{
	width: 19px;
	height: 19px;
	background: url(images/new.png) 0px 0px no-repeat;
	float: right;
	margin: 0 5px 0 0;
}
div.news p a{
	color:#666666;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
}

div#work-area ul.list {
	padding: 5px 15px 5px 15px;
	list-style-type: none;
}
div#work-area ul,
div#work-area ol {
	padding: 5px 15px 5px 15px;
}

div#work-area ul.list li {
	padding: 2px 0 2px 15px;
	background:  url(images/point.png) 0px 50%  no-repeat;
}
div#work-area ul.list a {
	font-weight: bold;
}

p.allact{
	text-align:right;
	padding:4px 15px 0 0;
	margin:0;
}

.bwWrapper {
    position:relative;
    display:block;
}

div#work-area blockquote{
	padding: 5px 0 5px 20px;
	text-align: justify;
}


img.shadow{
	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

img.shadow:hover{
	 -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}