/* CSS Document */
	HR.LineaPunteada {
		CLEAR: both;
		BORDER-RIGHT: #ffffff 1px dashed;
		BORDER-TOP: #999999 1px dashed;
		BORDER-LEFT: #ffffff 1px dashed;
		PADDING-TOP: 15px;
		BORDER-BOTTOM: #ffffff 1px dashed;
	}
	.tituloFormulario {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: bold;
		color: #000000;
	}
	.tituloFormularioAmarillo {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: bold;
		color: #FBC000;
	}
	.tituloSeccion {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: bold;
		color: #FBC000;
	}
	.subTituloSeccion {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: #EEEEEE;
	}
	.tituloCentralNegro {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: #000000;
	}
	.tituloCentralAmarillo {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: #FBC000;
	}
	.textoFormulario {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
	}
	.botonBuscar {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		text-decoration: underline;
		cursor:pointer;
	}
	.textoFormularioRojo {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FF3300;
	}
	.linkMenu {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #999999;
		text-decoration: none;
	}
	.linkMenu:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFC460;
		text-decoration: none;
	}
	.linkMenuNegro {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		text-decoration: none;
	}
	.linkMenuBlanco {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		text-decoration: none;
	}
	.notasFormulario {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: italic;
		color: #000000;
	}
	.select {
		border: thin inset #999999;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	.botonSubmitFormulario {
		background-color:#FBC000;
		border-left-width: 0;
		border-right-width: 0;
		border-top-width: 0;
		border-bottom-width: 1;
		border-bottom-style: solid;
		height: 25;
		font-size: 12px;
	}
	.botonChatLogin {
		background-color: #FBC000;
		border: 0;
		height: 20px;
		font-size: 12px;
		font-weight: bold;
	}
	.botonChatEnviar {
		background-color: #FBC000;
		border: 0;
		width: 75px;
		height: 60px;
		font-size: 12px;
		font-weight: bold;
	}
	.botonAgencias {
		background-color:#FBC000;
		border-left-width: 0;
		border-right-width: 0;
		border-top-width: 0;
		border-bottom-width: 0;
		height: 25;
		font-size: 12px;
	}
	.chatOrigen {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
	}
	.chatMensaje {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	.camposTexto {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	.lineaHR {
		CLEAR: both;
		BORDER-RIGHT: #ffffff 1px dashed;
		BORDER-TOP: #999999 1px;
		BORDER-LEFT: #ffffff 1px dashed;
		PADDING-TOP: 15px;
		BORDER-BOTTOM: #ffffff 1px dashed;
	}
	H2.H2Titulo {
		MARGIN: 0px;
		FONT-SIZE: 24px; TEXT-TRANSFORM: uppercase; FONT-FAMILY: "Trebuchet MS",Trebuchet,Arial;
		COLOR: #f7b100;
	}
	H3.H3Subtitulo {
		MARGIN: 0px;
		FONT-SIZE: 18px; TEXT-TRANSFORM: uppercase; FONT-FAMILY: "Trebuchet MS",Trebuchet,Arial;
		COLOR: #e5e5e5;
	}
	H3.H3Titulo {
		MARGIN: 0px;
		FONT-SIZE: 18px; TEXT-TRANSFORM: uppercase; FONT-FAMILY: "Trebuchet MS",Trebuchet,Arial;
		COLOR: #000000;
	}
	A.BodyMenuLink {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #999999;
		text-decoration: none;
	}
	.BodyText {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #999999;
	}