@charset "UTF-8";

/* Colocar aquí SOLO estilos que puedan ser reutilizados en diferentes pantallas. 
   Si son estilos que solo se usarán en un xhtml en particular es mejor colocarlos en el propio xhtml o un un .css particular */

.ui-panelgrid-sin-pading .ui-panelgrid-cell {
	padding: 0px 0 !important;
}

.ui-panelgrid-sin-fondo {
	background: none !important;
}

.ui-button {
	background: #611232 !important;
	border: none !important;
	height: 40px !important;
	border-radius: 8px !important;
	padding: 8px 24px !important;
}

.ui-button .ui-button-text {
	display: inline !important;
}

body .ui-panelgrid .ui-panelgrid-cell {
	background: transparent;
}

body .ui-inputfield.ui-state-error {
    border-color: #9B2247 !important;
}