body {
	background-image:url(../images/bg.jpg);
	margin:0;
	padding:0;
}
body, td, th {
	font-family:Arial, helvetica, sans-serif;
	font-size:12px;
}
#page {
	background-image:url(../images/page.jpg);
	background-repeat:no-repeat;
	width:878px;
	height:595px;
	margin:0 auto;
}
#cont {
	position:absolute;
	width:555px;
	height:178px;
	margin-top:203px;
	margin-left:33px;
	background-color:#2B93AD;
}
#cimg {
	width:555px;
	height:178px;
	background-repeat:no-repeat;
}
.img1 {
	background-image:url(../images/img1.jpg);
}
.img2 {
	background-image:url(../images/img2.jpg);
}
.img3 {
	background-image:url(../images/img3.jpg);
}
.img4 {
	background-image:url(../images/img4.jpg);
}
.img5 {
	background-image:url(../images/img5.jpg);
}
.img6 {
	background-image:url(../images/img6.jpg);
}
.img7 {
	background-image:url(../images/img7.jpg);
}
#contacto {
	position:absolute;
	margin-left:270px;
	margin-top:430px;
}
#contacto a {
	color:#B3DBE6;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}
#direccion {
	position:absolute;
	margin-left:656px;
	margin-top:487px;
	text-align:right;
}
#direccion a {
	color:#069;
}
#menu {
	width:555px;
	height:25px;
}
#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu li {
	float:left;
}
#menu a {
	padding:0 1px 0 1px;
	display:block;
	text-decoration: none;
	color:#FFF;
	width:75px;
	text-align:center;
	line-height:24px;
}
#menu a:hover {
	text-decoration: none;
	color: #AED7E2;
}
