/* CSS Document */
input.ftcampo, input.ftcampo3, input.ftcampo4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:#7F9DB9 solid 1px;
	width:330px;
}
select.fscampo, select.fscampo3, select.fscampo4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:#7F9DB9 solid 1px;
	width:330px;
}
input, select, option {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
select{
	border:1px solid #7f9db9;
}

option {
	padding:0px 5px;
}
textarea.ftacampo, textarea.ftacampo3, textarea.ftacampo4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1.1px;
	color:#000000;
	width:330px;
	height:130px;
	border:#7F9DB9 solid 1px;
	overflow:auto;
}

input.ftcampo4, select.fscampo4, textarea.ftacampo4{
	width:819px;
}
input.ftcampo3, select.fscampo3, textarea.ftacampo3 {
	width:795px;
}

.buscar{
	/*background:url(../img/btnbuscar.gif) no-repeat; */
	background-color:#E7FFCD;
	border:1px solid #7f9db9;; 
	color:#24330c;
	width:75px;
	height:20px;
	cursor:pointer;
	font-size:11px; 
}

.lineaformulario{
	padding-top:15px;
	width:100%;
}
.obligado{
	color:red;
	padding-left:5px;
	}

