/*          Estilos para la pantalla error       */


.contenedorPantallaError{
    min-height: 23rem;
}
.contenedorFormularioError{
    margin: 0 auto;
    margin-top: 4rem;
    padding:1rem;
    border: 1px #CCC solid;
    height: 3rem;
    width: 30rem;
}
.contenedorContenidoError{
	background: url("/sjg-interesados/javax.faces.resource/images/paginaError.png.xhtml?ln=primefaces-justificaciones")no-repeat ;
	padding: 0rem 1rem 1rem 4rem;
}