@charset "utf-8";
.cibolero {

}
.top {
	background-image: url(images/lo_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.top td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;
	font-style: italic;
}

.mid {
	background-image: url(images/lo_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #230F06;
}
.mid td {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC99;
}

.foot {
	background-image: url(images/lo_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.foot td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: #996633;
}
.text {
	color: #FFCC99;
	font-size: 12pt;
}
