.caption {
	background: #f2f2f2;
	padding: 8px;margin-top:-20px;
	font-size: 14px;
	margin:0;
	text-align: center;
	/*border:1px solid #333;*/
	color: #333;
}

thead {
	background: #dd4b39;
	color: #ffffff;
}

.box2 a:hover {
	color:#333333;
}

p.text-muted {
	margin: 1em 0;
}

hr {
	margin-top:10px;
	margin-bottom: :10px;
}

.modal-header {
	background: #dd4b39;
	color:#fff;
}

#notification {
	position: absolute;
	bottom:0;
	right: 0;
	margin-right: 50px;
	margin-bottom:70px;
}

.text-footer {
	color:#dd4b39;
}


.content-wrapper {
	background: #fff9f7;
}

.info-box:hover {
	-webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);

}

.box-menu a  {
	color: #333;
}

.box-menu a:hover  {
	font-weight: bold;
	
}