#boxL {
	float: left;
	position: relative;
	width: 360px;
	margin-right: 18px;
}
#boxR {
	float: left;
	position: relative;
	width: 360px;
}
#boxL h2,
#boxR h2 {
	margin-top   :  0px;
}
#boxL .boxwhite,
#boxR .boxwhite {
	height: 125px;
}
#boxL .boxwhite {
	background: url(../descargas/images/bgBoxL.gif) bottom right no-repeat #FFFFFF;
}
#boxR p.row {
	position: relative;
	width: 340px;
	margin :  0px !important;
/*	border: 1px solid red; */
}
#boxR p.row span.input {
	float  : left;
	display: block;
	position: relative;
	width : 80px;
	padding:  3px  0px;
}
#boxR p.row span.end {
	clear: both;
	display: block;
	position: relative;
	width : 340px;
	height:   1px;
	border-top: 1px solid #E0E0E0;
}



ul.list {
	float: left;

	position: relative;
}
ul.list li {
	float: left;
	position: relative;
	width: 360px;
	margin-bottom :  6px;
}
ul.list li.odd {
	margin-right: 18px;
}
ul.list li.par {
}
ul.list li span.rt {
	position: absolute;
	top   :  0px;
	right :  0px;
}
ul.list li p.tf {
	position: absolute;
	top   : 15px;
	right :  0px;
	font-family: Arial !important;
	font-size  : 10px !important;
	text-align : right;
}
ul.list li p.dt {
	position: absolute;
	bottom:  0px;
	right :  0px;
	color: red;
	font-family: Arial !important;
	font-size  : 10px !important;
}
ul.list li p.exp {
	width : 300px;
}