body {
	background-image: url('/images/fondob3.gif');
	background-position: center right;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: Trebuchet MS, Verdana, Tahoma;
	margin-top: 8px;
	width: 100%;
}

#bg2 {
	background-image: url('/images/fondodd.gif');
	background-position: bottom left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.maintitle {
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	top: 0px;
	padding-top: 15px;
	padding-left: 25px;
	margin: auto;
	z-index: 2;
	cursor: pointer;
}

.maintitle p {
	font-size: 12px;
	font-weight: normal;
	font-variant: small-caps;
	margin: 4px 0px;
}

#txtitle {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #000;
	width: auto;
	margin: 0px 16px;
}

#txpgtit {
	color: #005522;
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 16px;
}

#subtit {
	display: block;
	font-size: 12px;
	font-weight: normal;
	font-variant: small-caps;
	clear: right;
	margin: 0px;
}

#cmain {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	font-size: 12px;
	font-weight: normal;
	padding: 110px 0px 16px 0px;
	z-index: 1;
}

#intro {
	margin-left: 30px;
	font-weight: normal;
	font-size: 14px;
}

.cart1 {
	font-size: 20px;
	margin: 30px 0px;
}

.cart1 .cnt {
	float: right;
	clear: right;
	width: 45%;
}

.cart1 .cnt p {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 16px;
}

.cart1 .cnt2 {
	text-align: right;
}

.cart1 .cnt2 img {
	margin-right: 20px;
}

.cart1 a {
	font-weight: bold;
	text-decoration: none;
}

.cart1 span {
	font-weight: normal;
	font-size: 16px;
}

.cart2 {
	font-size: 20px;
	margin: 30px 0px;
}

.cart2 a {
	font-weight: bold;
	text-decoration: none;
}

.cart2 .cnt {
	float: left;
	margin-left: 20px;
	text-align: right;
	width: 45%;
}

.cart2 span {
	font-weight: normal;
	font-size: 16px;
}

.cart2 .cnt p {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 16px;
}

.cart2 .cnt2 {
	width: 45%;
}

.cart2 .cnt2 img {
	margin-left: 20px;
}

.cart3 {
	font-size: 20px;
	margin: 30px 0px;
}

.cart3 a {
	font-weight: bold;
	text-decoration: none;
}

.cart3 .cnt {
	float: right;
	text-align: left;
	width: 50%;
}

.cart3 span {
	font-weight: normal;
	font-size: 16px;
}

.cart3 .cnt p {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 16px;
}

.cart3 .cnt2 {
	text-align: right;
}

#cmain ul {
}

#cmain ul li {
	list-style: none;
}

#cmain ul li a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#cfotos {
	background-repeat: no-repeat;
	background-attachment: scroll;
	position: absolute;
	width: 38%;
	height: 100%;
	top: 0px;
	left: 60%;
	text-align: left;
	padding: 40px 0px 16px 0px;
	border-right: 1px dotted #bbb;
	z-index: 1;
}

#cfotos img {
	margin: 0px 20px;
}

#mcent {
	background-color: #000;
	position: absolute;
	height: 80%;
	width: 1px;
	top: 0px;
	left: 60%;
	margin: 80px 0px 0px 0px;
}