/** Add css rules here for your application. */
	/** Example rules used by the template application (remove for your app) */
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #777777;
	margin: 40px 0px 70px;
	text-align: center;
}

.sendButton {
	display: block;
	font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
	width: 400px;
}

.dialogVPanel {
	margin: 5px;
}

.serverResponseLabelError {
	color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}

.tablaPrincipal {
	background-repeat: no-repeat;
	background-image: url(images/Fondo_PagoExpress.jpg);
}

.gwtPushButton {
	word-wrap: normal;
	color: #004898;
	padding: 0px;
	border: 0px solid #fff;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}

.gwtPushButtonSelected {
	word-wrap: normal;
	color: #004898;
	padding: 0px;
	border: 3px solid darkgrey;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	background-color: white;
	cursor: pointer;
}

.panelDatos {
	border: 1px solid #CFCFD1;
}

.simplePager {
	padding: 0px;
	height: 20px;
}

.captionPanel {
	color: Black;
	padding: 4px 4px 4px 8px;
	border-top: 1px solid #d0e4f6;
	border-right: 1px solid #CBD9E7;
	border-bottom: 1px solid #bbbbbb;
	border-left: 1px solid #CBD9E7;
	font-variant: normal;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-weight: normal;
	text-align: left;
	cursor: default;
}

.gwtPopupPanel {
	border: 1px solid #C0C0C0;
	padding: 1px;
	background: white;
}

.gwtPanelHeader {
	color: White;
	padding: 2px 5px;
	font-variant: normal;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-weight: bold;
	vertical-align: middle;
	background-color: #004898;
}

.gwtPopupPanelGlass {
	background-color: #D0D0D0;
	opacity: 0.5;
	filter: alpha(opacity =     50);
}

.labelNormal {
	color: #004898;
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
}
.borderBlackTop {
	border-top: 1px solid Black;
}
.borderBlackRigth {
	border-right: 1px solid Black;
}
.borderBlackBottom {
	border-bottom: 1px solid Black;
}

.headerDialog {
	background-color: #004898;
	color: #FFFFFF;
	font-family: Arial, Helvatica, Verdana, Sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.labelHeaderDialog {
	color: #FFFFFF;
	padding-right: 10px;
	font-size: 16px;
	font-family: Arial, Helvatica, Verdana, Sans-serif;
	font-weight: bold;
}

.captionPanelLegend {
	color: Black;
	font-variant: normal;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-weight: normal;
}

.labelStatus {
	color: #004898;
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
}