
body {
	margin  :   0px;
	background-repeat  : repeat;
	background-image   : url(../images/bgBody.jpg);
}
#board {
	position: relative;
	width   : 775px;
	margin  :   0px auto;
	background-position: top center;
	background-repeat  : repeat-y;
	background-image   : url(../images/bgBoard.jpg);
}


#header {
	position: relative;
	width   : 775px;
	height  : 175px;
	background-repeat  : no-repeat;
	background-image   : url(../images/bgHeader.jpg);
}
#header #home {
	position: absolute;
	left  : 53px;
	bottom: 30px;
	border:  0px;
}
#header #metanav {
	position: absolute;
	top   : 51px;
	right : 45px;
	border:  0px;
}


#colLeft {
	float: left;
	position: relative;
	width   : 225px;
	margin  :   0px;
	padding :   0px;
}
#colRight {
	float: left;
	position: relative;
	width   : 525px;
	margin  :   0px   0px   0px   0px;
	padding :   0px;
}


#menu {
	position: relative;
	width   : 225px;
	height  : 190px;
	padding :  75px   0px   0px   0px;
	background-repeat  : no-repeat;
	background-image   : url(../images/bgMenu.jpg);
}
#menu p {
	margin  :   0px   0px   0px  40px;
}
#menu p a {
}
#menu p a img {
	border  :   0px;
}


#login {
	position: relative;
	width   : 135px;
	height  : 140px;
	padding :  45px  45px   0px  45px;
	background-repeat  : no-repeat;
	background-image   : url(../images/bgLogin.jpg);
}
#login p {
	margin  :   0px   0px   0px   0px;
	font-family: "Trebuchet MS";
	font-size  : 80%;
	color      : #2E2D23;
}
#login p label {
	font-weight: bold;
}
#login p a {
	color      : #2E2D23;
}
#login p.btn {
	text-align : right;
}
#login input {
	width   : 130px;
	border  : solid 1px #2E2D23;
}


#colRight h1 {
	margin  :  20px   0px  10px   0px;
	text-align: center;
}
#colRight h2 {
	margin  :  20px   0px   0px   0px;
	text-align: center;
}
#colRight p {
	margin  :   0px   0px   5px   0px;
	font-family: "Trebuchet MS";
	font-size  : 80%;
}
#colRight p a {
	color      : #2E2D23;
}
#colRight ul {
	font-family: "Trebuchet MS";
	font-size  : 80%;
}


#colRight div.imc {
	position: relative;
	margin  :  25px   0px  25px   0px;
	text-align : center;
}
#colRight div.imc img {
	border  :   0px;
}
#colRight div.imc p.actions {
	margin  :   0px   0px   0px   0px;
}
#colRight div.imc p.actions a {
	color      : #000000;
}


#colRight div.myv {
	position: relative;
	width   : 385px;
	height  : 140px;
	margin  :   0px  auto  10px  auto;
	background-image   : url(../images/bgMisaVida.jpg);

}
#colRight div.myv div.txt {
	position: absolute;
	top     :  15px;
	left    :  20px;
	width   : 345px;
	margin  :   0px;
}


#colRight div.con {
	position: relative;
	width   : 385px;
	height  : 140px;
	margin  :   0px  auto  10px  auto;
	background-image   : url(../images/bgCondolencia.jpg);

}
#colRight div.con p.txt {
	position: absolute;
	top     :  10px;
	left    :  15px;
	width   : 365px;
	margin  :   0px;
}
#colRight div.con p.inf {
	position: absolute;
	bottom  :  10px;
	left    :  15px;
	width   : 365px;
	margin  :   0px;
	font-weight: bold;
	color      : #2E2D23;
}

#foot {
	display: block;
	margin :   0px auto;
}

.clear {
	clear: both;
}