body{
	background-color:#333333;
}
.fundoRenault{
	margin:auto;
	background-image:url(img/home_hotsite_testdrive.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:663px;
	margin-top:85px;
}
.menuEsq{
	float:left;
	width:370px;
	height:35px;
	position:relative;
	top:227px;
}
.menuDir{
	float:right;
	width:370px;
	height:35px;
	position:relative;
	top:227px;		
}
.txtEsqUm{
	width:230px;
	height:20px;
	float:right;
	margin:5px 20px 0 0;
	_margin:5px 10px 0 0;
	cursor:pointer;
}
.txtDirUm{
	width:292px;
	height:20px;
	cursor:pointer;
	float:left;
	height:20px;
	margin:5px 0 0 20px;
	_margin:5px 0 0 10px;
}
.popUp{
	background-image:url(img/popUp.gif);
	width:280px;
	height:280px;
	position:relative;
	top:200px;
	left:350px;
	display:none;
}
.fechaPopUp{
	width:50px;
	height:20px;
	position:relative;
	bottom:32px;
	*bottom:0px;
	float:right;
	cursor:pointer;
}
.txtPopUp{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	width:280px;
	height:245px;
	float:right;
	position:relative;
	bottom:23px;
	*bottom:0px;
	*top:10px;
	overflow:auto;
}