#flash {
	margin-top: -16px;
	width: 800px;
	height: 290px;
}

.selection {
	position: relative;
	top: -6px;
	padding: 1px 3px 1px 1px;
	background-color: #e71715;
	float: left;
}

.selection a {
	position: relative;
	top: 1px;
}

.total, .url {
	float: right;
	font-size: 12px;
}

.total {
	margin-right: 20px;
	font-weight: bold;
	color: #666;
}

.url {
	text-transform: uppercase;
	padding-left: 10px;
	background: transparent url(../images/comun/redFlecha.png) no-repeat left center;
}

#selection {
	display: none;
	padding: 15px;
	border: 20px solid #000;
	background-color: #333;
}

#selection p {
	margin: 10px 0;
	font-size: 12px;
	text-align: right;
}

#selection p.close {
	margin-bottom: -20px;
	position: relative;
	left: 33px;
	top: -46px;
	font-size: 11px;
	text-align: right;
}

#selection p.close a {
	padding-right: 20px;
	background: transparent url(../images/comun/compCerrarBtn.png) no-repeat right;
}