@charset "utf-8";

#left_content {
	position:relative;
	float:left;
	width:420px;
}

#left_content p {
	font:normal 12px/20px Tahoma, Verdana, Helvetica, sans-serif;
}

#left_content a {
	font-weight:bold;
	text-decoration:none;
}

#right_content {
	position:relative;
	float:right;
	width:509px;
	height:374px;
	margin-bottom:20px;
	background:url(../img/estadisticas_bg.jpg) no-repeat top left;
}

#right_content p {
	font:normal 18px/20px Tahoma, Verdana, Helvetica, sans-serif;	
	color:#4D4D4D;
	padding:20px;
}


#stepsList li{
	position:relative;
	list-style:none;
	float:left;
	width:190px;
	padding:0px 20px 0px 40px;	
	font:normal 12px/20px Tahoma, Verdana, Helvetica, sans-serif;
}

* html #stepsList li {
	width:250px;
	w\idth:190px;
}

li#step1 {
	background:url(../img/number1.gif) no-repeat top left;
}

li#step2 {
	background:url(../img/number2.gif) no-repeat top left;
}

li#step3 {
	background:url(../img/number3.gif) no-repeat top left;
}

li#step4 {
	float:right;
	background:url(../img/number4.gif) no-repeat top left;
	width:185px;
	padding:0px 0px 0px 40px;	
}

* html #stepsList li#step4 {
	width:225px;
	w\idth:185px;
}