html {
	width: 100%;
	height: 100%;
}
#tabla {
	position: relative;
	background-color:#000000;
	border:1px solid #000;
	width: 750px;
	height:100%;	
	z-index: 1000;
}
body {
	background-color: #445A76;
	background-image: url(../images/fondo.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#textolateral {
	position: relative;
	background-color: #445A76;
	background-image: url(../images/texto-lateral-fondo.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 42px;
}
#textolateral div {
	width: 42px;
}
#camion {
	position: relative;
	background-color: #7388a7;
	width: 232px;
}
.contenido {
	position: relative;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFF;
	text-align: justify;
	margin: 0px;
	padding:0px;
	width: 470px;
}
/*body > html .contenido {
	height: 353px;
}*/
.texto {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	text-align:justify;
	padding:10px;
}
.cnt {
	position: relative;
	width: auto;
	height:auto;
	overflow:auto;}
/* configuramos el aspecto de la barra principal*/
#navH ul { /* all lists */
	position:Relative;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 2px solid #000000;
	height: 24px;
	line-height: 24px;
	background-color:#000000;
	z-index: 2000;
}
/* configuramos el aspecto del menú principal*/
#navH li { /* all list items */
	float: left;
	display: block;
	position: relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	text-transform:uppercase;
	color: #FFFFFF;
	white-space:nowrap;
}
#navH li:hover a, #navH li.over a {
	background-color: #FF9900;
	color: #000000;
}
/* configuramos el aspecto del enlace*/
#navH li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 0 10px;
	border: 1px solid #000000;
	border-bottom: 0;
}
#navH li a:hover {
	color: #000000;
	background-color:#FF9900;
	border: 1px solid #000000;
	border-bottom: 0;
}
#navH li ul { 
	visibility: hidden;
	position: absolute;
	top: auto;
	left: 0;
	background-color:#FF9900;
	border: 0;
	height: auto;
	clear:both;
	float:left;
	border: 1px solid #000000;
	border-bottom:3px;
	border-top: 0;
}
#navH li>ul { 
	top: auto;
	left: auto;
	height: auto;
	border: 1px solid #000000;
	border-bottom:3px;
	border-top: 0;
}
#navH li:hover ul, #navH li.over ul { /* lists nested under hovered list items */
	visibility: visible;
	width: auto;
}
#navH li li {
	float:none;
	height: 24px;
	line-height: 24px;
	width: 150px;
	background-color: #FF9900;
	white-space:nowrap;
	padding:0px;
	border:0px;
}
#navH li li:last-child {
	border-bottom:3px solid #000000;
}
#navH li ul li a {
	color: #000000;
	border: 0px;
}
#navH li li a:hover {
	color: #FFFFFF;
	background-color:#FF6600;
	border:0px;
}

.ttl {
	border-bottom:1px solid #000000;
	padding:2px;
	padding-bottom:4px;
	margin:10px;
	margin-bottom:0px;
	text-align: left;
}
.TitLink, .TitLink:link, .TitLink:visited {
	color: #FF6600;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}
.TitLink:hover {
	color: #FF9900;
}
.SubtitLink {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
.tra {
	filter: Alpha(Opacity=50);
	-moz-opacity: 0.5;
}

/* Configuración aspecto Mudanzas*/ 
form {
	position: relative;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}
fieldset {
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	padding:10px;
	margin:4px;
}
legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
	text-transform:uppercase;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-transform:uppercase;
}
input, select, textarea {
	padding:2px;
	margin:1px;
	border: 1px solid #000000;
	background-color: #EEEEEE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
input.noborder {
	border: 0;
	background-color: transparent;
}
#formMudanzas a, button {
	position: relative;
	border:1px solid #000000;
	background-color: #CCCCCC;
	color:#000000;
	text-decoration: none;
	padding:4px 10px;
	margin: 2px;
}
#idioma {
	float:right;
	position:Relative;
	z-index: 1001;
}

.texto ul li {
	list-style-image: url(../images/bullet.gif);	
}
.texto ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}
.texto ul li a:hover {
	color: #990000;
	text-decoration:underline;
}
.table_excell {
	background-color:#000000;
	width: 100%;
}
.tr_excell {
	background-color: #CCCCCC;
}
.tr_excellB, .tr_excellB input {
	background-color:#EEEEEE;
	border:0;
}
.td_excell {
	background-color: #CCCCCC;
}
