@charset "utf-8";

button:active {
	background: #3a76c4; /* Old browsers */
	background: -moz-linear-gradient(top, #3a76c4 0%, #57a9eb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a76c4), color-stop(100%,#57a9eb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3a76c4 0%,#57a9eb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3a76c4 0%,#57a9eb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3a76c4 0%,#57a9eb 100%); /* IE10+ */
	background: linear-gradient(top, #3a76c4 0%,#57a9eb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a76c4', endColorstr='#57a9eb',GradientType=0 ); /* IE6-9 */
	box-shadow:none;
	text-shadow:0 -1px 0 #1e3c5e;
}
.divItemsClave {
	position: relative;
	z-index: 10500;
	padding: 0px;
	background: #fefefe;
	font-size: .875em;
	border-radius: 5px;
	box-shadow: 0 1px 3px #ccc;
	border: 1px solid #ddd;
	display: none;
	margin: 0px 0px 0px 0px;
	position: absolute; 
}

#divItemsClave h4 {
	margin:0 0 10px 0;
	padding:0;
	font-weight:normal;
}
#divItemsClave::before {
	content: "\25B2";
	position:absolute;
	top:-12px;
	left:45%;
	font-size:14px;
	line-height:14px;
	color:#ddd;
	text-shadow:none;
	display:block;

}
.invalido {
	background:url(../img/seguridad/cancel.png) no-repeat 0 25%;
	padding-left:22px;
	color:#ec3f41;
	width: 172px;
	font-size:10px;
	line-height: 15px;
}
.valido {
	background:url(../img/seguridad/accept.png) no-repeat 0 25%;
	padding-left:22px;
	color:#3a7d34;
	width: 172px;
	font-size:10px;
	line-height: 15px;
}

#divItemsClave {
	display:none;
}
