/* CSS Document */
/* Prepagos  
BODY, TABLE, TH, TR, TD, UL, OL, LI, P, FONT, A, BLOCKQUOTE, LABEL { 
	font-family: "Trebuchet MS", Arial; 
	font-size: 12px;
}
*/
.Button {
	background-color: #FF0000;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9999;
	border-right-color: #993300;
	border-bottom-color: #FF0000;
	border-left-color: #FF9999;
}

TH{ 
	/*background-color: #A4AFFF;*/
	color: #000E78;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: bold;
	
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	/*border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000e77;
	border-right-color: #E1E6FF;
	border-top-color: #E1E6FF;   
	border-left-color: #000e77;   */ 
}

BODY{ 
	color: #000E78; font-family: "Trebuchet MS", Arial; 
	font-size: 12px;
	background-color: #FFFFFF;
/*	text-align: center; */
}

div#ruta{
	background-color: #00659C; 
	font-family: "Trebuchet MS", Arial;
	width: auto;
	height: auto;
	margin-top: 6px;
	margin-bottom: 26px;
	padding: 5px;
}

div#ruta span{
	color: white;
	font-size: 14px;
	font-weight: bold;
}

UL{
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	list-style: square inside;
}

LI{
	margin: 3em 0em 3em 4em;
}

UL LI A {
	padding:6px;
}

UL LI A:hover {
	color: #FFFFFF;
	background-color: #00659C;
}

TABLE{
	border: 0;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	/*background-color: #FFFFFF;*/
}



TD{ 
	/*
	background-color: #F2EEE0; 
	border:2px ridge white;
	*/
	font-size: 12px;
	border: 0;
/*	background-color: #FFFFFF;*/
/*	text-align: center; */
}

.alternateTd{ 
	/*
	background-color: #F2EEE0; 
	border:2px ridge white;
	*/
	font-size: 12px;
	border: 0;
	background-color: #F2EEE0;
/*	text-align: center; */
}

INPUT {
	border-bottom: 1px solid #00659C;
	border-left: 1px solid #00659C;
	border-right: 1px solid #00659C;
	border-top: 1px solid #00659C;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
}

SELECT {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
}

TEXTAREA {
	border-bottom: 1px solid #00659C;
	border-left: 1px solid #00659C;
	border-right: 1px solid #00659C;
	border-top: 1px solid #00659C;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-style: normal;
	font-weight: normal;
}

H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-style: normal;
	font-weight: normal;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-style: normal;
	font-weight: normal;
}

.smallGrayLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-style: normal;
	font-weight: normal;
}

#win {
	visibility:hidden;
}
