@charset "utf-8";
/* CSS Document */
ul, li{
	list-style-type: none;	
}
	 #formulario{
			/*clear:both;*/
			display:block;
			/*set the div in the top-left corner of the screen*/
			position:fixed;
			top:0;
			left:0;
			width:100%;
			height:100%;
			min-height: 700px;
			z-index: 100;
			/* Fallback for web browsers that doesn't support RGBa */

			background: rgb(0, 0, 0) transparent;

			/* RGBa with 0.6 opacity */

			background: rgba(0, 0, 0, 0.4);

			/* For IE 5.5 - 7*/

			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);

			/* For IE 8*/

			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

			/*text-shadow: 1px 1px 1px #000;*/
		 }
		 #closeform{
				float:right;
				cursor:pointer;
				margin: -15px -15px 0 0;
				
			}
			.waitlist{
			background-image: url(../img/bar1old.gif);
			background-repeat: no-repeat;
			height:28px;
			width:362px;
			margin: 0 auto;
			}
			.waitform{
			background-image: url(../img/loading1.gif);
			background-repeat: no-repeat;
			min-height:16px;
			width: 150px;
			background-position: 100px 0px;
			}
		 .formasave{
				font-size: .8em;
				z-index: 10;
				background: #CCCCCC;
				position:absolute;
				padding: 20px 20px 20px 20px;
				top: 40%;
				left: 40%;
				background-image: url(../img/cuadro2_500x350px.png);
				background-repeat:none;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				-khtml-border-radius: 10px;
				border-radius: 10px; 				
				behavior: url(ie-css3.htc); 
			}
			 .formasave-big{
				/*width:460px;*/
				/*height:350px;*/
				z-index: 99999;
			 }		
			  .formasave-tall{
			  top: 10%;
			  }
			#form-table{
				/*background-color: #FFFFFF;
				border-color: #000000;
				border-style: solid;
				border-width:1px;
				padding: 0;
				border-right-width: 0;
				border-bottom-width: 0;
				border-spacing: 0;*/
			}
			#form-table td{
				/*border-color: #000000;
				border-style: solid;
				border-width:0px;
				border-right-width: 1px;
				border-bottom-width: 1px;
				padding: 0;
				border-spacing: 0;*/
				
			}
#form-table td:nth-child(2){
	/*text-align:right;*/
}
			#form-table input{
				/*border: 0;
				text-align:right;*/
			}
			.form-table-title {
				background-color:#000099;
				color:white;
				font-size:1.1em;
				text-align:center;
				padding: 1px 0 1px 0;
			}
			.form-table-title  td{
				background-color:#000099;
				}
				.form-table-negative td,.form-table-negative td input{
					color: red;
				}
.figo-list-table{
	width:100%;
	border-collapse:collapse;
	border-width:0;
}
.figo-list-table td{
	padding: 4px 1px 4px 3px;
	border-color:#DDDDDD;
	border-bottom-width : 1px;
	border-bottom-style:solid;
	
}

.figo-table-header{
	font-size:1.1em;
	font-weight: normal;
	color:#AAAAAA;
	border-color:#000099;
	border-bottom-width : 2px;
}
.figo-table-header td{
	border-color:#000099;
	border-bottom-width : 2px;
	border-bottom-style:solid;
}
.smallerfont{
	font-size: .7em;
}
tr.row:nth-child(odd)    { background-color:#FFFFFF; }
tr.row:nth-child(even)    { background-color:#EEF3FC; }
tr.row:hover{background-color: #ccc} 
td.column:nth-child(odd)    { text-align:left; }
td.column:nth-child(even)    { text-align:right; }

#props-origen{
	float:left;
	padding: 10px;
}
#props-destino{
	float:left;
	padding: 10px;
}
.clearlist{
	clear:both;
}

.padit td {
	padding: 0px 10px 0px 10px;
}
.nopadit td {
	padding: 0px 0px 0px 0px;
}