body {
	font-family: Trebuchet MS, Verdana, Tahoma;
	margin-top: 8px;
	background-image: url('/images/fondob2.gif');
	background-position: top 20%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: 100%;
}

#bg2 {
	background-image: url('/images/fondo2d.gif');
	background-position: bottom right;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
	height: 100%;
	width: 100%;
}
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.maintitle {
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	position: absolute;
	top: 0px;
	padding-top: 15px;
	padding-left: 25px;
	margin: auto;
	z-index: 5;
	cursor: pointer;
}

#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;
}

#cfmain {
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	width: 100%;
	z-index: 1;
}

#cmain {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	height: 100%;
	width: 97%;
	top: 0px;
	left: 0px;
	padding: 100px 0px 16px 0px;
	z-index: 1;
	margin: 0px;
}

#ident {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0px;
	width: 100%;
}

#nick {
	font-size: 15px;
	margin-right: 20px;
}
#lnkmail, #lnkweb {
	padding: 0px 8px;
}

#dt {
	float: right;
	text-align: right;
}

#cmsg {
	clear: both;
}

#titmsg, #txtmsg {
	margin-top: 15px;
}

#txtmsg {
	font-weight: normal;
}

#canswers {
	margin-top: 30px;
}

.thfrom {
	font-size: 10px;
	font-weight: normal;
}

#tfcaddforo, #tcanswers {
	font-size: 15px;
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#fcaddforo .ctrls {
	width: 100%;
}

#newpost label {
	font-size: 12px;
}

#cmenu ul {
	list-style: none;
	margin: 16px;
}

#cmenu ul li {
	padding: 0px;
	margin-top: -2px;
	margin-bottom: -2px;
}

#cmenu ul li a {
	font-weight: bold;
	margin: 0px;
}

#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;
}