form.activex {
	padding: 0 10px;
	font-family: Tahoma;
	font-size: 90%;
	}

form.activex input, textarea, select {
	margin: 0;
	padding: 1px;
	font-family: inherit;
	font-size: 12px;
}

form.activex input:focus, textarea:focus
{
	background-color: #ffff99;
}

form.activex input.bloqueado
{
	background-color: #cccccc;
	font-weight: bold;
	color: #333333;
}
	
form.activex fieldset { 
    margin: 30px; 
    /*background-color: #fff;*/
    background-color: #F0F0F0;
    border: 1px solid #cccccc;
    text-align: left;
    }
	
form.activex legend {
	padding: 0 2px;
	font-weight: bold;
	color: #666666;
	_margin: 0 -7px; /* IE Win */
	}
	
form.activex label {
	display: inline-block;
	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;
	}
	
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 {
    margin-left: 10px;
    font-style: normal;
    text-align: left;
    color: #f00;
    }  
form.activex p.titulo {
	margin: 0px;
	color: #ffffff;
	font-weight: bold;
	padding: 3px;
	background-color: #666666;
	border-top: 1px solid #999999;
	text-align: center;
	}  
form.activex div.opcionales{
	background-color: #EBEBEB; 
	border: 1px solid #999999;
	padding: 5px;
}

form.activex p.info {
	margin: 0px;
	color: #666666;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	background-color: #ffffcc;
	border: 1px solid #cccccc;
	}
form.activex table.detalle{
	width: 100%;
	}
form.activex table.detalle td{
	border: 1px solid #999999;
	background-color: #f4f4f4;
	padding: 3px;
	} 
form.activex table.detalle td.label{
	text-align: right;
	color: #f4f4f4;
	background-color: #999999;
	width:200px;
	}
form.activex table.detalle td.label strong{
	color: #f4f4f4;
	}
form.activex h1{
	font-size: 20px;
	border-bottom: 1px solid #6699FF;
}

form.activex p.trans_center{
	text-align: center;
	margin: 20px;
}

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 */