@charset "utf-8";
/* CSS Document */
.cform label {
	display:-moz-inline-box; /*for mozilla*/
	display:block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.cform label span {
	width:120px; /* must be the same as above!*/
	display:block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
.cf-box-group.vehiculo {
	display: block;
	padding-left: 10px!important;
	height: 140px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.vehiculo span {
	text-align: right;
}
.vehiculo span.titulo {
	display: block!important;
	width: 145px;
	margin-right: 10px;
	float: left;
	clear: left;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}
.vehiculo span.precio {
	display: block;
	clear: left;
	float: left;
	width: 145px;
}
.vehiculo span.microimage {
	display: block;
	width: 340px;
	padding-top: 5px;
}
.vehiculo input  {
	float: left;
	width: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.datos input {
	width: 220px;
	display: block;
	margin: 0px;
}
#tab2 label {
	display: inline;
}
legend {
	font-size: 16px;
	font-weight: bold;
}
.newlegend {
	font-size: 14px;
	font-weight: bold;
}
.bimprimir {
	display: block;
	padding: 5px;
	width: 200px;
	text-align: center;
	background-color: #EEE;
	border: 1px solid #999;
	font-size: 14px;
	text-decoration: none;
	color: #333;
}
.bimprimir:hover {
	background-color: #FFF;
}
input, select, textarea {
	font-size: 11px;
}
.reqtxt {
	margin: 0px;
	padding: 0px;
}
.notas {
	font-size: 10px;
	color: #333;
}
.notasimportantes  {
	font-size: 12px;
	color: #C00;
}
