html, body{
        padding: 0px;
        margin: 0px;
		background-color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
}


#fbFooter {
position: relative; 
	height: 49px;
	background-color: #000000;
	background-image: url('../img/footerBackground.gif');
	background-repeat: repeat-x;
}

.fbPaginationMinor {
	color: #5f8085;
	margin-left: 10px;
}

#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;	
}

#fbMenu {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
}
#fbContainer{
margin-left:165px;
}
#fbMenuizq {
position: absolute;
	float: left;	
	margin-left: 0px;
	width: 165px;
	height:366px;
	background-image: url(../img/menu.jpg);
	color:#FFFFFF;
}

#fbMenuizq #opcion1 {
	
	cursor: hand;
	height: 24px;
	width: 140px;
	margin-top: 106px;
	margin-left:25px;
	
	
	
}
#text {
	margin:2px;
	color: #FFFFFF;
	text-decoration: none;
}

#fbMenuizq #opcion2 {
	margin-left:25px;
	cursor: hand;
	height: 25px;
	width: 140px;
	left:5px;
	
	
}
#fbMenuizq #opcion3 {
	margin-left:25px;
	cursor: hand;
	height: 24px;
	width: 140px;
	left:5px;
	
	
}
#fbMenuizq #opcion4 {
	margin-left:25px;
	cursor: hand;
	height: 25px;
	width: 140px;
	left:5px;
	
	
}

#fbMenuizq #opcion5 {
	margin-left:25px;
	cursor: hand;
	height: 24px;
	width: 140px;
	left:5px;
	
	
}
#fbMenuizq #opcion6 {
	margin-left:25px;
	cursor: hand;
	height: 25px;
	width: 140px;
	left:5px;
	
	
}
#fbMenuizq #opcion7 {
	margin-left:25px;
	cursor: hand;
	height: 24px;
	width: 140px;
	left:5px;
	
	
}


#altmsg {
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
	left: 81px;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}


a:hover{
	color: #FFFFFF;
	text-decoration:none;
}
a:link {
	color: #FFFFFF;	
	text-decoration:none;
}

a:visited {
	color: #FFFFFF;	
	text-decoration:none;
}



