b{
	font-weight:900;	
}

a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#000;
}
.separe {
	visibility:hidden;
	clear:both;
}

.h_2 {
	height:2px;
	line-height:2px;
}

.h_5 {
	height:5px;
	line-height:5px;
}
.h_10 {
	height:10px;
	line-height:10px;

}
.h_15 {
	height:15px;
	line-height:15px;
}
.h_20 {
	height:20px;
	line-height:20px;
}
.h_30 {
	height:30px;
	line-height:30px;
}
.h_40 {
	height:40px;
	line-height:40px;
}

.dotted {
	height:5px;
	border-bottom:1px dotted #000000;
}

.left {
	float:left;
}
.right {
	float:right;
}
.underline{
	text-decoration:underline	
}

.pointer {
	cursor:pointer;
}

.cursor_default {
	cursor:default !important;
}

.cache {
	display:none;
	font-size: 12px;
	font-family:Arial;
}
.p_5 {
	padding:5px;
}
.p_10 {
	padding:10px;
}
.p_15 {
	padding:15px;
}
.p_20 {
	padding:20px;
}
.p_30 {
	padding:30px;
}

h1, h2, h3 {
	margin:0;	
}

.col-xs-12 img{
	max-width:100%
}

.btn-nostyle {
    background: transparent;
    border:none;
}