#container {
	width: 1200px; height:906px; margin: 0 auto 24px auto;
	box-shadow: 0px 5px 45px #343434;
	-moz-box-shadow: 0px 5px 45px #343434;
	-webkit-box-shadow: 0px 5px 45px #343434;
}
		
#content {
	overflow: hidden; clear: both;
	height:980px;
	
	border: 1px solid black;
	background:url('../images/osteopatia.jpg')  top left repeat;
	/*padding-top:25px;*/
	padding-bottom:25px;
	padding-right:50px;
	padding-left:50px;
	
}

.contentBox{
	background-color:white;
	opacity:0.85;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	float: left;
	height:880px;
	width:560px;
	padding-top:25px;
	padding-bottom:25px;
	padding-right:50px;
	padding-left:50px;
	
}

.contentRight {
	padding-top:65px;
	float: right;
	font-family: "Times New Roman"; color:black;
	font-size:28px;
}

.contentRightSmallFont {
	font-family: "Times New Roman"; color:black;
	font-size:16px;
}


.contentHeaderFont {
	font-weight: bold;
	font-family: "Arial"; color:#66cc33;
	font-size:18px;
}

.contentBodyFont {
	/*font-weight: bold;*/
	font-family: "Arial"; color:black;
	font-size:14px;
}		
		
		
#footer {
	width: 1200px; margin: 1 auto; height: 80px;
	font-size: 12px;
	border: 1px solid black;
}
