/* lo que iba en la principal.html*/


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(fondo.jpg);
	background-repeat: repeat-x;
	background-color: #B9C8D5;
}
html {
	overflow-x: hidden;
	overflow-y: auto;
} 

h4 {
	border-bottom:1px solid #797979;
	color:#FF9900;	
	margin-bottom:10px;
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
	
	font-size:16px;
	font-family: sans-serif;
}

.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%; 
    margin-left: -300px;
    width: 600px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.style1 {
	color: #666666;
	font-size: 12px;
}
a:link, a:visited , a:hover ,a:active {
	text-decoration: none;
	color: #000000;
}

.style2 {font-size: 9}
.style3 {font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #000000; list-style-position: inherit; margin: 0; text-indent: 0px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style4 {font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #FF9900; font-family: Verdana, Arial, Helvetica, sans-serif;}
.Estilo1 {
	font-size: 12px;
	font-weight: bold;
}


/*estilos*/
.cuerpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.destacadonaranja {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF9900;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	list-style-position: inherit;
	margin: 0;
	text-indent: 0px;
	letter-spacing: -1px;
}
.punteo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	list-style-image: url(bullet.png);
}
.clientes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	list-style-image: url(bullet.png);
}

.tablaViajesEspeciales {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.textBox {
	width: 98%;
}

.fechaBox {
	width: 60px;
}

.tablaViajesEspeciales textarea {
	width: 98%;
	height: 70px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
