.lineaBajo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.TituloMain {
	font-family: "Verdana";
	color: #ffffff;
}

.lineaBajoTitulo {
	font-family: "Verdana";
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.lineaBajoIzquierda {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.lineaBajoIzquierdaTitulo {
	font-family: "Verdana";
	color: #ffffff;

	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.titulo2Derecha {
	font-family: "Verdana";
	color: #444444;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.busqInput {
    height: 22px;
	font-family: "Verdana";
	font-size: 11px;
	color: #ffffff;
    background-color: #416385;
	margin: 3px;
	padding: 3px;
	border: 1px solid #ffffff;
	}

