@charset "utf-8";
/* CSS Document */
/*- Menu Tabs J--------------------------- */


.tabsJ {
  float:left;
  width:100%;
  font-size:12px;
  margin:0;

}

.tabsJ ul {
	margin: 0 0 0 10px;
/*padding:10px 10px 0 50px;
list-style:none;*/
  }
.tabsJ li {
  display:inline;
  margin: 0px;
  padding: 0px;
  }
.tabsJ a {
  float:left;
  background:url("../gfx/tableftJ.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 5px;
  text-decoration:none;
  width:auto;
  }
.tabsJ a span {
  float:left;
  display:block;
  background:url("../gfx/tabrightJ.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#24618E;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabsJ a span {float:none;}
/* End IE5-Mac hack */
.tabsJ a:hover span {
  color:#FFF;
  background-position:100% -42px;
}
.tabsJ a:hover {
  background-position:0% -42px;
  }


.tabactivo a span {
	color:#FFF;
	background-position:100% -42px;
}

.tabactivo a {
	background-position:0% -42px;
}

#cotizador {
	float:left;
	width:843px;
	margin:0px 0px 0px 15px;
	padding:20px 0 0 0;
	/* border:1px solid #24618E;*/
}

.selectbig {
	width:100px;
}





#login h1 {
	margin:0;
}

.disabled {
	color:#666666;
}

.form200 {
	width:200px;
}
.form400 {
	width:400px;
}
.form250 {
	width:265px;
}
.form100 {
	width:100px;
}
.form50 {
	width:50px;
}


#cotizador table tr td {
	padding:2px;
}


#cotizador input[type="text"], #cotizador select {
	color:#804000;
}

#cotizador input[disabled], #cotizador select[disabled] {
	color:#999999;
}

#aerBultos input {
	margin:2px;
}

#aerBultos {
	clear:both;
}

#aerBultos a {
	background:none;
	text-decoration:underline;
	color:#FF6600;
	float:none;
}


#cotizacion td, #cotizacion th{
	padding:4px;
}

#cotizacion th {
	text-align:right;
}

#cotizacion table {
	margin-left:50px;
}

#cotizacion td {
	text-align:right;
}

#cotizacion h1 {
	color:#2B7B1C;
	text-align:center;
	width:100%;
}

legend {
	color:#804000;
	padding-bottom:7px;
}
