body {
	background-color: #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	margin: 0px;
}

#tdContent {
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
	background-color: White;
}

#divFoot {
	background-color: #E9F8E2;
	margin: 0px auto;
	height: 90px;
	width: 780px;
	text-align: center;
	padding-top: 5px;
}

#tdMenu {
	padding-left: 30px;
	background-color: #e9e9e9;
}
#divMain {
	width: 780px;
	margin: 0px auto;
	z-index: 1;
	position: relative;
	background-color: #EBEBEB;
}

.divBtn {
	float: left;
	z-index: 15;
}
.borderSide {
	border-left: 1px solid #DADADA;
	padding-left: 2px;
	border-right: 1px solid #DADADA;
	padding-right: 2px;
}

.menuLink {
	display: block;
	font-family: Candara;
	width: 120px;
	height: 33px;
	background-image: url(../images/btnNormal.jpg);
	background-repeat: no-repeat;
	color: #536e2d;
	text-decoration: none;
	padding-top: 17px;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
}

.menuLink:hover {
	background-image: url(../images/btnOver.jpg);
	color: #E3EED3;
}

.subMenu {
	background-color: #CEDFCE;
	position: fixed;
	z-index: 10;
	width: 120px;
	display: none;	
}

.subMenuLink {
	height: 21px;
	border-bottom: 1px solid black;
	display: block;
	text-decoration: none;
	color: #49704A;
	padding-left: 10px;
	padding-top: 6px;
	text-align: left;
}

.subMenuLink:hover {
	background: #6B9F6D;
	color: White;
}

.titulo {
	background-image: url(../images/titulo-back.gif);
	background-repeat: repeat-x;
	height: 36px;
}

.titulo-icon {
	background-image: url(../images/titulo-icon.gif);
	background-repeat: no-repeat;
	height: 36px;
	margin-left: 10px;
	font-size: 20px;
	padding-left: 50px;
	padding-top: 10px;
}

.button-foro {
	display:block;
	width:150px;
	height:20px;
	text-decoration:none;
	border:1px solid #666666; 
	float:left;
	background-color:#999966;
	color:#fff;
	text-align:center;
	font-weight: bold;
	padding-top:5px;
	cursor: pointer;
}

.button-foro:hover {
	background-color:#999999;
}

.loading {
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 25px;	
}