@charset "UTF-8";
/* CSS Document */
		fieldset {
			border: 0;
		}
	
		.checklist {
			list-style: none;
			margin: 0;
			padding: 0;
		}
	
		.checklist li {
	float: left;
	width: 115px;
	height: 80px;
	position: relative;
	background-image: url(../demo1_files/eleccion_pack_prueba.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-family: "Lucida Grande", "Lucida", "Arial", Sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.3;
	font-weight: normal;
	font-variant: normal;
	margin-right: 15px;
	margin-bottom: 10px;
		}
		
		.checklist li.selected {
	background-position: -115px 0;
		}
		
		.checklist li.selected .checkbox-select {
			display: none;
		}
		
		.checkbox-select {
	display: block;
	float: left;
	position: absolute;
	top: 55px;
	left: 25px;
	width: 65px;
	height: 23px;
	text-indent: -9999px;
	background-image: url(../demo1_files/seleccionar.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}
		
		.checklist li input {
			display: none;	
		}
		
		a.checkbox-deselect {
	display: none;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	top: 60px;
	right: 10px;
		}
		
		.checklist li.selected a.checkbox-deselect {
			display: block;
		}
		
		.checklist li p {
	text-align: center;
	padding: 8px;
	color: #000000;
		}
		
		.sendit {
	display: block;
	float: left;
	top: 118px;
	left: 10px;
	width: 115px;
	height: 34px;
	border: 0;
	cursor: pointer;
	text-indent: -9999px;
	margin: 20px 0;
	background-image: url(../demo1_files/sendit.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}
