div.guideCont{
	width: 400px;
	height: 120px;
	line-height: 120px;
	margin: 0 0 50px 0;
}

a.bitmapa{
	display: block;
	text-align: center;
	color: black;
	position: relative;
	text-decoration: none;
}
	a.bitmapa span.bg{
		width: 110px;
		height: 110px;
		position: absolute;
		left: 5px;
		top: 5px;
		z-index: 1;
	}
	a.bitmapa span.frame{
		width: 140px;
		height: 120px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		background-image: url('../images/index/frame.png');
	}
	a.bitmapa span.info{
		width: 260px;
		height: 120px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
		background-color: white;
	}
		
		a.bitmapa span.info span.header{
			text-align: left;
			font-size: 20px;
			font-family: Verdana,Geneva,sans-serif;
			color: #3584BE;
			line-height: 25px;
			position: absolute;
			left: 20px;
			top: 15px;
		}
			a.bitmapa span.info span.header span{
				color: black;
			}
		a.bitmapa span.info span.text{
			text-align: left;
			font-size: 14px;
			font-family: Verdana,Geneva,sans-serif;
			color: grey;
			line-height: 15px;
			position: absolute;
			left: 20px;
			top: 65px;
		}
	a.bitmapa span.arrow{
		width: 29px;
		height: 32px;
		position: absolute;
		left: 102px;
		top: 78px;
		z-index: 4;
		background-image: url('../images/index/arrow.png');
	}
	
	
	a.bitmapa span.frameTwo{
		width: 140px;
		height: 120px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		background-image: url('../images/index/frameTwo.png');
		background-repeat: no-repeat;
	}
		
#rightPart{
	width: 370px;
	position: absolute;
	right: 40px;
	top: 50px;
}
	div.rightBanner{
		width: 370px;
		height: 285px;
		margin: 0 0 30px 0;
		background-image: url('../images/index/rightBanner.jpg');
	}
	
	div.contactCont{
		width: 370px;
		height: 95px;
		margin: 0 0 40px 0;
		background-image: url('../images/index/contactBackground.jpg');
	}
		p.phone{
			width: 200px;
			position: relative;
			left: 70px;
			top: 32px;
			color: white;
			font-weight: bold;
			font-size: 17px;
		}
		p.mail{
			width: 200px;
			position: relative;
			left: 70px;
			top: 42px;
			color: white;
			font-weight: bold;
			font-size: 17px;
		}
	div.facebookBanner{
		width: 370px;
		height: 55px;
		line-height: 55px;
	}
		
h1{
	font-weight: normal;
	margin: 0 0 5px 20px;
}
	h1 span{
		color: black;
	}

p.guide{
	text-align: left;
	color: grey;
	line-height: 15px;
	margin: 15px 0 0 20px;
}
p.rightInfo{
	margin: 0 0 24px 0;
	text-align: left;
}
	p.rightInfo span{		
		color: #3584BE;
	}
