/* formulario contacto */
/* El formulario medir:  Ancho del form (300) + margen del input (130) + 6 px = 436px */

#formContacto {
	width: 400px;
}

#formularioContacto {
	font:normal 1em/1.2em 'Trebuchet MS', Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	margin:0 0 0 0;
	padding:0 0 32px 0;
}

#formularioContacto label {
	width:120px; /* ESPACIO PARA EL TEXTO DEL LABEL*/
	margin:8px 0 0 0;
	text-align:right; 
	font-weight:bold;
	color:#22486C;
	position:absolute; /* PARA LABEL SOBRE EL CAMPO ELIMINAR */
	clear:right;
}

#formularioContacto input.text, #formularioContacto textarea {
	width:380px;
	margin:0 0 4px 130px; /* DEJAR UN MARGEN PROPORCIONAL AL LABEL +10px. PARA LABEL SOBRE CAMPO ELIMINAR*/ 
	font:normal 1em/1.2em 'Trebuchet MS', Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	color:#666;
	border:1px #676d70 solid;
	background-color:#fff;
	text-align:left;
	padding: 2px 2px 1px 2px !important;
}

#formularioContacto div.text {
	width: 380px;
	margin: 0px 0px 4px 130px;
	padding: 2px 2px 1px 2px !important;
}

#formularioContacto textarea {
	height:200px;
}

#formularioContacto .botonClean, #formularioContacto .botonSubmit {
width:130px;
/*height:21px; */
margin:0 0 4px 130px;
/*color:#fff;
border:1px #f00 solid;
background-color:#0ff; */
text-align:center;
position:absolute;
cursor:pointer;
padding: .1em;
}

#formularioContacto .botonSubmit {
margin:0 0 4px 333px; /* PARA un FORM de 436 */
font-weight:bold;
}

#formularioContacto fieldset {
float:left;
display:inline;
background-color: #dfdfdf;
border: 1px solid #ccc;
margin: 2em 0;
padding: 1em;
}

div#message {
	width:75%;
	margin: 10px auto;
	padding: 10px;
	clear: both;
}

div#message p {
	margin: 0px; padding: 0px;
	text-align:center;
	display: block;
	float: none !important;
}


div.error {
	color:#900;
	background: #fee;
	border: 1px dashed #900;
}

div.acierto {
	color:#090;
	background: #efe;
	border: 1px dashed #090;
	margin-top: 10em !important;
}

.fffix {
	clear: both;
}

/* fin formulario */

/* Formulario de alta de testers */

#formTester {
	width: 400px;
}

#formularioTester {
	font:normal 1em/1.2em 'Trebuchet MS', Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	margin:0 0 0 0;
	padding:0 0 32px 0;
}

#formularioTester label {
	width:60px; /* ESPACIO PARA EL TEXTO DEL LABEL*/
	margin:8px 0 0 0;
	text-align:right; 
	font-weight:bold;
	color:#22486C;
	position:absolute; /* PARA LABEL SOBRE EL CAMPO ELIMINAR */
	clear:right;
}

#formularioTester input.text, input.text2, #formularioTester select {
	width:380px;
	margin:0 0 4px 70px; /* DEJAR UN MARGEN PROPORCIONAL AL LABEL +10px. PARA LABEL SOBRE CAMPO ELIMINAR*/ 
	font:normal 1em/1.2em 'Trebuchet MS', Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	color:#666;
	border:1px #676d70 solid;
	background-color:#fff;
	text-align:left;
	padding: 2px 2px 1px 2px !important;
}

#formularioTester input.text2 {
	width: 50px;
}

#formulariotester .botonClean, #formularioTester .botonSubmit {
width:130px;
/*height:21px; */
margin:0 0 4px 130px;
/*color:#fff;
border:1px #f00 solid;
background-color:#0ff; */
text-align:center;
position:absolute;
cursor:pointer;
padding: .1em;
}

#formularioTester .botonSubmit {
margin:0 0 4px 333px; /* PARA un FORM de 436 */
font-weight:bold;
}

.formOK, .formNO {
	overflow: hidden;
	height: 1%;
	padding: 15px 10px;
	margin: 50px 0px 20px 0px;
}

.formOK {
	background: #efe;
	border: 1px solid #090;
}

.formNO {
	background: #fee;
	border: 1px solid #900;
	margin: 0px 0px 20px 0px;
}

.formOK p, .formNO p {
	float: none !important;
	display: block !important;
	padding: 5px 10px !important;
	margin: 0px !important;
}

.formOK p {
	color: #060 !important;
}

.formNO p {
	color: #600 !important;
}

/* fin del formulario de tester*/
