body {
  	background-color:#e8e7e7;
  	margin-top:0px;
  	top:0px;
  	font-family:Arial, Verdana, Times;
	font-size:12px;
  	margin-left:0px;
  	color:#949494;
}

.top {
	width:760px;
	height:100px;
	background-image:url('images/topBg.gif');
}

.izquierda {
	position:absolute;
	text-align:left;
	width:760px;
	margin-left:0px;
	padding-left:0px;
	background-color:#ffffff;
	background-image:url('images/bgTabla.gif');
}

.izquierdaText {
	padding-left:32px;
	padding-bottom:27px;
	width:387px;
}


.derecha {
	position:relative;
	left:455px;
}

.derechaText {

	padding-bottom:27px;
	padding-left:32px;
	width:238px;

}

A, A:Active, A:Visited, A:Link {
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	color:#fe5d25;
	} A:hover {
		text-decoration:underline;
		color:#3d69c1;	
	}
.title {
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	color:#949494;
	}
	
A.title, A.title:Active, A.title:Visited, A.title:Link {
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	color:#949494;
	} A.title:hover {
		text-decoration:underline;
		color:#fe5d25;	
	}

.bot1{
	padding-top:9px;
	margin-left:32px;
}

A.bot, A.bot:Active, A.bot:Visited, A.bot:Link {
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	color:#ffffff;
	} A.bot:hover {
		text-decoration:none;
		color:#fe5d25;	
	}

.menu {
	margin-top:-65px;
	text-align:right;
	margin-right:27px;
	font-weight:normal;
	font-size:15px;
	text-decoration:none;
	color:#ffffff;	
}

A.menu, A.menu:Active, A.menu:Visited, A.menu:Link {
	font-weight:normal;
	font-size:15px;
	margin-right:0px;
	text-decoration:none;
	color:#373737;
	} A.menu:hover {
		background-color:#373737;
		text-decoration:none;
		color:#ffffff;	
	}
	

.bottom {
	background-image:url('images/bgBottom.gif');	
	width:760px;
	height:32px;
	position:relative;
}

