@charset "utf-8";
.formi {
	background:url(img/fondo_form_contacto.png) no-repeat;
	color:#666666;
	height:371px;
	width:265px;
	position:absolute;
	/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);*/
	padding:10px 10px 5px 20px;
	top: 62px;
	left:4px;
}
form.form-cont{
	padding-top:0px;
	/*width:254px;*/
	width:85%;
}
form.form-cont fieldset{
	border:none;
}
form.form-cont div#f_motivo, div#f_nombre, div#f_email, div#f_telefono, div#f_empresa, div#f_provincia, div#f_servicios, div#f_cargo, div#f_comentarios, div#f_codigo, div#f_acepta, div#f_dominio{
	padding:1px;
	margin:1px 0px;
	width:99%;
	float:left;
}
form.form-cont div#f_provincia{
	clear:both;
}
form.form-cont div#f_comentarios{
	clear:both;
}
form.form-cont input{
	/*width:248px;*/
	width:99%;
	color:#666666;
	background-color:#e0e0e0;
	border:1px solid #cccccc;
	font-size:1.2em;
}
form.form-cont input.check{
	width:16px;
	height:13px;
	background-color:#ffffff;
	border:1px solid #ffffff;
}
form.form-cont input.peq{
	/*width:115px;*/
	width:98%;
}
form.form-cont input.maspeq{
	width:78%;
}
form.form-cont select{
	/*width:250px;*/
	width:100%;
	color:#666666;
	background-color:#e0e0e0;
	border:1px solid #cccccc;
}
form.form-cont textarea{
	/*width:248px;*/
	width:99%;
	color:#666666;
	background-color:#e0e0e0;
	border:1px solid #cccccc;
}
/*
form input#envio {
	background: url(/imagenes/botones/btnNaranja102.gif) no-repeat;
	color:#333;
	height:31px;
	width:102px;
	text-align:center;
	border:none;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
	display: block;
	font-size:110%;*/
	/*padding:5px;*/
/*}
form input#envio:hover {
	background: url(/imagenes/botones/btnNaranja102Hover.gif) no-repeat;
	color:#fff;
}*/
form input#envio {
	background: url(img/btnNaranja102.gif) no-repeat;
	color:#fff;
	height:23px;
	width:63px;
	text-align:center;
	border:none;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	display: block;
	cursor:pointer;
	font-size:1.12em;
}
form input#envio:hover {
	background: url(img/btnNaranja102Hover.gif) no-repeat;
	color:#fff;
}
.btn_acceso_panel {
	background: url(img/btnNaranja102.gif) no-repeat;
	color:#fff;
	height:23px;
	width:63px;
	text-align:center;
	border:none;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	display: block;
	cursor:pointer;
	font-size:1.12em;
}
.btn_acceso_panel {
	background: url(img/btnNaranja102Hover.gif) no-repeat;
	color:#fff;
}

.errMsg {
	color:#F00 !important;
	clear:left;
	display:block;
	padding-left:15px;
	margin-left: 132px;
	background:url("img/halt.png") 0 3px no-repeat;
}
.errFld{
	border:1px solid #f00;
	background:#fcfcd4;
}
.fila_check {
	padding: 4px;
	width: 200px;
	float:left;
}

form input#id_form_chk_mcomunitaria, form input#id_form_chk_mnacional, form input#id_form_chk_minternacional, form input#id_form_chk_pdatos, form input#id_form_chk_psoftware, form input#id_form_chk_pweb, form input#id_form_chk_auditoria{
	width:26px;
	height:13px;
	background-color:#ffffff;
	border:1px solid #ffffff;
}
