.etiqueta{
	width: 20%;
	font-size: 10pt;
}


.input , .textarea{
  border: solid 1px #D8D4CC;
  padding: 3px;
}
.textarea{
  width: 99%;
  height: 100px;
  overflow: auto;
}
.notificacion{
	width: 125px;
	font-size: 10px;
	color: #FF0000;
}
#nombre, #empresa, #mail{

}
.boton{
	border:0px;
	width: 100px;
	height: 33px;
	background-color: #0033CC;
	background-image: url(../img/btn-degrade.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFF;
	-moz-box-shadow: 0 0 8px #888;
	-webkit-box-shadow: 0 0 8px#888;
	box-shadow: 0 0 8px #888;
}
#opaco {
	height: 450px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 990;
	display: none;
	background-image: url(../img/pix-div.png);
	background-repeat: repeat;
}
#preload{
	height: 45px;
	width: 99%;
	position: absolute;
	left: 0px;
	top: 88px;
	z-index: 999;
	display: none;
}
#preload h2{
	text-align: center;
	font-size: 18px;
	color: #49B164;
	width: 100%;
	margin-top: 150px;
}
tr{
	margin:3px:
}