/* Casa Rural*/

body {
	margin: 0;
	background-color: white;
}

/* FOOTER */

.boxFoot {
	background-color: white;
	font-family: Tahoma;
	font-size: 70%;
	padding: 5px 0 5px 0;
	height: 37px;
	background-image: url(../images/backFooter.png);
	background-repeat: no-repeat;
	background-position: center;
}

.boxFootA {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	color: white;
}

.boxFootA a:link, .boxFootA a:visited  {
	color: #990000;
	text-decoration: underline;
}

.boxFootA a:hover {
	text-decoration: none;
}

.boxFootB {
	float: right;
	margin-top: 10px;
	margin-right: 15px;
	color: #999;
}

.boxFootB a:link, .boxFootB a:visited  {
	color: #999;
	text-decoration: underline;
}

.boxFootB a:hover {
	text-decoration: none;
}

/* TABLA flash */

	#mitable {
		margin: 0 auto 0 auto;
		width:760px;
	}
	
	#mitable td {
		text-align: center;
	}
