
/*Párrafo de introducción */

div#contents p { padding: 8px 0; margin: 0 0 0 10px; text-align: justify; float: left; width: 535px; display: inline;}

/* Contenedor de todos los campos del formulario */


/* Contenedor de las dos partes del formulario, una la de los campos personalizados
y otra la de los distintos remitentes del formulario */

#contact_content .contact {  background:url(../images/backgrounds/bg_contact.jpg) no-repeat right top; margin: 13px 0 0 0; border: none;}

#contact_content fieldset.deliverto { float: left; margin: 10px 0 0; border: none; padding:0; font-size:11px;}
#contact_content fieldset.deliverto li {background: #f4f4f4; margin: 10px 0; padding: 5px 0 0 0; width:370px;}

/* Título de cada uno de los contenedores */

fieldset.contact legend { display: none; }

fieldset.deliverto legend { margin: 0 0 10px;  font-weight: bold; font-size: 11px; color: #0f4cb2; }

/* Elementos del formulario */

#contents input, #contents textarea, #contents select { margin-top: 5px; }

#contents label { 
	width: 314px; 
	float: left; 
	display: block; 
	clear: left; 
	margin: 5px 0;
	color:#0f4cb2;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	}
#contents label input {
	float: left;
	width: 360px;
	font-weight:normal;
	border: 1px solid #d9d9d9;
	margin: 5px 0 0 0;
	padding: 4px;
	color: #333333;
	background: white;
}

#contents label select { 
	float: left; width: 370px; padding: 1px;  font-weight: 400;
	border: 1px solid #ced9f5;
	color: #333333;
	background: white;
	}

#contents label textarea {
	overflow: auto;
	width: 360px;
	height: 79px;
	border: 1px solid #ced9f5;
	margin: 5px 0 0 0;
	padding: 4px;
	color: #333333;
	background: white;
}

/* Avisos legales */

div.legal { float: left; margin:30px 0 0 0; padding:0; position: relative; }
div#contents div.legal p { 
	float: left;
	margin: 10px 0;
	font-size: 9px;
	padding:0;
	display: inline;
	color: #999999;
	font-weight: normal;
	line-height: normal;
	width: 550px;
	 }

/* Botones */

div.buttons { float:left; clear:left; text-align: left; width: 370px; padding: 10px 0 10px;}

button {
	float: right;
	padding: 0 0 0 12px;
	display: inline;
	margin: 0 5px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	border: none;
	display: block;
	letter-spacing: 1px;
	cursor: pointer;
	text-align: left;
	width: 62px;
	background: url(../images/ico_gallery_next.jpg) no-repeat bottom left;
}
button.clear{
	width:72px;
	padding: 0 0 0 12px;
	background: url(../images/ico_clear.jpg) no-repeat bottom left;
	}

/*******
Estilos especiales
*******/

/* Estilos para los grupos que sean checkboxs */

#contents label.cf_checkbox { font-weight: 400;  }
#contents label.cf_checkbox input { float: left; width: 20px; margin: 0;  }

/* Estilos para las selecciones múltiples */

#contents ul.cf_multiple { list-style: none; /*float: left;*/ margin:0; padding:0;}
#contents ul.cf_multiple li { float: left; clear: both; margin: 0; font-weight: 400; list-style: none;  }
#contents ul.cf_multiple li label { font-weight: 400; }

#contents label.cf_multiops { cursor: pointer; }
#contents label.cf_multiops input { float: left; width: 20px; margin: 0; }

/* Estilos para la selección de archivo adjunto */

#contents label.cf_file{ cursor: pointer; margin:0; }
#contents label.cf_file input { float: left; width: 314px; margin: 5px 0 0; background: #fff; border: 1px solid #ced9f5;  }

/* Estilos para los distintos remitentes múltiples */

#contents ul.cf_deliverto_list { list-style: none; float: left; padding:0; display: inline; margin:0; }
#contents ul.cf_deliverto_list li { float: left; clear: both; margin: 0; list-style: none; }
#contents ul.cf_deliverto_list li  label { font-weight: bold; color: #0f4cb2; }

#contents label.cf_deliverto { cursor: pointer; }
#contents label.cf_deliverto input { float: left; width: 20px; margin: 0; }

/*Estilos para eliminar los bordes y el fondo de los radio y los checkboxs en ie*/

#contents label.cf_multiops input, #contents label.cf_deliverto input, #contents label.cf_checkbox input {
 border: none; 
 background: none; 
 } 

/* CAMBIAR */

input.cf_ifile {
	float: left;
	clear:left;
	width: 314px;
	border: 1px solid #ced9f5;
	margin: 5px 0 0 0;
	padding: 4px;
	color: #333333;
	background: white;
	}
