input, select, textarea {
}

/* Botones de enviar */
button {
    cursor: pointer;
}

.azul_lupa {
    background: #4981C3 url(../img/home/lupa.gif) no-repeat 100% 100%;
}
.azul {
    background: #4981C3 url(../img/botonAzul.gif) no-repeat 100% 100%;
}
.calabaza {
    background: #F90 url(../img/botonCalabaza.gif) no-repeat 100% 100%;
}

.naranja {
    background: #F30 url(../img/botonNaranja.gif) no-repeat 100% 100%;
}

.gris {
    background: #575757 url(../img/botonGris.gif) no-repeat 100% 100%;
}

.verde {
    background: #690 url(../img/botonVerde.gif) no-repeat 100% 100%;
}

fieldset {
    border: 0 solid #DDD;
}

legend {
    color: #000;
}

label {
    cursor: pointer;
}

/* formulario findYourHome */
#findYourHome form {
    position: relative;
    padding: 0 0 119px 13px;
}

#findYourHome label {
    display: block;
	margin-top: 2px;
	text-align:left;
	font-size:0.87em;
}

#findYourHome label input, #findYourHome label select {
    display: block;
    height: 16px;
    border: 1px solid #999;
	width:124px;
	font-size:0.95em;
}

#findYourHome a.boton {
    float: right;
    margin: 10px 24px 0 0;

}

/* fin del formulario findYourHome */

/* inicio */
#inicio #findYourHome form {
    height: 112px;
    padding: 0 0 0 0;
	border-bottom:1px solid #FFF;
	line-height:15px;
}
#inicio #findYourHome select {
	height:16px;
	width:120px;
	font-size:0.95em;

}
#inicio #findYourHome label {
	margin-top:2px;
}
#inicio #findYourHome a.boton {
   margin-right:5px;
}
.findYourHomeDer {
	float:right;
	display:block;
	width:140px;
}

.findYourHomeIzq {
	float:left;
	display:block;
	width:140px;
	margin-left:10px;
}
.peq {
width:63px !important;
}

/* fin del formulario de inicio */

/* formulario talkToUs */

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: relative;
	top: -25px;
	z-index: 1;
}

input.arxiu {
	position: relative;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}


#talkToUs form {
	background:#FFF;
	padding-bottom:2em;
}
#talkToUs label {
    display: block;
    float: left;
    width: 154px;
    margin-top: 1px;
}

#talkToUs label input, #talkToUs label select {
    display: block;
    width: 154px;
    height: 17px;
    border: 1px solid #999;
}

#talkToUs a.boton {
    float: left;
    margin: 10px 24px 0 0;
	color:#000;
}
#talkToUs a.boton:hover {
	color:#FFF;
}

/* Formulario de contact.php */
#contactForm label, #downloadForm label {
    clear: left;
    float: left;
    display: inline;
    width: 100%;
    padding-top: 0.5em;
}

#contactForm label span, #downloadForm label span {
    float: left;
    width: 12em;
}

label strong {
    color: #F30;
    font-weight: normal;
}

#contactForm label.enLinea {
    width: auto;
}

#contactForm input.texto {
    width: 120px;
}

#contactForm textarea {
    clear: both;
    width: 80%;
    margin-bottom: 0.5em;
}

#contactForm .margen {
    margin-top: 5px;
}

#downloadForm .boton {
    clear: both;
	margin:5px 0 0 200px !important;
}
#downloadForm .aviso {
	margin-top:40px !important;
}

#botonDisclaimer {
    padding-left: 10px;
    xbackground: url(../img/vinyetaAzul.jpg) no-repeat 0 0.5em;
	color:#4A4A4A;
	font-weight:bold;
	margin-bottom:15px;
}

/* Formulario de newsletter.php */
#NewsletterForm label, #downloadForm label {
    clear: left;
    float: left;
    display: inline;
    width: 100%;
    padding-top: 0.5em;
}

#NewsletterForm label span, #downloadForm label span {
    float: left;
    width: 12em;
}

label strong {
    color: #F30;
    font-weight: normal;
}

#NewsletterForm label.enLinea {
    width: auto;
}

#NewsletterForm input.texto {
    width: 120px;
}


#NewsletterForm .margen {
    margin-top: 5px;
}

/* Formulario de baja newsletter.php */
#NewsletterBajaForm label, #downloadForm label {
    clear: left;
    float: left;
    display: inline;
    width: 100%;
    padding-top: 0.5em;
}

#NewsletterBajaForm label span, #downloadForm label span {
    float: left;
    width: 9.4em;
}

label strong {
    color: #F30;
    font-weight: normal;
}

#NewsletterBajaForm  label.enLinea {
    width: auto;
}

#NewsletterBajaForm  input.texto {
    width: 120px;
}


#NewsletterBajaForm  .margen {
    margin-top: 5px;
}


/* Formulario de contact.php */
#enviarcvForm label {
    clear: left;
    float: left;
    display: inline;
    width: 100%;
    padding-top: 0.5em;
}

#enviarcvForm label span {
    float: left;
    width: 12.4em;
}



#enviarcvForm label.enLinea {
    width: auto;
}

#enviarcvForm input.texto {
    width: 120px;
}

#enviarcvForm textarea {
    clear: both;
    width: 80%;
    margin-bottom: 0.5em;
}

#enviarcvForm .margen {
    margin-top: 5px;
}


