#form_contactos {

}
#form_contactos label {
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight:bold;
}
#form_contactos input, #form_contactos textarea {
	padding: 10px;
	border: 1px solid rgb(153,153,153);
	float: left;
	max-width: 100%;
	width: 100%;
	margin-bottom: 15px;
}
#form_contactos input.btokform {
	width: 40px;
	max-width: 40px;
	padding: 0px;
	border: 0px;
	float: left;
	margin-top: 4px;
}
#form_contactos input:focus {
	box-shadow: 0;
	border: 1px solid rgb(0,0,0);
	color: rgb(0,0,0);
	outline: none;
}

#form_contactos > form > ul > li { float:left; width:100%; margin-bottom:10px;}

#lista_escolha > div { float:left; width:33%;}
#lista_escolha > div label{height:24px; margin-top:5px; padding:0; margin:0; font-weight:normal; padding-top:10px;}
#lista_escolha > div input{max-width:inherit; width:inherit; margin-right:10px; margin-top:0px;}



#form_contactos .submit {
  width: auto;
  padding: 10px 50px;
  cursor: pointer;
  float: right;
  margin-right: 0;
  
  border: 1px solid rgb(153,153,153);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
  color:rgb(153,153,153);
  padding: 10px 25px 9px 25px;
  width: auto;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

#form_contactos .submit:hover{ background-color:rgb(0,0,0); color:rgb(255,255,255); border-color:rgb(0,0,0);}


#antispam {
	padding: 4px 0 0 0;
	float: left;
	width: 630px;
}
#antispam p.numeroantispam {
	font-size: 20px;
	float: left;
	padding: 10px;
	margin-right: 4px;
	width: 40px;
}
#antispam input {
	width: 40px;
	max-width: 40px;
}
#antispam p.alertaantispam {
	font-size: 12px;
	color: rgb(255,0,0);
	float:right;
	padding: 14px;
}
.msgerro {
	padding: 15px;
	color:rgb(255,255,255);
	font-size: 15px;
	text-align: center;
	float: left;
	background: rgb(84,51,34);
	width: 100%;
	margin-bottom: 26px;
	margin-top:26px;
}

#formulario_contactos label em{ color:rgb(255,0,0); }

label.error{color:rgb(255,0,0); display:block; clear:left;}

form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
	width: 25%;
  float: left;
  padding-right: 10px;
}
form > div > div,
form > div > fieldset > div {
  width: 75%;
  float: right;
}
form > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
	width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
  width: 50%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%; 
  }
}
@media (min-width: 1200px) {
  form > div > label,
	legend {
  	text-align: right;
  }
}
