body{
	background-color: #e5e5e5;
}
.block{
	width: 450px;
	float: left;
	margin: 15px;
}
.block img{
	border: 1px solid #DFDFDF;
}
.block h1{
	color: #366DC2;
	font-weight: 100;
	margin-left: 10px;
}
.descripcion{
	text-align: justify;
	color: #666666;
	margin: 10px;
}

/* TABS */
.head{
	background-color: #366DC2;
}
.head ul{
	text-align: center;
	list-style: none;
}
.head ul li{
	display: inline-block;
	color: #fff;
	padding: 0px 10px;
	line-height: 50px;
	cursor: pointer;
	border-right: 1px solid #487DCC;
	border-left: 1px solid #487DCC;
	margin-right: -5px;
}
.active-tab{
	background-color: #5989D0;
}
.content-1{
	/*background-image: url(http://museiccarwash.com/static/img/peco_wm.jpg);*/
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.content-2{
	/*background-image: url(http://museiccarwash.com/static/img/autovac_wm.jpg);*/
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.content-3{
	/*background-image: url(http://museiccarwash.com/static/img/coleman_wm.jpg);*/
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.content-4{
	/*background-image: url(http://museiccarwash.com/static/img/peco_wm.jpg);*/
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.content-1 .hid, .content-2 .hid, .content-3 .hid, .content-4 .hid{
	display: none;
}
.content-1 .hid:first-child, .content-2 .hid:first-child, .content-3 .hid:first-child, .content-4 .hid:first-child{
	display: block;
}
.tabs{
	width: 750px;
	margin: 0px auto;
	border: 1px solid #E2E2E2;
	margin-bottom: 15px;
}
.title-tab{
	color: #366DC2;
	font-weight: normal;
	text-align: center;
	line-height: 45px;
	font-size: 23px;
}
.wrap-tab{
	margin: 20px;
	display: block;
}
.wrap-tab img{
	float: left;
}
.info{
	width: 387px;
	margin-left: 15px;
	float: right;
	text-align: justify;
	color: #525252;
	font-size: 15px;
	max-height: 280px;
	overflow-y: auto;
	padding-right: 6px;
	
}
.info ul{
	margin-left: 45px;
	margin-top: 15px;
	list-style: none;
}
.info ul li{
	color: #4973b3;
	line-height: 20px;
	cursor: pointer;
}
.info ul li:hover{
	color: #2B4266;	
}
.info ul li:before{
	content: "- "
}
.img-tab{
	border: 1px solid #D7D7D7;
}