/*+---------------------------------------------------------+
  | ESTILOS PARA FORMULARIOS DE SOLICITUD DE PRESUPUESTOS   |
  +---------------------------------------------------------+ */
/* CONTENEDORES PRINCIPALES */
/* etiqueta exclusiva para formulario de presupuesto web */
#formpresupuesto {
	background-color: #F8F8F6;
	padding: 10px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	margin-right: auto;
	width: 500px;
}
#pastilla_presu {
	width: 250px;
	padding: 10px;
	background-color: #FAFAF8;
	font-weight: bold;
	text-align: center;
	background-image: url(../img/puntoblanco.jpg);
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
/*ETIQUETAS PRINCIPALES --------------------------------------------------------*/
fieldset {
border: none;
}
br {
clear: left;
}
label span {
	text-align: right;
	width: 110px;
	display: block;
	float: left;
	margin-left: 0px;
	padding: 3px;
	color: #666666;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;
	height: 20px;
}


/*ETIQUETAS DE CLASE --------------------------------------------------------*/
.ejemplos {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 280px;
	font-variant: normal;
	font-size: 0.9em;
	color: #999998;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}
.aclaracion {
	float: left;
	clear: both;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

.input{
	width: 290px;
	float: right;
	color: #666666;
	border: 1px solid #999999;
	clear: both;
}
.input_ancho {
	width: 400px;
	float: right;
	color: #666666;
	border: 1px solid #999999;
}
.enviar {
	width: 100px;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	color: #FFFFFF;
	background-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	clear: both;
}
.obligatorio {
	background-color: #FFFFFF;
	float: right;
	width: 290px;
	border: 1px solid #990000;
	color: #666666;
}
.condiciones_tit {
	padding-right: 10px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
.secciones {
	width: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	font-variant: normal;
	height: auto;
	padding: 0px;
	text-align: left;
	margin: 0px;
	float: left;
}
.seccionestxt {
	width: 85px;
	padding: 0px;
	font-weight: normal;
	font-variant: normal;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-align: left;
	text-transform: capitalize;
}
.serviciostxt {
	width: 300px;
	text-align: left;
	text-transform: capitalize;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -2px;
	margin-left: 0px;
	vertical-align: middle;
}
.fsecciones {
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
.legend {
	font-weight: bold;
}
.pasos {
	text-align: center;
}
.pasos_numero {
	float: right;
	color: #5F6103;
	font-weight: bold;
	padding: 3px;
	background-color: #FFFFFF;
}
.seccionestxt_grande {
	width: 120px;
	padding: 0px;
	font-weight: normal;
	font-variant: normal;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-transform: capitalize;
	float: left;
	text-align: left;
}
.seccionestxt_peke {
	width: 40px;
	text-align: left;
	height: 15px;
}
.restablecer {
	width: 100px;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	color: #FFFFFF;
	background-color: #8BB93C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	text-transform: uppercase;
	font-size: 0.9em;
	padding-top: 2px;
	padding-bottom: 2px;
}
#pregunta {
	clear: both;
}