form.activex {
	padding: 0 10px;
	font-family: Verdana;
	font-size: 11px;
}

form.activex input,textarea,select {
	margin: 0px;
	font-family: inherit;
	font-size: 12px;
	color: #333333;
}

form.activex input:focus,textarea:focus {
	background-color: #ffff99;
}

form.activex input.bloqueado {
	background-color: #cccccc;
	font-weight: bold;
	color: #333333;
}

form.activex .error {
	display: inline-block;
	font-weight: normal;
	color: #ffffff;
	background-color: #990000;
	border: 1px solid #990000;
	font-size: 10px;
	padding: 0 2px;
}

form.activex fieldset {
	margin: 10px;
	background-color: transparent;
	border: 0px solid #cccccc;
	text-align: left;
}

form.activex legend {
	padding: 0 2px;
	font-weight: bold;
	color: #333333;
	_margin: 0 -7px; /* IE Win */
}

form.activex label {
	display: inline-block;
	color: #333333;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	line-height: 1.8;
	vertical-align: top;
}

form.activex fieldset ol {
	margin: 0;
	padding: 0;
}

form.activex fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	font-size: 10px;
	color: #666;
}

form.activex fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.activex fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.activex fieldset fieldset label {
	display: block;
	width: auto;
}

form.activex em {
	font-weight: bold;
	font-size: 9px;
	font-style: normal;
	color: #f00;
}

form.activex p {
	font-family: Century Gothic, Tahoma;
	margin-left: 0px;
	font-style: normal;
	text-align: left;
	color: #333;
	font-weight: normal;
	background-color: #ffffcc;
	border: 1px solid #cccccc;
	padding: 3px;
}

form.activex p.botones {
	margin: 0px;
	margin-left: 40px;
	margin-right: 40px;
	border: 1px solid #444444;
	background-color: #333333;
}

form.activex input.boton {
	background-color: #ffffcc;
	border: 1px solid #666666;
	color: #333333;
	margin-right: 2px;
}

form.activex input.boton:hover {
	border: 1px solid #ff6600;
	background-color: #ff9900;
	color: #ffffff;
}

form.activex h1 {
	font-size: 12px;
	padding: 1px 5px;
}

form.activex h1.title {
	background-color: #333666;
	color: #ffffff;
	border: 0;
}

form.activex h1.warning {
	background-color: #990000;
	color: #fff;
	font-weight: normal;
}

form.activex label {
	width: 160px;
} /* Width of labels */
form.activex fieldset fieldset label {
	margin-left: 123px;
} /* Width plus 3 (html space) */

/*\*/
/*/ form.activex legend { display: inline-block; } /* IE Mac legend fix */
form.buscadmin {
	float: left;
	margin: 0px;
	padding: 0px;
}

form.busc_secciones {
	margin: 0px;
	padding: 0px;
}

form.busc_secciones legend {
	color: #999999;
}

form.busc_secciones fieldset {
	border: 1px solid #cccccc;
	padding: 10px;
}