@charset "utf-8";
form.form-cont input{
	/*width:248px;*/
	width:99%;
	color:#555;
	background-color:#fff;
	border:1px solid #ccc;
	font-size:1.1em;
}
form.form-cont input.check{
	width:16px;
	height:13px;
	background-color:#414141;
	border:1px solid #000;
}
form input#envio {
	background: url(/img/bg_BtnRojo_137.gif) no-repeat;
	color:#fff;
	height:21px;
	width:137px;
	text-align:center;
	border:none;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	line-height:21px;
	display: block;
	cursor:pointer;
}
form input#envio:hover {
	background: url(/img/bg_BtnRojo_137.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:#fff;
	border:1px solid #fff;
}
