*{
	padding: 0;
	margin: 0;
}
body{
	font: normal 13px Tahoma, Verdana, Arial, sans-serif;
}
input[type="button"]{
	border: solid 1px #ccc;
	padding: 5px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 12px;
}
	input[type="button"]:hover{
		background: #f1f1f1;
		border-color: #777;
	}
    
li.clsCheckBox {
    width: 82px;
    margin-left: 110px;
}   
#divContenedor{
 /*   background-color: #333;
   	box-shadow: 0 0 10px #ccc;
	border: solid 1px #ccc;
    opacity: 0.6;*/
	width: 165px;
	position: absolute;
	left: 1057px;
    top: 343px;
	margin-left: 0px;
	border-radius: 5px;
}

#divContenedor div{
    
}
    
	#divTitulo{
		padding: 10px;
		text-align: center;
	}
		#divTitulo h1{
			font-size: 20px;
		}
	#divControles{
		text-align: center;
		padding: 10px 0;
	}
	#divLista{
       padding: 10px;
       width: 220px;
	}
		#divLista ul{
			list-style-type: none;
            margin-left: 0px;
		}
			#divLista ul li{
				border: solid 1px #ccc;
				border-radius: 3px;
				margin: 5px;
				cursor: pointer;
			}
				#divLista ul li:hover{
				/*	background: #f1f1f1; */
                    background: #919191;
				}
				#divLista ul li.clsMarcado{
					border-style: inset;
					/*	background: #f1f1f1; */
                    background: #444444;
				}
					#divLista ul li.clsMarcado p{
						color: #fff;
						font-weight: bold;
					}
					#divLista ul li p{
					   font-size: 7.5pt;
					   color: #000;
                       font-weight:bold;
                       width: 79px;
                       margin-bottom: 5px;
					}
						#divLista ul li p img{
							height: 16px;
							width: 16px;
						/*	margin-right: 10px;
                            margin-top: 5px;*/
						}