/*///////////////////////////////////////////////////////////////////
Plantilla Contacto Personalizada

Inserta un formulario personalizado de contacto en la cual el cliente
puede insertar los campos deseados.
///////////////////////////////////////////////////////////////////*/

/*Párrafo de introducción */

div#contents p { margin-top: 10px;  text-align:justify; padding: 10px 4px; }

/* Contenedor de todos los campos del formulario */

#contact_content {
	margin: 10px 0 0 0;
	padding: 20px 0 70px 0; 
	background: url(../images/bg_contact2.jpg) bottom left no-repeat; 
	border: none;
}

#contact_content form { margin: 0; padding: 0; }

/* Contenedor de las dos partes del formulario, una la de los campos personalizados
y otra la de los distintos remitentes del formulario */

#contact_content fieldset { margin:0 0 0 208px; padding-left: 10px; border: none;}

#contact_content fieldset.deliverto { margin: 10px 0 0 208px; }
#contact_content fieldset.deliverto legend { font-size: 10px; color:#294563; }

/*///////////////////////////////////////////////////////////////////
Captcha

Estilo de los caracteres en imagen a insertar por el usuario.
///////////////////////////////////////////////////////////////////*/

div.captcha { margin: 10px 0 10px 220px; }

#contents div.captcha img { border: none; float: left; }

div.captcha .recargar { float: left; width: 60px; height: 60px; text-align: center; margin: 0 0 0 10px; display: inline; }

div.captcha input {
	border: 1px solid #355474;
	font-size: 10px;
	margin: 5px 0 0;
	padding: 3px;
	width: 340px;
}

/* Título de cada uno de los contenedores */

fieldset.contact legend { display: none; }

fieldset.contact { margin: 0; padding: 0;  }

fieldset.deliverto legend { margin: 0 0 10px; color: #000; font-weight: bold; font-size: 12px; }

/* Elementos del formulario */

#contents input, #contents textarea, #contents select { margin-top: 5px; }

#contents label { width:340px; float: left; display: block; clear: none; margin: 0 0 10px; font-weight: bold; color:#294563; }
#contents label input {
	float: left;
	width: 340px;
	margin: 5px 0 0;
	padding: 3px;
	border:1px solid #355474;
	font-size: 10px;
}

#contents label select { float: left; width: 348px; padding: 1px; border:1px solid #355474; font-weight: 400; }

#contents label textarea {
	overflow: auto;
	width: 340px;
	height: 108px;
	padding: 3px;
	border:1px solid #355474;
	font-size: 10px; 
}

/* Avisos legales */

div.legal { margin: 0 8px; color: #999999; }
div#contents div.legal p {font-size:9px;}

/* Botones */

div.buttons { width:188px; margin-left:390px; display:inline;}
button {
	width:81px;
	font-weight: bold;
	border: none;
	color: white;
	background-color:#294563;
	height: 22px;
	margin:4px 3px 5px 5px;
	cursor: pointer;
}

/*******
Estilos especiales
*******/

/* Estilos para los grupos que sean checkboxs */

#contents label.cf_checkbox { font-weight: 400;  vertical-align:baseline; height:10px;}
#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; }
#contents ul.cf_multiple li { float: left; clear: both; margin: 0; font-weight: 400; }
#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; }
#contents label.cf_file input { float: left; width: 348px; margin: 5px 0 0; background: #fff; }

/* Estilos para los distintos remitentes múltiples */

#contents ul.cf_deliverto_list { list-style: none; float: left; }
#contents ul.cf_deliverto_list li { float: left; clear: both; margin: 0; }
#contents ul.cf_deliverto_list li  label { font-weight: 400; }

#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 */

.SI-FILES-STYLIZED label.cf_file_hidden {
    height: 25px;
    overflow: hidden;
	border: 1px solid black;
	background: url(/themes/default/images/button_default.jpg) 0 0 no-repeat;
}

#contents label.cf_file_hidden { width: 100px; float: left; height: 25px !important; }

.SI-FILES-STYLIZED label.cf_file_hidden input.cf_ifile
{
    position: relative;
	display: block;
	cursor: pointer;	
    height: 30px;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	width: 100px;
}

div.cf_file_content {
	float: left;
	overflow: hidden;
	width: 245px;
    height: 30px;
	margin: 0 0 10px;
	padding: 3px;
	border: 1px solid black;
	font-size: 10px;
	}
